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

/linux-4.1.27/fs/dlm/
H A Dplock.c95 if (fl->fl_lmops && fl->fl_lmops->lm_grant) do_unlock_close()
131 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { dlm_posix_lock()
135 xop->callback = fl->fl_lmops->lm_grant; dlm_posix_lock()
281 if (fl->fl_lmops && fl->fl_lmops->lm_grant) dlm_posix_unlock()
342 if (fl->fl_lmops && fl->fl_lmops->lm_grant) dlm_posix_get()
/linux-4.1.27/fs/lockd/
H A Dsvclock.c620 * It will be used if lm_grant is defined and the filesystem can not
714 .lm_grant = nlmsvc_grant_deferred,
/linux-4.1.27/fs/
H A Dlocks.c2060 * lm_grant is set. Callers expecting ->lock() to return asynchronously
2063 * it must return FILE_LOCK_DEFERRED, and call ->lm_grant() when the lock
2073 * ->lm_grant() before returning to the caller with a FILE_LOCK_DEFERRED
/linux-4.1.27/fs/fuse/
H A Dfile.c2150 if (fl->fl_lmops && fl->fl_lmops->lm_grant) { fuse_setlk()
/linux-4.1.27/include/linux/
H A Dfs.h928 int (*lm_grant)(struct file_lock *, int); member in struct:lock_manager_operations

Completed in 111 milliseconds