Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_da_format.h187 #define XFS_INO64_SIZE 8 macro
188 #define XFS_INO64_DIFF (XFS_INO64_SIZE - XFS_INO32_SIZE)
Dxfs_dir2_sf.c49 count += hdr->i8count ? XFS_INO64_SIZE : XFS_INO32_SIZE; /* ino # */ in xfs_dir2_sf_entsize()
238 count * XFS_INO64_SIZE : in xfs_dir2_block_sfsize()