Home
last modified time | relevance | path

Searched refs:XFS_INEW (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_icache.c246 if (!xfs_iflags_test(ip, XFS_INEW)) in xfs_inew_wait()
368 if (ip->i_flags & (XFS_INEW|XFS_IRECLAIM)) { in __releases()
416 wake = !!__xfs_iflags_test(ip, XFS_INEW); in __releases()
417 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in __releases()
434 ip->i_flags |= XFS_INEW; in __releases()
559 * is an inode currently under construction (i.e. that XFS_INEW is set). in xfs_iget_cache_miss()
560 * The ip->i_flags_lock that protects the XFS_INEW flag forms the in xfs_iget_cache_miss()
564 iflags = XFS_INEW; in xfs_iget_cache_miss()
666 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) in xfs_iget()
746 if ((!newinos && __xfs_iflags_test(ip, XFS_INEW)) || in xfs_inode_walk_ag_grab()
[all...]
H A Dxfs_inode.h216 #define XFS_INEW (1 << __XFS_INEW_BIT) macro
451 xfs_iflags_clear(ip, XFS_INEW); in xfs_finish_inode_setup()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_icache.c369 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM);
387 ip->i_flags |= XFS_INEW;
522 if (ip->i_flags & (XFS_INEW | XFS_IRECLAIM | XFS_INACTIVATING)) in __releases()
683 * is an inode currently under construction (i.e. that XFS_INEW is set). in xfs_iget_cache_miss()
684 * The ip->i_flags_lock that protects the XFS_INEW flag forms the in xfs_iget_cache_miss()
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 | \
H A Dxfs_inode.h321 #define XFS_INEW (1 << 3) /* inode has just been allocated */ macro
589 xfs_iflags_clear(ip, XFS_INEW); in xfs_finish_inode_setup()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A 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()

Completed in 7 milliseconds