Home
last modified time | relevance | path

Searched refs:locks_init_lock (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/lockd/
Dclntproc.c202 locks_init_lock(&call->a_args.lock.fl); in nlm_alloc_call()
203 locks_init_lock(&call->a_res.lock.fl); in nlm_alloc_call()
614 locks_init_lock(&req->a_args.lock.fl); in nlmclnt_reclaim()
615 locks_init_lock(&req->a_res.lock.fl); in nlmclnt_reclaim()
Dxdr.c127 locks_init_lock(fl); in nlm_decode_lock()
261 locks_init_lock(&lock->fl); in nlmsvc_decode_shareargs()
Dxdr4.c119 locks_init_lock(fl); in nlm4_decode_lock()
258 locks_init_lock(&lock->fl); in nlm4svc_decode_shareargs()
Dclntxdr.c283 locks_init_lock(fl); in decode_nlm_holder()
Dclnt4xdr.c289 locks_init_lock(fl); in decode_nlm4_holder()
/linux-4.4.14/fs/dlm/
Dplock.c136 locks_init_lock(&xop->flc); in dlm_posix_lock()
367 locks_init_lock(fl); in dlm_posix_get()
/linux-4.4.14/fs/
Dlocks.c310 void locks_init_lock(struct file_lock *fl) in locks_init_lock() function
316 EXPORT_SYMBOL(locks_init_lock);
1249 locks_init_lock(&fl); in locks_mandatory_area()
/linux-4.4.14/fs/nfsd/
Dnfs4layouts.c165 locks_init_lock(fl); in nfsd4_layout_setlease()
/linux-4.4.14/include/linux/
Dfs.h1047 extern void locks_init_lock(struct file_lock *);
1110 static inline void locks_init_lock(struct file_lock *fl) in locks_init_lock() function