Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_icache.c408 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_recycle()
426 ip->i_flags |= XFS_INEW; in xfs_iget_recycle()
567 if (ip->i_flags & (XFS_INEW | XFS_IRECLAIM | XFS_INACTIVATING)) in xfs_iget_cache_hit()
738 xfs_iflags_set(ip, XFS_INEW); in xfs_iget_cache_miss()
835 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) in xfs_iget()
1431 #define XFS_BLOCKGC_NOGRAB_IFLAGS (XFS_INEW | \
A Dxfs_inode.h341 #define XFS_INEW (1 << 3) /* inode has just been allocated */ macro
593 xfs_iflags_clear(ip, XFS_INEW); in xfs_finish_inode_setup()
/linux/fs/xfs/scrub/
A Dcommon.c1375 if (!(ip->i_flags & (XFS_NEED_INACTIVE | XFS_INEW | XFS_IRECLAIMABLE | in xchk_inode_is_allocated()
1392 if (ip->i_flags & XFS_INEW) { in xchk_inode_is_allocated()

Completed in 12 milliseconds