Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_icache.c369 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_recycle()
387 ip->i_flags |= XFS_INEW; in xfs_iget_recycle()
522 if (ip->i_flags & (XFS_INEW | XFS_IRECLAIM | XFS_INACTIVATING)) in xfs_iget_cache_hit()
688 iflags = XFS_INEW; in xfs_iget_cache_miss()
791 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) in xfs_iget()
1377 #define XFS_BLOCKGC_NOGRAB_IFLAGS (XFS_INEW | \
Dxfs_inode.h321 #define XFS_INEW (1 << 3) /* inode has just been allocated */ macro
573 xfs_iflags_clear(ip, XFS_INEW); in xfs_finish_inode_setup()
/Linux-v6.6/fs/xfs/scrub/
Dcommon.c1311 if (!(ip->i_flags & (XFS_NEED_INACTIVE | XFS_INEW | XFS_IRECLAIMABLE | in xchk_inode_is_allocated()
1328 if (ip->i_flags & XFS_INEW) { in xchk_inode_is_allocated()