Home
last modified time | relevance | path

Searched refs:XFS_IGET_CREATE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_icache.h32 #define XFS_IGET_CREATE 0x1 macro
Dxfs_icache.c301 if (flags & XFS_IGET_CREATE) { in xfs_iget_check_free_state()
505 (flags & XFS_IGET_CREATE) && !(mp->m_flags & XFS_MOUNT_IKEEP)) { in xfs_iget_cache_miss()
Dxfs_inode.c844 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, in xfs_ialloc()