Home
last modified time | relevance | path

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

/linux-2.6.39/fs/lockd/
Dclntproc.c200 locks_init_lock(&call->a_args.lock.fl); in nlm_alloc_call()
201 locks_init_lock(&call->a_res.lock.fl); in nlm_alloc_call()
625 locks_init_lock(&req->a_args.lock.fl); in nlmclnt_reclaim()
626 locks_init_lock(&req->a_res.lock.fl); in nlmclnt_reclaim()
Dxdr.c133 locks_init_lock(fl); in nlm_decode_lock()
267 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()
Dclnt4xdr.c294 locks_init_lock(fl); in decode_nlm4_holder()
Dclntxdr.c288 locks_init_lock(fl); in decode_nlm_holder()
/linux-2.6.39/fs/dlm/
Dplock.c106 locks_init_lock(&xop->flc); in dlm_posix_lock()
308 locks_init_lock(fl); in dlm_posix_get()
/linux-2.6.39/fs/
Dlocks.c198 void locks_init_lock(struct file_lock *fl) in locks_init_lock() function
216 EXPORT_SYMBOL(locks_init_lock);
226 locks_init_lock(lock); in init_once()
1099 locks_init_lock(&fl); in locks_mandatory_area()
/linux-2.6.39/fs/nfsd/
Dnfs4state.c2645 locks_init_lock(fl); in nfs4_alloc_init_lease()
3862 locks_init_lock(&file_lock); in nfsd4_lock()
3985 locks_init_lock(&file_lock); in nfsd4_lockt()
4060 locks_init_lock(&file_lock); in nfsd4_locku()
/linux-2.6.39/include/linux/
Dfs.h1143 extern void locks_init_lock(struct file_lock *);
1201 static inline void locks_init_lock(struct file_lock *fl) in locks_init_lock() function