Home
last modified time | relevance | path

Searched refs:__locks_copy_lock (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/
Dlocks.c243 void __locks_copy_lock(struct file_lock *new, const struct file_lock *fl) in __locks_copy_lock() function
255 EXPORT_SYMBOL(__locks_copy_lock);
261 __locks_copy_lock(new, fl); in locks_copy_lock()
653 __locks_copy_lock(fl, cfl); in posix_test_lock()
834 __locks_copy_lock(conflock, fl); in __posix_lock_file()
/linux-2.6.39/fs/lockd/
Dsvclock.c654 __locks_copy_lock(block->b_fl, conf); in nlmsvc_update_deferred_block()
/linux-2.6.39/include/linux/
Dfs.h1146 extern void __locks_copy_lock(struct file_lock *, const struct file_lock *);
1206 static inline void __locks_copy_lock(struct file_lock *new, struct file_lock *fl) in __locks_copy_lock() function