Home
last modified time | relevance | path

Searched refs:fl_file (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/fs/
Dlocks.c325 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/
Dclntproc.c131 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()
Dclntlock.c189 if (nfs_compare_fh(NFS_FH(file_inode(fl_blocked->fl_file)) ,fh) != 0) in nlmclnt_grant()
Dsvc4proc.c47 lock->fl.fl_file = file->f_file; in nlm4svc_retrieve_args()
Dsvcproc.c77 lock->fl.fl_file = file->f_file; in nlmsvc_retrieve_args()
/linux-4.4.14/include/trace/events/
Dfilelock.h110 __entry->dcount = d_count(fl->fl_file->f_path.dentry);
/linux-4.4.14/fs/afs/
Dflock.c146 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/
Dnfs4layouts.c172 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()
Dnfs4state.c4065 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/
Dlocks.c216 dout("ceph_flock, fl_file: %p", fl->fl_file); in ceph_flock()
/linux-4.4.14/fs/nfs/
Ddelegation.c99 if (nfs_file_open_context(fl->fl_file) != ctx) in nfs_delegation_claim_locks()
Dnfs4state.c1402 if (nfs_file_open_context(fl->fl_file)->state != state) in nfs4_reclaim_locks()
Dnfs4proc.c5696 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/
Dfs.h991 struct file *fl_file; member