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.c378 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_recycle()
396 ip->i_flags |= XFS_INEW; in xfs_iget_recycle()
536 if (ip->i_flags & (XFS_INEW | XFS_IRECLAIM | XFS_INACTIVATING)) in xfs_iget_cache_hit()
638 * Set XFS_INEW as early as possible so that the health code won't pass in xfs_iget_cache_miss()
643 xfs_iflags_set(ip, XFS_INEW); in xfs_iget_cache_miss()
712 * is an inode currently under construction (i.e. that XFS_INEW is set). in xfs_iget_cache_miss()
713 * The ip->i_flags_lock that protects the XFS_INEW flag forms the in xfs_iget_cache_miss()
818 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) { in xfs_iget()
1492 #define XFS_BLOCKGC_NOGRAB_IFLAGS (XFS_INEW | \
H A Dxfs_inode.h385 #define XFS_INEW (1 << 3) /* inode has just been allocated */ macro
631 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()