Home
last modified time | relevance | path

Searched refs:nlm_wait (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/lockd/
H A Dclntlock.c35 struct nlm_wait { struct
100 struct nlm_wait *nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl) in nlmclnt_prepare_block()
102 struct nlm_wait *block; in nlmclnt_prepare_block()
118 void nlmclnt_finish_block(struct nlm_wait *block) in nlmclnt_finish_block()
131 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout) in nlmclnt_block()
168 struct nlm_wait *block; in nlmclnt_grant()
232 struct nlm_wait *block; in reclaimer()
H A Dclntproc.c518 struct nlm_wait *block = NULL; in nlmclnt_lock()
/kernel/linux/linux-6.6/fs/lockd/
H A Dclntlock.c88 void nlmclnt_prepare_block(struct nlm_wait *block, struct nlm_host *host, struct file_lock *fl) in nlmclnt_prepare_block()
105 void nlmclnt_queue_block(struct nlm_wait *block) in nlmclnt_queue_block()
115 __be32 nlmclnt_dequeue_block(struct nlm_wait *block) in nlmclnt_dequeue_block()
129 int nlmclnt_wait(struct nlm_wait *block, struct nlm_rqst *req, long timeout) in nlmclnt_wait()
165 struct nlm_wait *block; in nlmclnt_grant()
230 struct nlm_wait *block; in reclaimer()
H A Dclntproc.c524 struct nlm_wait block; in nlmclnt_lock()
/kernel/linux/linux-6.6/include/linux/lockd/
H A Dlockd.h127 struct nlm_wait { struct
216 void nlmclnt_prepare_block(struct nlm_wait *block, struct nlm_host *host,
218 void nlmclnt_queue_block(struct nlm_wait *block);
219 __be32 nlmclnt_dequeue_block(struct nlm_wait *block);
220 int nlmclnt_wait(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
/kernel/linux/linux-5.10/include/linux/lockd/
H A Dlockd.h132 struct nlm_wait;
212 struct nlm_wait * nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl);
213 void nlmclnt_finish_block(struct nlm_wait *block);
214 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout);

Completed in 5 milliseconds