Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_icache.c365 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_recycle()
383 ip->i_flags |= XFS_INEW; in xfs_iget_recycle()
492 if (ip->i_flags & (XFS_INEW | XFS_IRECLAIM | XFS_INACTIVATING)) in xfs_iget_cache_hit()
656 iflags = XFS_INEW; in xfs_iget_cache_miss()
759 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) in xfs_iget()
1382 #define XFS_BLOCKGC_NOGRAB_IFLAGS (XFS_INEW | \
Dxfs_inode.h303 #define XFS_INEW (1 << 3) /* inode has just been allocated */ macro
552 xfs_iflags_clear(ip, XFS_INEW); in xfs_finish_inode_setup()