Home
last modified time | relevance | path

Searched refs:lm_notify (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/lockd/
Dsvclock.c713 .lm_notify = nlmsvc_notify_blocked,
/linux-4.1.27/Documentation/filesystems/
DLocking359 void (*lm_notify)(struct file_lock *); /* unblock callback */
369 lm_notify: yes yes no
/linux-4.1.27/fs/
Dlocks.c674 if (waiter->fl_lmops && waiter->fl_lmops->lm_notify) in locks_wake_up_blocks()
675 waiter->fl_lmops->lm_notify(waiter); in locks_wake_up_blocks()
/linux-4.1.27/include/linux/
Dfs.h927 void (*lm_notify)(struct file_lock *); /* unblock callback */ member