Home
last modified time | relevance | path

Searched refs:xfs_alloc_ptr_t (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_alloc_btree.h51 typedef __be32 xfs_alloc_ptr_t; typedef
99 ((xfs_alloc_ptr_t *) \
103 ((index) - 1) * sizeof(xfs_alloc_ptr_t)))
Dxfs_alloc_btree.c385 return blocklen / (sizeof(xfs_alloc_key_t) + sizeof(xfs_alloc_ptr_t)); in xfs_allocbt_maxrecs()