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

/linux-master/fs/dlm/
H A Dplock.c150 if (fl->fl_lmops && fl->fl_lmops->lm_grant) {
158 op_data->callback = fl->fl_lmops->lm_grant;
370 if (WARN_ON_ONCE(!fl->fl_lmops || !fl->fl_lmops->lm_grant))
/linux-master/include/linux/
H A Dfilelock.h42 int (*lm_grant)(struct file_lock *, int); member in struct:lock_manager_operations
/linux-master/fs/lockd/
H A Dsvclock.c551 * only one nlm_block to being granted by lm_grant().
738 * It will be used if lm_grant is defined and the filesystem can not
824 .lm_grant = nlmsvc_grant_deferred,
/linux-master/fs/fuse/
H A Dfile.c2679 if (fl->fl_lmops && fl->fl_lmops->lm_grant) {

Completed in 151 milliseconds