Home
last modified time | relevance | path

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

/linux-5.19.10/fs/dlm/
Dplock.c97 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in do_unlock_close()
133 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in dlm_posix_lock()
144 op_data->callback = fl->fl_lmops->lm_grant; in dlm_posix_lock()
279 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_unlock()
334 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_get()
/linux-5.19.10/fs/lockd/
Dsvclock.c805 .lm_grant = nlmsvc_grant_deferred,
/linux-5.19.10/Documentation/filesystems/
Dlocking.rst433 int (*lm_grant)(struct file_lock *, struct file_lock *, int);
446 lm_grant: no no no
/linux-5.19.10/include/linux/
Dfs.h1027 int (*lm_grant)(struct file_lock *, int); member
/linux-5.19.10/fs/fuse/
Dfile.c2543 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()