Searched refs:fl_file (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.15/fs/ |
D | locks.c | 315 if (fl->fl_file == filp) in locks_check_ctx_file_list() 413 new->fl_file = NULL; in locks_copy_conflock() 435 new->fl_file = fl->fl_file; in locks_copy_lock() 494 fl->fl_file = filp; in flock_make_lock() 557 fl->fl_file = filp; in flock64_to_posix_lock() 592 struct file *filp = fl->fl_file; in lease_setup() 623 fl->fl_file = filp; in lease_init() 943 if (caller_fl->fl_file == sys_fl->fl_file) in flock_locks_conflict() 1087 if (request->fl_file != fl->fl_file) in flock_lock_inode() 1421 struct file *filp = fl->fl_file; in lease_modify() [all …]
|
/Linux-v5.15/fs/ceph/ |
D | locks.c | 35 struct ceph_file_info *fi = dst->fl_file->private_data; in ceph_fl_copy_lock() 36 struct inode *inode = file_inode(dst->fl_file); in ceph_fl_copy_lock() 43 struct ceph_file_info *fi = fl->fl_file->private_data; in ceph_fl_release_lock() 44 struct inode *inode = file_inode(fl->fl_file); in ceph_fl_release_lock() 309 dout("ceph_flock, fl_file: %p\n", fl->fl_file); in ceph_flock()
|
/Linux-v5.15/fs/lockd/ |
D | clntproc.c | 133 memcpy(&lock->fh, NFS_FH(locks_inode(fl->fl_file)), sizeof(struct nfs_fh)); in nlmclnt_setlockargs() 432 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_TEST); in nlmclnt_test() 489 return locks_lock_file_wait(fl->fl_file, fl); in do_vfs_lock() 515 const struct cred *cred = nfs_file_cred(fl->fl_file); in nlmclnt_lock() 634 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_LOCK); in nlmclnt_reclaim() 684 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, in nlmclnt_unlock() 775 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, in nlmclnt_cancel()
|
D | clntlock.c | 191 if (nfs_compare_fh(NFS_FH(locks_inode(fl_blocked->fl_file)), fh) != 0) in nlmclnt_grant()
|
D | svcproc.c | 80 lock->fl.fl_file = file->f_file[mode]; in nlmsvc_retrieve_args()
|
D | svc4proc.c | 51 lock->fl.fl_file = file->f_file[mode]; in nlm4svc_retrieve_args()
|
/Linux-v5.15/include/linux/lockd/ |
D | lockd.h | 369 return locks_inode(fl1->fl_file) == locks_inode(fl2->fl_file) in nlm_compare_locks()
|
/Linux-v5.15/fs/afs/ |
D | flock.c | 125 afs_file_key(p->fl_file) == key) { in afs_next_locker() 846 struct afs_vnode *vnode = AFS_FS_I(locks_inode(fl->fl_file)); in afs_fl_copy_lock() 864 struct afs_vnode *vnode = AFS_FS_I(locks_inode(fl->fl_file)); in afs_fl_release_private()
|
/Linux-v5.15/fs/nfsd/ |
D | nfs4layouts.c | 200 fl->fl_file = ls->ls_file->nf_file; in nfsd4_layout_setlease() 202 status = vfs_setlease(fl->fl_file, fl->fl_type, &fl, NULL); in nfsd4_layout_setlease()
|
D | filecache.c | 592 nfsd_file_close_inode_sync(file_inode(fl->fl_file)); in nfsd_file_lease_notifier_call()
|
D | nfs4state.c | 5040 fl->fl_file = dp->dl_stid.sc_file->fi_deleg_file->nf_file; in nfs4_alloc_init_lease() 6954 file_lock->fl_file = nf->nf_file; in nfsd4_lock() 7057 lock->fl_file = nf->nf_file; in nfsd_test_lock() 7059 lock->fl_file = NULL; in nfsd_test_lock() 7182 file_lock->fl_file = nf->nf_file; in nfsd4_locku()
|
/Linux-v5.15/fs/ksmbd/ |
D | smb2pdu.c | 6616 fl->fl_file = f; in smb_flock_init() 6838 if (file_inode(cmp_lock->fl->fl_file) != in smb2_lock() 6839 file_inode(smb_lock->fl->fl_file)) in smb2_lock() 6843 if (cmp_lock->fl->fl_file == smb_lock->fl->fl_file && in smb2_lock() 6860 if (cmp_lock->fl->fl_file == smb_lock->fl->fl_file) { in smb2_lock()
|
D | vfs.c | 343 if (flock->fl_file != filp) { in check_lock_range()
|
/Linux-v5.15/fs/nfs/ |
D | delegation.c | 160 if (nfs_file_open_context(fl->fl_file)->state != state) in nfs_delegation_claim_locks()
|
D | nfs4state.c | 1511 if (nfs_file_open_context(fl->fl_file)->state != state) in nfs4_reclaim_locks()
|
D | nfs4proc.c | 6938 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid); in nfs4_proc_unlck() 7157 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file), in _nfs4_do_setlk()
|
/Linux-v5.15/include/linux/ |
D | fs.h | 1127 struct file *fl_file; member
|