Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_da_format.h227 typedef struct { __uint8_t i[4]; } xfs_dir2_ino4_t; typedef
231 xfs_dir2_ino4_t i4;
269 (sizeof(xfs_dir2_ino8_t) - sizeof(xfs_dir2_ino4_t)); in xfs_dir2_sf_hdr_size()
Dxfs_dir2_sf.c135 (uint)sizeof(xfs_dir2_ino4_t) * count); in xfs_dir2_block_sfsize()
328 (uint)sizeof(xfs_dir2_ino4_t)); in xfs_dir2_sf_addname()
907 (uint)sizeof(xfs_dir2_ino4_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.c44 sizeof(xfs_dir2_ino4_t); /* ino # */ in xfs_dir2_sf_entsize()