Searched refs:lm_notify (Results 1 – 5 of 5) sorted by relevance
41 void (*lm_notify)(struct file_lock *); /* unblock callback */ member
399 void (*lm_notify)(struct file_lock *); /* unblock callback */412 lm_notify: no yes no
822 .lm_notify = nlmsvc_notify_blocked,
712 fl->fl_lmops && fl->fl_lmops->lm_notify) in __locks_wake_up_blocks() 713 fl->fl_lmops->lm_notify(fl); in __locks_wake_up_blocks()
7901 .lm_notify = nfsd4_lm_notify,