Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_icache.c393 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_recycle()
411 ip->i_flags |= XFS_INEW; in xfs_iget_recycle()
552 if (ip->i_flags & (XFS_INEW | XFS_IRECLAIM | XFS_INACTIVATING)) in xfs_iget_cache_hit()
723 xfs_iflags_set(ip, XFS_INEW); in xfs_iget_cache_miss()
820 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) in xfs_iget()
1486 #define XFS_BLOCKGC_NOGRAB_IFLAGS (XFS_INEW | \
H A Dxfs_inode.h380 #define XFS_INEW (1 << 3) /* inode has just been allocated */ macro
627 xfs_iflags_clear(ip, XFS_INEW); in xfs_finish_inode_setup()
/linux/fs/xfs/scrub/
H A Dcommon.c1575 if (!(ip->i_flags & (XFS_NEED_INACTIVE | XFS_INEW | XFS_IRECLAIMABLE | in xchk_inode_is_allocated()
1592 if (ip->i_flags & XFS_INEW) { in xchk_inode_is_allocated()