Home
last modified time | relevance | path

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

/linux-3.3/fs/xfs/
Dxfs_iget.c208 if (ip->i_flags & (XFS_INEW|XFS_IRECLAIM)) { in xfs_iget_cache_hit()
250 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_cache_hit()
265 ip->i_flags |= XFS_INEW; in xfs_iget_cache_hit()
366 xfs_iflags_set(ip, XFS_INEW); in xfs_iget_cache_miss()
455 if (xfs_iflags_test(ip, XFS_INEW) && ip->i_d.di_mode != 0) in xfs_iget()
Dxfs_inode.h369 #define XFS_INEW (1 << 3) /* inode has just been allocated */ macro
Dxfs_sync.c75 if (__xfs_iflags_test(ip, XFS_INEW | XFS_IRECLAIMABLE | XFS_IRECLAIM)) in xfs_inode_ag_walk_grab()
Dxfs_iops.c1227 xfs_iflags_clear(ip, XFS_INEW); in xfs_setup_inode()