Searched refs:XFS_INO32_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_format.h197 #define XFS_INO32_SIZE 4 macro
199 #define XFS_INO64_DIFF (XFS_INO64_SIZE - XFS_INO32_SIZE)
H A Dxfs_dir2_sf.c49 count += hdr->i8count ? XFS_INO64_SIZE : XFS_INO32_SIZE; /* ino # */
239 count * XFS_INO32_SIZE);

Completed in 104 milliseconds