Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst428 void (*lm_notify)(struct file_lock *); /* unblock callback */
439 lm_notify: yes yes no
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dsvclock.c784 .lm_notify = nlmsvc_notify_blocked,
/OK3568_Linux_fs/kernel/fs/
H A Dlocks.c738 if (waiter->fl_lmops && waiter->fl_lmops->lm_notify) in __locks_wake_up_blocks()
739 waiter->fl_lmops->lm_notify(waiter); in __locks_wake_up_blocks()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1046 void (*lm_notify)(struct file_lock *); /* unblock callback */ member
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4state.c6392 .lm_notify = nfsd4_lm_notify,