Home
last modified time | relevance | path

Searched refs:posix_block_lock (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/lockd/
Dsvclock.c380 posix_block_lock(conflock, &block->b_call.a_args.lock.fl); in nlmsvc_lock()
535 posix_block_lock(conflock, &lock->fl); in nlmsvc_grant_blocked()
/linux-2.4.37.9/kernel/
Dksyms.c247 EXPORT_SYMBOL(posix_block_lock);
/linux-2.4.37.9/include/linux/
Dfs.h675 extern void posix_block_lock(struct file_lock *, struct file_lock *);
/linux-2.4.37.9/fs/
Dlocks.c1801 posix_block_lock(struct file_lock *blocker, struct file_lock *waiter) in posix_block_lock() function