[go: nahoru, domu]

Searched refs:file2 (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/core/
H A Ducma.c1362 static void ucma_lock_files(struct ucma_file *file1, struct ucma_file *file2) argument
1365 if (file1 < file2) {
1367 mutex_lock(&file2->mut);
1369 mutex_lock(&file2->mut);
1374 static void ucma_unlock_files(struct ucma_file *file1, struct ucma_file *file2) argument
1376 if (file1 < file2) {
1377 mutex_unlock(&file2->mut);
1381 mutex_unlock(&file2->mut);
/drivers/staging/lustre/lustre/llite/
H A Dfile.c1948 static int ll_swap_layouts(struct file *file1, struct file *file2, argument
1963 llss->inode2 = file2->f_dentry->d_inode;
2000 swap(file1, file2);
2011 rc = ll_get_grouplock(llss->inode2, file2, gid);
2072 ll_put_grouplock(llss->inode2, file2, gid);
2103 rc1 = ll_setattr(file2->f_dentry, &llss->ia1);
2250 struct file *file2; local
2260 file2 = fget(lsl.sl_fd);
2261 if (file2 == NULL)
2265 if ((file2
[all...]

Completed in 214 milliseconds