Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dlocks.c252 struct file_lock *locks_alloc_lock(void) in locks_alloc_lock() function
261 EXPORT_SYMBOL_GPL(locks_alloc_lock);
378 fl = locks_alloc_lock(); in flock_make_lock()
523 struct file_lock *fl = locks_alloc_lock(); in lease_alloc()
882 new_fl = locks_alloc_lock(); in flock_lock_inode()
958 new_fl = locks_alloc_lock(); in __posix_lock_file()
959 new_fl2 = locks_alloc_lock(); in __posix_lock_file()
2131 struct file_lock *file_lock = locks_alloc_lock(); in fcntl_setlk()
2273 struct file_lock *file_lock = locks_alloc_lock(); in fcntl_setlk64()
/linux-4.1.27/fs/nfsd/
Dnfs4layouts.c162 fl = locks_alloc_lock(); in nfsd4_layout_setlease()
Dnfs4state.c3984 fl = locks_alloc_lock(); in nfs4_alloc_init_lease()
5517 file_lock = locks_alloc_lock(); in nfsd4_lock()
5562 conflock = locks_alloc_lock(); in nfsd4_lock()
5665 file_lock = locks_alloc_lock(); in nfsd4_lockt()
5743 file_lock = locks_alloc_lock(); in nfsd4_locku()
/linux-4.1.27/include/linux/
Dfs.h1032 extern struct file_lock * locks_alloc_lock(void);