Searched refs:fl_lmops (Results 1 – 10 of 10) sorted by relevance
92 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in do_unlock_close()128 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in dlm_posix_lock()132 xop->callback = fl->fl_lmops->lm_grant; in dlm_posix_lock()278 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_unlock()339 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_get()
369 if (fl->fl_lmops) { in locks_release_private()370 if (fl->fl_lmops->lm_put_owner) { in locks_release_private()371 fl->fl_lmops->lm_put_owner(fl->fl_owner); in locks_release_private()374 fl->fl_lmops = NULL; in locks_release_private()418 new->fl_lmops = fl->fl_lmops; in locks_copy_conflock()421 if (fl->fl_lmops) { in locks_copy_conflock()422 if (fl->fl_lmops->lm_get_owner) in locks_copy_conflock()423 fl->fl_lmops->lm_get_owner(fl->fl_owner); in locks_copy_conflock()560 fl->fl_lmops = NULL; in flock64_to_posix_lock()628 fl->fl_lmops = &lease_manager_ops; in lease_init()[all …]
177 if (fl->fl_lmops != &nlmsvc_lock_operations) in nlm_traverse_locks()238 if (fl->fl_lmops == &nlmsvc_lock_operations) { in nlm_file_inuse()
50 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlm4svc_retrieve_args()
80 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_retrieve_args()
240 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
194 fl->fl_lmops = &nfsd4_layouts_lm_ops; in nfsd4_layout_setlease()
4787 fl->fl_lmops = &nfsd_lease_mng_ops; in nfs4_alloc_init_lease()6139 if (fl->fl_lmops == &nfsd_posix_mng_ops) { in nfs4_set_lock_denied()6535 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_lock()6753 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_locku()
2388 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()
1105 const struct lock_manager_operations *fl_lmops; /* Callbacks for lockmanagers */ member