Searched refs:lm_lock_expirable (Results 1 - 3 of 3) sorted by path

/linux-master/fs/
H A Dlocks.c971 if (cfl->fl_lmops && cfl->fl_lmops->lm_lock_expirable
972 && (*cfl->fl_lmops->lm_lock_expirable)(cfl)) {
1190 if (fl->fl_lmops && fl->fl_lmops->lm_lock_expirable
1191 && (*fl->fl_lmops->lm_lock_expirable)(fl)) {
/linux-master/fs/nfsd/
H A Dnfs4state.c7561 .lm_lock_expirable = nfsd4_lm_lock_expirable,
/linux-master/include/linux/
H A Dfilelock.h43 bool (*lm_lock_expirable)(struct file_lock *cfl); member in struct:lock_manager_operations

Completed in 239 milliseconds