Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_icache.c263 if (!xfs_iflags_test(ip, XFS_INEW)) in xfs_inew_wait()
381 if (ip->i_flags & (XFS_INEW|XFS_IRECLAIM)) { in xfs_iget_cache_hit()
428 wake = !!__xfs_iflags_test(ip, XFS_INEW); in xfs_iget_cache_hit()
429 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_cache_hit()
446 ip->i_flags |= XFS_INEW; in xfs_iget_cache_hit()
553 iflags = XFS_INEW; in xfs_iget_cache_miss()
672 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) in xfs_iget()
755 if ((!newinos && __xfs_iflags_test(ip, XFS_INEW)) || in xfs_inode_ag_walk_grab()
856 xfs_iflags_test(batch[i], XFS_INEW)) in xfs_inode_ag_walk()
Dxfs_inode.h216 #define XFS_INEW (1 << __XFS_INEW_BIT) macro
481 xfs_iflags_clear(ip, XFS_INEW); in xfs_finish_inode_setup()