Home
last modified time | relevance | path

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

/linux-4.4.14/fs/dlm/
Dplock.c95 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()
/linux-4.4.14/fs/
Dlocks.c275 if (fl->fl_lmops) { in locks_release_private()
276 if (fl->fl_lmops->lm_put_owner) { in locks_release_private()
277 fl->fl_lmops->lm_put_owner(fl->fl_owner); in locks_release_private()
280 fl->fl_lmops = NULL; in locks_release_private()
330 new->fl_lmops = fl->fl_lmops; in locks_copy_conflock()
333 if (fl->fl_lmops) { in locks_copy_conflock()
334 if (fl->fl_lmops->lm_get_owner) in locks_copy_conflock()
335 fl->fl_lmops->lm_get_owner(fl->fl_owner); in locks_copy_conflock()
452 fl->fl_lmops = NULL; in flock64_to_posix_lock()
520 fl->fl_lmops = &lease_manager_ops; in lease_init()
[all …]
/linux-4.4.14/fs/lockd/
Dsvcsubs.c176 if (fl->fl_lmops != &nlmsvc_lock_operations) in nlm_traverse_locks()
237 if (fl->fl_lmops == &nlmsvc_lock_operations) { in nlm_file_inuse()
Dsvc4proc.c49 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlm4svc_retrieve_args()
Dsvcproc.c79 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_retrieve_args()
Dsvclock.c239 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
/linux-4.4.14/fs/nfsd/
Dnfs4layouts.c166 fl->fl_lmops = &nfsd4_layouts_lm_ops; in nfsd4_layout_setlease()
Dnfs4state.c4027 fl->fl_lmops = &nfsd_lease_mng_ops; in nfs4_alloc_init_lease()
5275 if (fl->fl_lmops == &nfsd_posix_mng_ops) { in nfs4_set_lock_denied()
5639 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_lock()
5834 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_locku()
/linux-4.4.14/fs/fuse/
Dfile.c2150 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c2687 if (file_lock->fl_lmops && file_lock->fl_lmops->lm_compare_owner) in ll_file_flock()
/linux-4.4.14/include/linux/
Dfs.h1001 const struct lock_manager_operations *fl_lmops; /* Callbacks for lockmanagers */ member