Home
last modified time | relevance | path

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

/linux/fs/
H A Dlocks.c312 if (fl->fl_lmops) { in locks_release_private()
313 if (fl->fl_lmops->lm_put_owner) { in locks_release_private()
314 fl->fl_lmops->lm_put_owner(flc->flc_owner); 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()
410 fl->fl_lmops->lm_get_owner(fl->c.flc_owner); in locks_copy_conflock()
533 fl->fl_lmops in flock64_to_posix_lock()
[all...]
/linux/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/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/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/fs/nfsd/
H A Dnfs4layouts.c210 fl->fl_lmops = &nfsd4_layouts_lm_ops; in nfsd4_layout_setlease()
H A Dnfs4state.c5853 fl->fl_lmops = &nfsd_lease_mng_ops; in nfs4_alloc_init_lease()
7913 if (fl->fl_lmops == &nfsd_posix_mng_ops) { in nfs4_set_lock_denied()
8316 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_lock()
8573 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_locku()
9244 if (fl->fl_lmops == &nfsd_lease_mng_ops) in nfsd4_deleg_getattr_conflict()
/linux/fs/fuse/
H A Dfile.c2445 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()