Searched refs:posix_lock_inode_wait (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/
H A Dlocks.c1166 * posix_lock_inode_wait - Apply a POSIX-style lock to a file
1173 int posix_lock_inode_wait(struct inode *inode, struct file_lock *fl) posix_lock_inode_wait() function
1190 EXPORT_SYMBOL(posix_lock_inode_wait); variable
/linux-4.1.27/include/linux/
H A Dfs.h1040 extern int posix_lock_inode_wait(struct inode *, struct file_lock *);
1131 static inline int posix_lock_inode_wait(struct inode *inode, posix_lock_inode_wait() function
1204 return posix_lock_inode_wait(file_inode(filp), fl); posix_lock_file_wait()
/linux-4.1.27/fs/nfs/
H A Dnfs4proc.c5375 res = posix_lock_inode_wait(inode, fl); do_vfs_lock()

Completed in 183 milliseconds