Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_icache.h37 #define XFS_IGET_CREATE 0x1 macro
Dxfs_icache.c408 if (flags & XFS_IGET_CREATE) { in xfs_iget_check_free_state()
598 (flags & XFS_IGET_CREATE) && !xfs_has_ikeep(mp)) { in xfs_iget_cache_miss()
Dxfs_inode.c815 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip); in xfs_init_new_inode()