Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/fs/xfs/
H A Dxfs_inode.c95 * These two are wrapper routines around the xfs_ilock() routine used to
98 * call xfs_ilock(ip, XFS_ILOCK_SHARED) is that the inode lock also guards to
116 xfs_ilock(ip, lock_mode); in xfs_ilock_data_map_shared()
127 xfs_ilock(ip, lock_mode); in xfs_ilock_attr_map_shared()
161 void xfs_ilock(xfs_inode_t *ip, uint lock_flags) in xfs_ilock() function
195 * This is just like xfs_ilock(), except that the caller
203 * to be locked. See the comment for xfs_ilock() for a list
269 * xfs_ilock() and xfs_ilock_nowait(). The caller must pass
270 * in the flags given to xfs_ilock() or xfs_ilock_nowait() so
275 * to be unlocked. See the comment for xfs_ilock() fo
[all...]

Completed in 2 milliseconds