Searched refs:fl_file (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/fs/ |
D | locks.c | 239 if (fl->fl_file == filp) in locks_check_ctx_file_list() 365 new->fl_file = NULL; in locks_copy_conflock() 387 new->fl_file = fl->fl_file; in locks_copy_lock() 432 fl->fl_file = filp; in flock_make_lock() 493 fl->fl_file = filp; in flock64_to_posix_lock() 528 struct file *filp = fl->fl_file; in lease_setup() 559 fl->fl_file = filp; in lease_init() 879 if (caller_fl->fl_file == sys_fl->fl_file) in flock_locks_conflict() 1034 if (request->fl_file != fl->fl_file) in flock_lock_inode() 1382 struct file *filp = fl->fl_file; in lease_modify() [all …]
|
/Linux-v6.1/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() 312 dout("ceph_flock, fl_file: %p\n", fl->fl_file); in ceph_flock()
|
/Linux-v6.1/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 | svc4proc.c | 55 lock->fl.fl_file = file->f_file[mode]; in nlm4svc_retrieve_args()
|
D | svcproc.c | 80 lock->fl.fl_file = file->f_file[mode]; in nlmsvc_retrieve_args()
|
/Linux-v6.1/include/linux/lockd/ |
D | lockd.h | 375 return locks_inode(fl1->fl_file) == locks_inode(fl2->fl_file) in nlm_compare_locks()
|
/Linux-v6.1/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-v6.1/fs/nfsd/ |
D | nfs4layouts.c | 201 fl->fl_file = ls->ls_file->nf_file; in nfsd4_layout_setlease() 203 status = vfs_setlease(fl->fl_file, fl->fl_type, &fl, NULL); in nfsd4_layout_setlease()
|
D | filecache.c | 762 nfsd_file_close_inode_sync(file_inode(fl->fl_file)); in nfsd_file_lease_notifier_call()
|
D | nfs4state.c | 5302 fl->fl_file = dp->dl_stid.sc_file->fi_deleg_file->nf_file; in nfs4_alloc_init_lease() 7428 file_lock->fl_file = nf->nf_file; in nfsd4_lock() 7539 lock->fl_file = nf->nf_file; in nfsd_test_lock() 7541 lock->fl_file = NULL; in nfsd_test_lock() 7664 file_lock->fl_file = nf->nf_file; in nfsd4_locku()
|
/Linux-v6.1/fs/ksmbd/ |
D | smb2pdu.c | 6712 fl->fl_file = f; in smb_flock_init() 6931 if (file_inode(cmp_lock->fl->fl_file) != in smb2_lock() 6932 file_inode(smb_lock->fl->fl_file)) in smb2_lock() 6936 if (cmp_lock->fl->fl_file == smb_lock->fl->fl_file && in smb2_lock() 6953 if (cmp_lock->fl->fl_file == smb_lock->fl->fl_file) { in smb2_lock()
|
D | vfs.c | 342 if (flock->fl_file != filp) { in check_lock_range()
|
/Linux-v6.1/fs/nfs/ |
D | delegation.c | 160 if (nfs_file_open_context(fl->fl_file)->state != state) in nfs_delegation_claim_locks()
|
D | nfs4state.c | 1517 if (nfs_file_open_context(fl->fl_file)->state != state) in nfs4_reclaim_locks()
|
D | nfs4proc.c | 7033 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid); in nfs4_proc_unlck() 7247 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file), in _nfs4_do_setlk()
|
/Linux-v6.1/include/linux/ |
D | fs.h | 1103 struct file *fl_file; member
|