Searched refs:fl_file (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/fs/ |
D | locks.c | 325 new->fl_file = NULL; in locks_copy_conflock() 347 new->fl_file = fl->fl_file; in locks_copy_lock() 386 fl->fl_file = filp; in flock_make_lock() 449 fl->fl_file = filp; in flock64_to_posix_lock() 484 struct file *filp = fl->fl_file; in lease_setup() 515 fl->fl_file = filp; in lease_init() 754 if (caller_fl->fl_file == sys_fl->fl_file) in flock_locks_conflict() 896 if (request->fl_file != fl->fl_file) in flock_lock_inode() 1251 fl.fl_file = filp; in locks_mandatory_area() 1314 struct file *filp = fl->fl_file; in lease_modify() [all …]
|
/linux-4.4.14/fs/lockd/ |
D | clntproc.c | 131 memcpy(&lock->fh, NFS_FH(file_inode(fl->fl_file)), sizeof(struct nfs_fh)); in nlmclnt_setlockargs() 420 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_TEST); in nlmclnt_test() 477 return locks_lock_file_wait(fl->fl_file, fl); in do_vfs_lock() 503 struct rpc_cred *cred = nfs_file_cred(fl->fl_file); in nlmclnt_lock() 622 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_LOCK); in nlmclnt_reclaim() 672 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, in nlmclnt_unlock() 749 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, in nlmclnt_cancel()
|
D | clntlock.c | 189 if (nfs_compare_fh(NFS_FH(file_inode(fl_blocked->fl_file)) ,fh) != 0) in nlmclnt_grant()
|
D | svc4proc.c | 47 lock->fl.fl_file = file->f_file; in nlm4svc_retrieve_args()
|
D | svcproc.c | 77 lock->fl.fl_file = file->f_file; in nlmsvc_retrieve_args()
|
/linux-4.4.14/include/trace/events/ |
D | filelock.h | 110 __entry->dcount = d_count(fl->fl_file->f_path.dentry);
|
/linux-4.4.14/fs/afs/ |
D | flock.c | 146 key = key_get(fl->fl_file->private_data); in afs_lock_work() 180 key = key_get(fl->fl_file->private_data); in afs_lock_work()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4layouts.c | 172 fl->fl_file = ls->ls_file; in nfsd4_layout_setlease() 174 status = vfs_setlease(fl->fl_file, fl->fl_type, &fl, NULL); in nfsd4_layout_setlease()
|
D | nfs4state.c | 4065 fl->fl_file = filp; in nfs4_setlease() 5637 file_lock->fl_file = filp; in nfsd4_lock() 5832 file_lock->fl_file = filp; in nfsd4_locku()
|
/linux-4.4.14/fs/ceph/ |
D | locks.c | 216 dout("ceph_flock, fl_file: %p", fl->fl_file); in ceph_flock()
|
/linux-4.4.14/fs/nfs/ |
D | delegation.c | 99 if (nfs_file_open_context(fl->fl_file) != ctx) in nfs_delegation_claim_locks()
|
D | nfs4state.c | 1402 if (nfs_file_open_context(fl->fl_file)->state != state) in nfs4_reclaim_locks()
|
D | nfs4proc.c | 5696 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid); in nfs4_proc_unlck() 5750 get_file(fl->fl_file); in nfs4_alloc_lockdata() 5863 fput(data->fl.fl_file); in nfs4_lock_release() 5909 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file), in _nfs4_do_setlk()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 991 struct file *fl_file; member
|