Searched refs:XFS_FSB_TO_INO (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_fsops.c319 M_IGEO(mp)->maxicount = XFS_FSB_TO_INO(mp, icount);
H A Dxfs_super.c858 fakeinos = XFS_FSB_TO_INO(mp, statp->f_bfree);
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c2926 igeo->maxicount = XFS_FSB_TO_INO(mp,
2958 igeo->inodes_per_cluster = XFS_FSB_TO_INO(mp, igeo->blocks_per_cluster);
2967 igeo->cluster_align_inodes = XFS_FSB_TO_INO(mp, igeo->cluster_align);
H A Dxfs_format.h1143 #define XFS_FSB_TO_INO(mp, b) ((xfs_ino_t)((b) << XFS_INO_OFFSET_BITS(mp))) macro

Completed in 175 milliseconds