Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_sf.c106 i8count += be64_to_cpu(dep->inumber) > XFS_DIR2_MAX_SHORT_INUM; in xfs_dir2_block_sfsize()
303 if (args->inumber > XFS_DIR2_MAX_SHORT_INUM && sfp->i8count == 0) { in xfs_dir2_sf_addname()
401 if (args->inumber > XFS_DIR2_MAX_SHORT_INUM) in xfs_dir2_sf_addname_easy()
488 if (args->inumber > XFS_DIR2_MAX_SHORT_INUM && !objchange) in xfs_dir2_sf_addname_hard()
597 i8count = ino > XFS_DIR2_MAX_SHORT_INUM; in xfs_dir2_sf_check()
604 i8count += ino > XFS_DIR2_MAX_SHORT_INUM; in xfs_dir2_sf_check()
660 i8count = ino > XFS_DIR2_MAX_SHORT_INUM; in xfs_dir2_sf_verify()
696 i8count += ino > XFS_DIR2_MAX_SHORT_INUM; in xfs_dir2_sf_verify()
755 i8count = pino > XFS_DIR2_MAX_SHORT_INUM; in xfs_dir2_sf_create()
939 if (args->inumber > XFS_DIR2_MAX_SHORT_INUM) { in xfs_dir2_sf_removename()
[all …]
Dxfs_da_format.h203 #define XFS_DIR2_MAX_SHORT_INUM ((xfs_ino_t)0xffffffffULL) macro