Searched refs:fl_file (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/fs/ |
D | locks.c | 321 new->fl_file = NULL; in locks_copy_conflock() 343 new->fl_file = fl->fl_file; in locks_copy_lock() 382 fl->fl_file = filp; in flock_make_lock() 445 fl->fl_file = filp; in flock64_to_posix_lock() 480 struct file *filp = fl->fl_file; in lease_setup() 511 fl->fl_file = filp; in lease_init() 750 if (caller_fl->fl_file == sys_fl->fl_file) in flock_locks_conflict() 892 if (request->fl_file != fl->fl_file) in flock_lock_inode() 1249 fl.fl_file = filp; in locks_mandatory_area() 1312 struct file *filp = fl->fl_file; in lease_modify() [all …]
|
/linux-4.1.27/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() 480 res = posix_lock_file_wait(fl->fl_file, fl); in do_vfs_lock() 483 res = flock_lock_file_wait(fl->fl_file, fl); in do_vfs_lock() 514 struct rpc_cred *cred = nfs_file_cred(fl->fl_file); in nlmclnt_lock() 633 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_LOCK); in nlmclnt_reclaim() 683 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, in nlmclnt_unlock() 760 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.1.27/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.1.27/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 | 4024 fl->fl_file = filp; in nfs4_setlease() 5555 file_lock->fl_file = filp; in nfsd4_lock() 5753 file_lock->fl_file = filp; in nfsd4_locku()
|
/linux-4.1.27/fs/ceph/ |
D | locks.c | 216 dout("ceph_flock, fl_file: %p", fl->fl_file); in ceph_flock()
|
/linux-4.1.27/fs/nfs/ |
D | delegation.c | 99 if (nfs_file_open_context(fl->fl_file) != ctx) in nfs_delegation_claim_locks()
|
D | nfs4proc.c | 5564 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid); in nfs4_proc_unlck() 5618 get_file(fl->fl_file); in nfs4_alloc_lockdata() 5731 fput(data->fl.fl_file); in nfs4_lock_release() 5777 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file), in _nfs4_do_setlk()
|
D | nfs4state.c | 1403 if (nfs_file_open_context(fl->fl_file)->state != state) in nfs4_reclaim_locks()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 975 struct file *fl_file; member
|