Home
last modified time | relevance | path

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

/linux-4.1.27/fs/dlm/
Dplock.c95 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in do_unlock_close()
131 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in dlm_posix_lock()
135 xop->callback = fl->fl_lmops->lm_grant; in dlm_posix_lock()
281 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_unlock()
342 if (fl->fl_lmops && fl->fl_lmops->lm_grant) in dlm_posix_get()
/linux-4.1.27/fs/lockd/
Dsvclock.c714 .lm_grant = nlmsvc_grant_deferred,
/linux-4.1.27/Documentation/filesystems/
DLocking360 int (*lm_grant)(struct file_lock *, struct file_lock *, int);
370 lm_grant: no no no
/linux-4.1.27/include/linux/
Dfs.h928 int (*lm_grant)(struct file_lock *, int); member
/linux-4.1.27/fs/fuse/
Dfile.c2150 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { in fuse_setlk()