Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_icache.c381 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_recycle()
399 ip->i_flags |= XFS_INEW; in xfs_iget_recycle()
540 if (ip->i_flags & (XFS_INEW | XFS_IRECLAIM | XFS_INACTIVATING)) in xfs_iget_cache_hit()
647 xfs_iflags_set(ip, XFS_INEW); in xfs_iget_cache_miss()
822 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) in xfs_iget()
1493 #define XFS_BLOCKGC_NOGRAB_IFLAGS (XFS_INEW | \
H A Dxfs_inode.h381 #define XFS_INEW (1 << 3) /* inode has just been allocated */ macro
628 xfs_iflags_clear(ip, XFS_INEW); in xfs_finish_inode_setup()
H A Dxfs_health.c323 if (xfs_iflags_test(ip, XFS_INEW | XFS_IRECLAIM) || in xfs_inode_report_fserror()
/linux/fs/xfs/scrub/
H A Dcommon.c1583 if (!(ip->i_flags & (XFS_NEED_INACTIVE | XFS_INEW | XFS_IRECLAIMABLE | in xchk_inode_is_allocated()
1600 if (ip->i_flags & XFS_INEW) { in xchk_inode_is_allocated()