Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/lockd/
Dclntproc.c163 locks_init_lock(&call->a_args.lock.fl); in nlmclnt_proc()
164 locks_init_lock(&call->a_res.lock.fl); in nlmclnt_proc()
222 locks_init_lock(&call->a_args.lock.fl); in nlmclnt_alloc_call()
223 locks_init_lock(&call->a_res.lock.fl); in nlmclnt_alloc_call()
487 locks_init_lock(&req->a_args.lock.fl); in nlmclnt_reclaim()
488 locks_init_lock(&req->a_res.lock.fl); in nlmclnt_reclaim()
Dxdr.c135 locks_init_lock(fl); in nlm_decode_lock()
319 locks_init_lock(&lock->fl); in nlmsvc_decode_shareargs()
438 locks_init_lock(fl); in nlmclt_decode_testres()
Dxdr4.c134 locks_init_lock(fl); in nlm4_decode_lock()
325 locks_init_lock(&lock->fl); in nlm4svc_decode_shareargs()
444 locks_init_lock(fl); in nlm4clt_decode_testres()
Dsvclock.c189 locks_init_lock(&block->b_call.a_args.lock.fl); in nlmsvc_create_block()
190 locks_init_lock(&block->b_call.a_res.lock.fl); in nlmsvc_create_block()
/linux-2.4.37.9/kernel/
Dksyms.c243 EXPORT_SYMBOL(locks_init_lock);
/linux-2.4.37.9/fs/
Dlocks.c162 void locks_init_lock(struct file_lock *fl) in locks_init_lock() function
192 locks_init_lock(lock); in init_once()
/linux-2.4.37.9/include/linux/
Dfs.h669 extern void locks_init_lock(struct file_lock *);