Searched refs:xfs_inobt_key_t (Results 1 - 3 of 3) 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.h66 } xfs_inobt_key_t; typedef in typeref:struct:xfs_inobt_key
96 ((xfs_inobt_key_t *) \
99 ((index) - 1) * sizeof(xfs_inobt_key_t)))
105 (maxrecs) * sizeof(xfs_inobt_key_t) + \
H A Dxfs_ialloc_btree.c308 .key_len = sizeof(xfs_inobt_key_t),
378 return blocklen / (sizeof(xfs_inobt_key_t) + sizeof(xfs_inobt_ptr_t));
H A Dxfs_btree.h86 xfs_inobt_key_t inobt;

Completed in 107 milliseconds