Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dlocks.c294 if (fl->fl_lmops) { in locks_release_private()
295 if (fl->fl_lmops->lm_put_owner) { in locks_release_private()
296 fl->fl_lmops->lm_put_owner(fl->fl_owner); in locks_release_private()
299 fl->fl_lmops = NULL; in locks_release_private()
371 new->fl_lmops = fl->fl_lmops; in locks_copy_conflock()
374 if (fl->fl_lmops) { in locks_copy_conflock()
375 if (fl->fl_lmops->lm_get_owner) in locks_copy_conflock()
376 fl->fl_lmops->lm_get_owner(fl->fl_owner); in locks_copy_conflock()
497 fl->fl_lmops = NULL; in flock64_to_posix_lock()
565 fl->fl_lmops = &lease_manager_ops; in lease_init()
[all …]
/openbmc/linux/fs/dlm/
H A Dplock.c149 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in dlm_posix_lock()
160 op_data->callback = fl->fl_lmops->lm_grant; in dlm_posix_lock()
329 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_unlock()
377 if (WARN_ON_ONCE(!fl->fl_lmops || !fl->fl_lmops->lm_grant)) in dlm_posix_cancel()
453 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_get()
/openbmc/linux/fs/lockd/
H A Dsvcsubs.c222 if (fl->fl_lmops != &nlmsvc_lock_operations) in nlm_traverse_locks()
276 if (fl->fl_lmops == &nlmsvc_lock_operations) { in nlm_file_inuse()
H A Dsvc4proc.c62 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlm4svc_retrieve_args()
H A Dsvcproc.c83 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_retrieve_args()
H A Dsvclock.c249 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
/openbmc/linux/include/linux/
H A Dfilelock.h114 const struct lock_manager_operations *fl_lmops; /* Callbacks for lockmanagers */ member
/openbmc/linux/fs/nfsd/
H A Dnfs4layouts.c195 fl->fl_lmops = &nfsd4_layouts_lm_ops; in nfsd4_layout_setlease()
H A Dnfs4state.c5351 fl->fl_lmops = &nfsd_lease_mng_ops; in nfs4_alloc_init_lease()
7225 if (fl->fl_lmops == &nfsd_posix_mng_ops) { in nfs4_set_lock_denied()
7634 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_lock()
7870 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_locku()
8458 if (fl->fl_lmops != &nfsd_lease_mng_ops) { in nfsd4_deleg_getattr_conflict()
/openbmc/linux/fs/fuse/
H A Dfile.c2587 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c7152 fl->fl_lmops = NULL; in smb_flock_init()