Home
last modified time | relevance | path

Searched refs:nlm_wait (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/lockd/
Dclntlock.c34 struct nlm_wait { struct
99 struct nlm_wait *nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl) in nlmclnt_prepare_block()
101 struct nlm_wait *block; in nlmclnt_prepare_block()
117 void nlmclnt_finish_block(struct nlm_wait *block) in nlmclnt_finish_block()
130 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout) in nlmclnt_block()
167 struct nlm_wait *block; in nlmclnt_grant()
231 struct nlm_wait *block; in reclaimer()
Dclntproc.c516 struct nlm_wait *block = NULL; in nlmclnt_lock()
/linux-4.19.296/include/linux/lockd/
Dlockd.h133 struct nlm_wait;
213 struct nlm_wait * nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl);
214 void nlmclnt_finish_block(struct nlm_wait *block);
215 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout);