Home
last modified time | relevance | path

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

/linux-6.15/fs/dlm/
H A Dplock.c150 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in dlm_posix_lock()
158 op_data->callback = fl->fl_lmops->lm_grant; in dlm_posix_lock()
370 if (WARN_ON_ONCE(!fl->fl_lmops || !fl->fl_lmops->lm_grant)) in dlm_posix_cancel()
/linux-6.15/include/linux/
H A Dfilelock.h42 int (*lm_grant)(struct file_lock *, int); member
/linux-6.15/fs/lockd/
H A Dsvclock.c823 .lm_grant = nlmsvc_grant_deferred,
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst450 int (*lm_grant)(struct file_lock *, struct file_lock *, int);
463 lm_grant: no no no
/linux-6.15/fs/fuse/
H A Dfile.c2773 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()