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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_ialloc_btree.h74 #define XFS_IBT_BLOCK(mp) ((xfs_agblock_t)(XFS_CNT_BLOCK(mp) + 1)) macro
75 #define XFS_PREALLOC_BLOCKS(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1))
H A Dxfs_fsops.c234 agi->agi_root = cpu_to_be32(XFS_IBT_BLOCK(mp));
294 XFS_AGB_TO_DADDR(mp, agno, XFS_IBT_BLOCK(mp)),

Completed in 56 milliseconds