Home
last modified time | relevance | path

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

/linux/fs/dlm/
A Dplock.c92 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()
/linux/fs/
A Dlocks.c263 if (fl->fl_lmops) { in locks_release_private()
264 if (fl->fl_lmops->lm_put_owner) { in locks_release_private()
268 fl->fl_lmops = NULL; in locks_release_private()
312 new->fl_lmops = fl->fl_lmops; in locks_copy_conflock()
315 if (fl->fl_lmops) { in locks_copy_conflock()
316 if (fl->fl_lmops->lm_get_owner) in locks_copy_conflock()
452 fl->fl_lmops = NULL; in flock64_to_posix_lock()
630 if (waiter->fl_lmops && waiter->fl_lmops->lm_notify) in __locks_wake_up_blocks()
1450 if (fl->fl_lmops->lm_break(fl)) in __break_lease()
1734 if (lease->fl_lmops->lm_setup) in generic_add_lease()
[all …]
/linux/fs/lockd/
A Dsvcsubs.c216 if (fl->fl_lmops != &nlmsvc_lock_operations) in nlm_traverse_locks()
270 if (fl->fl_lmops == &nlmsvc_lock_operations) { in nlm_file_inuse()
A Dsvc4proc.c53 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlm4svc_retrieve_args()
A Dsvcproc.c82 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_retrieve_args()
A Dsvclock.c241 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
/linux/fs/nfsd/
A Dnfs4layouts.c195 fl->fl_lmops = &nfsd4_layouts_lm_ops; in nfsd4_layout_setlease()
A Dnfs4state.c5039 fl->fl_lmops = &nfsd_lease_mng_ops; in nfs4_alloc_init_lease()
6558 if (fl->fl_lmops == &nfsd_posix_mng_ops) { in nfs4_set_lock_denied()
6961 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_lock()
7189 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_locku()
/linux/fs/fuse/
A Dfile.c2512 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()
/linux/include/linux/
A Dfs.h1134 const struct lock_manager_operations *fl_lmops; /* Callbacks for lockmanagers */ member
/linux/fs/ksmbd/
A Dsmb2pdu.c6652 fl->fl_lmops = NULL; in smb_flock_init()

Completed in 52 milliseconds