Home
last modified time | relevance | path

Searched refs:lm_grant (Results 1 – 5 of 5) sorted by relevance

/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/include/linux/
H A Dfilelock.h41 int (*lm_grant)(struct file_lock *, int); member
/openbmc/linux/fs/lockd/
H A Dsvclock.c811 .lm_grant = nlmsvc_grant_deferred,
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst445 int (*lm_grant)(struct file_lock *, struct file_lock *, int);
458 lm_grant: no no no
/openbmc/linux/fs/fuse/
H A Dfile.c2587 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()