Searched refs:xfs_refcount_key (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount_btree.h36 ((struct xfs_refcount_key *) \
39 ((index) - 1) * sizeof(struct xfs_refcount_key)))
45 (maxrecs) * sizeof(struct xfs_refcount_key) + \
H A Dxfs_refcount_btree.c183 const struct xfs_refcount_key *kp = &key->refc;
326 .key_len = sizeof(struct xfs_refcount_key),
413 return blocklen / (sizeof(struct xfs_refcount_key) +
H A Dxfs_ondisk.h44 XFS_CHECK_STRUCT_SIZE(struct xfs_refcount_key, 4);
H A Dxfs_btree.h39 struct xfs_refcount_key refc;
H A Dxfs_format.h1615 struct xfs_refcount_key { struct

Completed in 200 milliseconds