Searched refs:fl_lmops (Results 1 – 10 of 10) sorted by relevance
312 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...]
150 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()
118 const struct lock_manager_operations *fl_lmops; /* Callbacks for lockmanagers */ member 139 const struct lease_manager_operations *fl_lmops; /* Callbacks for lease managers */ member
222 if (fl->fl_lmops != &nlmsvc_lock_operations) in nlm_traverse_locks() 276 if (fl->fl_lmops == &nlmsvc_lock_operations) { in nlm_file_inuse()
63 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlm4svc_retrieve_args()
83 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_retrieve_args()
248 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
210 fl->fl_lmops = &nfsd4_layouts_lm_ops; in nfsd4_layout_setlease()
5853 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()
2445 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()