Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dlocks.c321 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/
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()
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()
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.1.27/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.1.27/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.c4024 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/
Dlocks.c216 dout("ceph_flock, fl_file: %p", fl->fl_file); in ceph_flock()
/linux-4.1.27/fs/nfs/
Ddelegation.c99 if (nfs_file_open_context(fl->fl_file) != ctx) in nfs_delegation_claim_locks()
Dnfs4proc.c5564 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()
Dnfs4state.c1403 if (nfs_file_open_context(fl->fl_file)->state != state) in nfs4_reclaim_locks()
/linux-4.1.27/include/linux/
Dfs.h975 struct file *fl_file; member