Home
last modified time | relevance | path

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

/Linux-v4.19/fs/lockd/
Dclntproc.c208 locks_init_lock(&call->a_args.lock.fl); in nlm_alloc_call()
209 locks_init_lock(&call->a_res.lock.fl); in nlm_alloc_call()
624 locks_init_lock(&req->a_args.lock.fl); in nlmclnt_reclaim()
625 locks_init_lock(&req->a_res.lock.fl); in nlmclnt_reclaim()
Dxdr.c128 locks_init_lock(fl); in nlm_decode_lock()
270 locks_init_lock(&lock->fl); in nlmsvc_decode_shareargs()
Dxdr4.c120 locks_init_lock(fl); in nlm4_decode_lock()
267 locks_init_lock(&lock->fl); in nlm4svc_decode_shareargs()
Dclnt4xdr.c290 locks_init_lock(fl); in decode_nlm4_holder()
Dclntxdr.c284 locks_init_lock(fl); in decode_nlm_holder()
/Linux-v4.19/fs/dlm/
Dplock.c136 locks_init_lock(&xop->flc); in dlm_posix_lock()
367 locks_init_lock(fl); in dlm_posix_get()
/Linux-v4.19/fs/
Dlocks.c355 void locks_init_lock(struct file_lock *fl) in locks_init_lock() function
361 EXPORT_SYMBOL(locks_init_lock);
1302 locks_init_lock(&fl); in locks_mandatory_area()
/Linux-v4.19/fs/nfsd/
Dnfs4layouts.c193 locks_init_lock(fl); in nfsd4_layout_setlease()
Dnfs4state.c256 locks_init_lock(&nbl->nbl_lock); in find_or_allocate_block()
/Linux-v4.19/include/linux/
Dfs.h1094 extern void locks_init_lock(struct file_lock *);
1157 static inline void locks_init_lock(struct file_lock *fl) in locks_init_lock() function