Home
last modified time | relevance | path

Searched refs:XFS_IFLOCK (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_inode.h215 #define XFS_IFLOCK (1 << __XFS_IFLOCK_BIT) macro
237 return !xfs_iflags_test_and_set(ip, XFS_IFLOCK); in xfs_iflock_nowait()
248 xfs_iflags_clear(ip, XFS_IFLOCK); in xfs_ifunlock()
255 return xfs_iflags_test(ip, XFS_IFLOCK); in xfs_isiflocked()
Dxfs_icache.c828 __xfs_iflags_test(ip, XFS_IFLOCK | XFS_IRECLAIM)) in xfs_reclaim_inode_grab()