Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.h200 #define XFS_INO64_SIZE 8 macro
201 #define XFS_INO64_DIFF (XFS_INO64_SIZE - XFS_INO32_SIZE)
Dxfs_da_format.c31 count += hdr->i8count ? XFS_INO64_SIZE : XFS_INO32_SIZE; /* ino # */ in xfs_dir2_sf_entsize()
Dxfs_dir2_sf.c121 count * XFS_INO64_SIZE : in xfs_dir2_block_sfsize()