Searched refs:fl_lmops (Results 1 – 11 of 11) sorted by relevance
95 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in do_unlock_close()131 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in dlm_posix_lock()135 xop->callback = fl->fl_lmops->lm_grant; in dlm_posix_lock()281 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_unlock()342 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_get()
271 if (fl->fl_lmops) { in locks_release_private()272 if (fl->fl_lmops->lm_put_owner) { in locks_release_private()273 fl->fl_lmops->lm_put_owner(fl->fl_owner); in locks_release_private()276 fl->fl_lmops = NULL; in locks_release_private()326 new->fl_lmops = fl->fl_lmops; in locks_copy_conflock()329 if (fl->fl_lmops) { in locks_copy_conflock()330 if (fl->fl_lmops->lm_get_owner) in locks_copy_conflock()331 fl->fl_lmops->lm_get_owner(fl->fl_owner); in locks_copy_conflock()448 fl->fl_lmops = NULL; in flock64_to_posix_lock()516 fl->fl_lmops = &lease_manager_ops; in lease_init()[all …]
176 if (fl->fl_lmops != &nlmsvc_lock_operations) in nlm_traverse_locks()237 if (fl->fl_lmops == &nlmsvc_lock_operations) { in nlm_file_inuse()
49 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlm4svc_retrieve_args()
79 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_retrieve_args()
239 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
166 fl->fl_lmops = &nfsd4_layouts_lm_ops; in nfsd4_layout_setlease()
3987 fl->fl_lmops = &nfsd_lease_mng_ops; in nfs4_alloc_init_lease()5191 if (fl->fl_lmops == &nfsd_posix_mng_ops) { in nfs4_set_lock_denied()5557 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_lock()5755 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_locku()
2150 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()
2718 if (file_lock->fl_lmops && file_lock->fl_lmops->lm_compare_owner) in ll_file_flock()
985 const struct lock_manager_operations *fl_lmops; /* Callbacks for lockmanagers */ member