Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/dlm/
H 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 op->callback = fl->fl_lmops->lm_grant; in dlm_posix_lock()
277 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_unlock()
338 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_get()
/OK3568_Linux_fs/kernel/fs/
H A Dlocks.c369 if (fl->fl_lmops) { in locks_release_private()
370 if (fl->fl_lmops->lm_put_owner) { in locks_release_private()
371 fl->fl_lmops->lm_put_owner(fl->fl_owner); in locks_release_private()
374 fl->fl_lmops = NULL; in locks_release_private()
418 new->fl_lmops = fl->fl_lmops; in locks_copy_conflock()
421 if (fl->fl_lmops) { in locks_copy_conflock()
422 if (fl->fl_lmops->lm_get_owner) in locks_copy_conflock()
423 fl->fl_lmops->lm_get_owner(fl->fl_owner); in locks_copy_conflock()
560 fl->fl_lmops = NULL; in flock64_to_posix_lock()
628 fl->fl_lmops = &lease_manager_ops; in lease_init()
[all …]
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dsvcsubs.c177 if (fl->fl_lmops != &nlmsvc_lock_operations) in nlm_traverse_locks()
238 if (fl->fl_lmops == &nlmsvc_lock_operations) { in nlm_file_inuse()
H A Dsvcproc.c80 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_retrieve_args()
H A Dsvc4proc.c50 lock->fl.fl_lmops = &nlmsvc_lock_operations; in nlm4svc_retrieve_args()
H A Dsvclock.c240 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4layouts.c194 fl->fl_lmops = &nfsd4_layouts_lm_ops; in nfsd4_layout_setlease()
H A Dnfs4state.c4970 fl->fl_lmops = &nfsd_lease_mng_ops; in nfs4_alloc_init_lease()
6402 if (fl->fl_lmops == &nfsd_posix_mng_ops) { in nfs4_set_lock_denied()
6802 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_lock()
7031 file_lock->fl_lmops = &nfsd_posix_mng_ops; in nfsd4_locku()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfile.c2505 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1118 const struct lock_manager_operations *fl_lmops; /* Callbacks for lockmanagers */ member