Home
last modified time | relevance | path

Searched refs:fl_lmops (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/fs/
H A Dlocks.c312 if (fl->fl_lmops) { in locks_release_private()
317 fl->fl_lmops = NULL; in locks_release_private()
405 new->fl_lmops = fl->fl_lmops; in locks_copy_conflock()
408 if (fl->fl_lmops) { in locks_copy_conflock()
409 if (fl->fl_lmops->lm_get_owner) in locks_copy_conflock()
533 fl->fl_lmops = NULL; in flock64_to_posix_lock()
712 fl->fl_lmops && fl->fl_lmops->lm_notify) in __locks_wake_up_blocks()
713 fl->fl_lmops->lm_notify(fl); in __locks_wake_up_blocks()
971 if (cfl->fl_lmops && cfl->fl_lmops->lm_lock_expirable in posix_test_lock()
1190 if (fl->fl_lmops && fl->fl_lmops->lm_lock_expirable in posix_lock_inode()
[all …]
/linux-6.15/fs/dlm/
H A Dplock.c150 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in dlm_posix_lock()
158 op_data->callback = fl->fl_lmops->lm_grant; in dlm_posix_lock()
370 if (WARN_ON_ONCE(!fl->fl_lmops || !fl->fl_lmops->lm_grant)) in dlm_posix_cancel()
/linux-6.15/include/linux/
H A Dfilelock.h118 const struct lock_manager_operations *fl_lmops; /* Callbacks for lockmanagers */ member
139 const struct lease_manager_operations *fl_lmops; /* Callbacks for lease managers */ member
/linux-6.15/fs/lockd/
H A Dsvcsubs.c222 if (fl->fl_lmops != &nlmsvc_lock_operations) in nlm_traverse_locks()
276 if (fl->fl_lmops == &nlmsvc_lock_operations) { in nlm_file_inuse()
H A Dsvc4proc.c63 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlm4svc_retrieve_args()
H A Dsvcproc.c83 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_retrieve_args()
H A Dsvclock.c248 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
/linux-6.15/fs/nfsd/
H A Dnfs4layouts.c210 fl->fl_lmops = &nfsd4_layouts_lm_ops; in nfsd4_layout_setlease()
H A Dnfs4state.c5846 fl->fl_lmops = &nfsd_lease_mng_ops; in nfs4_alloc_init_lease()
7860 if (fl->fl_lmops == &nfsd_posix_mng_ops) { in nfs4_set_lock_denied()
8263 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_lock()
8520 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_locku()
9191 if (fl->fl_lmops == &nfsd_lease_mng_ops) in nfsd4_deleg_getattr_conflict()
/linux-6.15/fs/fuse/
H A Dfile.c2773 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c7197 fl->fl_lmops = NULL; in smb_flock_init()