Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_icache.c178 if (ip->i_flags & (XFS_INEW|XFS_IRECLAIM)) { in xfs_iget_cache_hit()
220 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_cache_hit()
235 ip->i_flags |= XFS_INEW; in xfs_iget_cache_hit()
332 iflags = XFS_INEW; in xfs_iget_cache_miss()
447 if (xfs_iflags_test(ip, XFS_INEW) && ip->i_d.di_mode != 0) in xfs_iget()
490 if (__xfs_iflags_test(ip, XFS_INEW | XFS_IRECLAIMABLE | XFS_IRECLAIM)) in xfs_inode_ag_walk_grab()
Dxfs_inode.h211 #define XFS_INEW (1 << 3) /* inode has just been allocated */ macro
453 xfs_iflags_clear(ip, XFS_INEW); in xfs_finish_inode_setup()