Searched refs:fl_file (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/fs/lockd/ |
H A D | clntproc.c | 131 memcpy(&lock->fh, NFS_FH(file_inode(fl->fl_file)), sizeof(struct nfs_fh)); nlmclnt_setlockargs() 420 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_TEST); nlmclnt_test() 480 res = posix_lock_file_wait(fl->fl_file, fl); do_vfs_lock() 483 res = flock_lock_file_wait(fl->fl_file, fl); do_vfs_lock() 514 struct rpc_cred *cred = nfs_file_cred(fl->fl_file); nlmclnt_lock() 633 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_LOCK); nlmclnt_reclaim() 683 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, nlmclnt_unlock() 760 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, nlmclnt_cancel()
|
H A D | clntlock.c | 189 if (nfs_compare_fh(NFS_FH(file_inode(fl_blocked->fl_file)) ,fh) != 0) nlmclnt_grant()
|
H A D | svc4proc.c | 47 lock->fl.fl_file = file->f_file; nlm4svc_retrieve_args()
|
H A D | svcproc.c | 77 lock->fl.fl_file = file->f_file; nlmsvc_retrieve_args()
|
/linux-4.1.27/fs/ |
H A D | locks.c | 321 new->fl_file = NULL; locks_copy_conflock() 343 new->fl_file = fl->fl_file; locks_copy_lock() 382 fl->fl_file = filp; flock_make_lock() 445 fl->fl_file = filp; flock64_to_posix_lock() 480 struct file *filp = fl->fl_file; lease_setup() 511 fl->fl_file = filp; lease_init() 750 if (caller_fl->fl_file == sys_fl->fl_file) flock_locks_conflict() 892 if (request->fl_file != fl->fl_file) flock_lock_inode() 1249 fl.fl_file = filp; locks_mandatory_area() 1312 struct file *filp = fl->fl_file; lease_modify() 1316 fasync_helper(0, fl->fl_file, 0, &fl->fl_fasync); lease_modify() 1554 if (fl->fl_file != filp) fcntl_getlease() 1647 if (fl->fl_file == filp && generic_add_lease() 1725 if (fl->fl_file == filp && generic_delete_lease() 2115 if (!(fl->fl_file->f_mode & FMODE_READ)) check_fmode_for_setlk() 2119 if (!(fl->fl_file->f_mode & FMODE_WRITE)) check_fmode_for_setlk() 2386 lock.fl_file = filp; locks_remove_posix() 2405 .fl_file = filp, locks_remove_flock() 2439 if (filp == fl->fl_file) locks_remove_lease() 2520 if (fl->fl_file != NULL) lock_get_status() 2521 inode = file_inode(fl->fl_file); lock_get_status() 2549 else if (fl->fl_file) lock_get_status() 2608 if (filp != fl->fl_file) list_for_each_entry()
|
/linux-4.1.27/fs/ceph/ |
H A D | locks.c | 216 dout("ceph_flock, fl_file: %p", fl->fl_file); ceph_flock()
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4layouts.c | 172 fl->fl_file = ls->ls_file; nfsd4_layout_setlease() 174 status = vfs_setlease(fl->fl_file, fl->fl_type, &fl, NULL); nfsd4_layout_setlease()
|
H A D | nfs4state.c | 4024 fl->fl_file = filp; nfs4_setlease() 5555 file_lock->fl_file = filp; nfsd4_lock() 5753 file_lock->fl_file = filp; nfsd4_locku()
|
/linux-4.1.27/fs/afs/ |
H A D | flock.c | 146 key = key_get(fl->fl_file->private_data); afs_lock_work() 180 key = key_get(fl->fl_file->private_data); afs_lock_work()
|
/linux-4.1.27/fs/nfs/ |
H A D | delegation.c | 99 if (nfs_file_open_context(fl->fl_file) != ctx) list_for_each_entry()
|
H A D | nfs4proc.c | 5564 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid); nfs4_proc_unlck() 5618 get_file(fl->fl_file); nfs4_alloc_lockdata() 5731 fput(data->fl.fl_file); nfs4_lock_release() 5777 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file), _nfs4_do_setlk()
|
H A D | nfs4state.c | 1403 if (nfs_file_open_context(fl->fl_file)->state != state) list_for_each_entry()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 975 struct file *fl_file; member in struct:file_lock
|
Completed in 311 milliseconds