Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_da_format.h220 typedef struct { __uint8_t i[8]; } xfs_dir2_ino8_t; typedef
230 xfs_dir2_ino8_t i8;
269 (sizeof(xfs_dir2_ino8_t) - sizeof(xfs_dir2_ino4_t)); in xfs_dir2_sf_hdr_size()
Dxfs_dir2_sf.c134 (uint)sizeof(xfs_dir2_ino8_t) * count : in xfs_dir2_block_sfsize()
327 ((uint)sizeof(xfs_dir2_ino8_t) - in xfs_dir2_sf_addname()
906 ((uint)sizeof(xfs_dir2_ino8_t) - in xfs_dir2_sf_replace()
1031 ((uint)sizeof(xfs_dir2_ino8_t) - (uint)sizeof(xfs_dir2_ino4_t)); in xfs_dir2_sf_toino4()
1107 ((uint)sizeof(xfs_dir2_ino8_t) - (uint)sizeof(xfs_dir2_ino4_t)); in xfs_dir2_sf_toino8()
Dxfs_da_format.c43 count += hdr->i8count ? sizeof(xfs_dir2_ino8_t) : in xfs_dir2_sf_entsize()