Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dlocks.c256 struct file_lock *locks_alloc_lock(void) in locks_alloc_lock() function
265 EXPORT_SYMBOL_GPL(locks_alloc_lock);
382 fl = locks_alloc_lock(); in flock_make_lock()
527 struct file_lock *fl = locks_alloc_lock(); in lease_alloc()
886 new_fl = locks_alloc_lock(); in flock_lock_inode()
962 new_fl = locks_alloc_lock(); in __posix_lock_file()
963 new_fl2 = locks_alloc_lock(); in __posix_lock_file()
2159 struct file_lock *file_lock = locks_alloc_lock(); in fcntl_setlk()
2301 struct file_lock *file_lock = locks_alloc_lock(); in fcntl_setlk64()
/linux-4.4.14/fs/nfsd/
Dnfs4layouts.c162 fl = locks_alloc_lock(); in nfsd4_layout_setlease()
Dnfs4state.c4024 fl = locks_alloc_lock(); in nfs4_alloc_init_lease()
5599 file_lock = locks_alloc_lock(); in nfsd4_lock()
5644 conflock = locks_alloc_lock(); in nfsd4_lock()
5745 file_lock = locks_alloc_lock(); in nfsd4_lockt()
5822 file_lock = locks_alloc_lock(); in nfsd4_locku()
/linux-4.4.14/include/linux/
Dfs.h1048 extern struct file_lock * locks_alloc_lock(void);