Searched refs:fl_file (Results 1 – 15 of 15) sorted by relevance
| /Linux-v4.19/fs/ |
| D | locks.c | 273 if (fl->fl_file == filp) in locks_check_ctx_file_list() 370 new->fl_file = NULL; in locks_copy_conflock() 392 new->fl_file = fl->fl_file; in locks_copy_lock() 431 fl->fl_file = filp; in flock_make_lock() 494 fl->fl_file = filp; in flock64_to_posix_lock() 529 struct file *filp = fl->fl_file; in lease_setup() 560 fl->fl_file = filp; in lease_init() 804 if (caller_fl->fl_file == sys_fl->fl_file) in flock_locks_conflict() 945 if (request->fl_file != fl->fl_file) in flock_lock_inode() 1304 fl.fl_file = filp; in locks_mandatory_area() [all …]
|
| /Linux-v4.19/fs/lockd/ |
| D | clntproc.c | 131 memcpy(&lock->fh, NFS_FH(locks_inode(fl->fl_file)), sizeof(struct nfs_fh)); in nlmclnt_setlockargs() 430 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_TEST); in nlmclnt_test() 487 return locks_lock_file_wait(fl->fl_file, fl); in do_vfs_lock() 513 struct rpc_cred *cred = nfs_file_cred(fl->fl_file); in nlmclnt_lock() 632 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_LOCK); in nlmclnt_reclaim() 682 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, in nlmclnt_unlock() 773 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, in nlmclnt_cancel()
|
| D | clntlock.c | 190 if (nfs_compare_fh(NFS_FH(locks_inode(fl_blocked->fl_file)), fh) != 0) in nlmclnt_grant()
|
| D | svc4proc.c | 48 lock->fl.fl_file = file->f_file; in nlm4svc_retrieve_args()
|
| D | svcproc.c | 78 lock->fl.fl_file = file->f_file; in nlmsvc_retrieve_args()
|
| /Linux-v4.19/fs/afs/ |
| D | flock.c | 211 vnode->lock_key = afs_file_key(next->fl_file); in afs_lock_work() 416 vnode->lock_key = afs_file_key(next->fl_file); in afs_dequeue_lock() 693 struct afs_vnode *vnode = AFS_FS_I(locks_inode(fl->fl_file)); in afs_fl_copy_lock() 708 struct afs_vnode *vnode = AFS_FS_I(locks_inode(fl->fl_file)); in afs_fl_release_private()
|
| /Linux-v4.19/include/linux/lockd/ |
| D | lockd.h | 362 return locks_inode(fl1->fl_file) == locks_inode(fl2->fl_file) in nlm_compare_locks()
|
| /Linux-v4.19/fs/ceph/ |
| D | locks.c | 35 struct inode *inode = file_inode(src->fl_file); in ceph_fl_copy_lock() 41 struct inode *inode = file_inode(fl->fl_file); in ceph_fl_release_lock() 297 dout("ceph_flock, fl_file: %p\n", fl->fl_file); in ceph_flock()
|
| /Linux-v4.19/include/trace/events/ |
| D | filelock.h | 191 __entry->dcount = d_count(fl->fl_file->f_path.dentry);
|
| /Linux-v4.19/fs/nfsd/ |
| D | nfs4layouts.c | 200 fl->fl_file = ls->ls_file; in nfsd4_layout_setlease() 202 status = vfs_setlease(fl->fl_file, fl->fl_type, &fl, NULL); in nfsd4_layout_setlease()
|
| D | nfs4state.c | 4314 fl->fl_file = dp->dl_stid.sc_file->fi_deleg_file; in nfs4_alloc_init_lease() 6059 file_lock->fl_file = filp; in nfsd4_lock() 6277 file_lock->fl_file = filp; in nfsd4_locku()
|
| /Linux-v4.19/fs/nfs/ |
| D | delegation.c | 111 if (nfs_file_open_context(fl->fl_file) != ctx) in nfs_delegation_claim_locks()
|
| D | nfs4state.c | 1508 if (nfs_file_open_context(fl->fl_file)->state != state) in nfs4_reclaim_locks()
|
| D | nfs4proc.c | 6455 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid); in nfs4_proc_unlck() 6670 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file), in _nfs4_do_setlk()
|
| /Linux-v4.19/include/linux/ |
| D | fs.h | 1038 struct file *fl_file; member
|