Home
last modified time | relevance | path

Searched refs:xfs_refcount_key (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_rtrefcount_btree.h45 static inline struct xfs_refcount_key *
50 return (struct xfs_refcount_key *) in xfs_rtrefcount_key_addr()
52 (index - 1) * sizeof(struct xfs_refcount_key)); in xfs_rtrefcount_key_addr()
63 maxrecs * sizeof(struct xfs_refcount_key) + in xfs_rtrefcount_ptr_addr()
87 static inline struct xfs_refcount_key *
92 return (struct xfs_refcount_key *) in xfs_rtrefcount_droot_key_addr()
94 (index - 1) * sizeof(struct xfs_refcount_key)); in xfs_rtrefcount_droot_key_addr()
105 maxrecs * sizeof(struct xfs_refcount_key) + in xfs_rtrefcount_droot_ptr_addr()
139 return sz + nrecs * (sizeof(struct xfs_refcount_key) + in xfs_rtrefcount_broot_space_calc()
164 return sz + nrecs * (sizeof(struct xfs_refcount_key) + in xfs_rtrefcount_droot_space_calc()
Dxfs_refcount_btree.h36 ((struct xfs_refcount_key *) \
39 ((index) - 1) * sizeof(struct xfs_refcount_key)))
45 (maxrecs) * sizeof(struct xfs_refcount_key) + \
Dxfs_rtrefcount_btree.c93 return blocklen / (2 * sizeof(struct xfs_refcount_key) + in xfs_rtrefcountbt_droot_maxrecs()
164 const struct xfs_refcount_key *kp = &key->refc; in xfs_rtrefcountbt_key_diff()
373 .key_len = sizeof(struct xfs_refcount_key),
463 return blocklen / (sizeof(struct xfs_refcount_key) + in xfs_rtrefcountbt_block_maxrecs()
592 struct xfs_refcount_key *fkp; in xfs_rtrefcountbt_from_disk()
594 struct xfs_refcount_key *tkp; in xfs_rtrefcountbt_from_disk()
678 struct xfs_refcount_key *fkp; in xfs_rtrefcountbt_to_disk()
680 struct xfs_refcount_key *tkp; in xfs_rtrefcountbt_to_disk()
Dxfs_refcount_btree.c182 const struct xfs_refcount_key *kp = &key->refc; in xfs_refcountbt_key_diff()
325 .key_len = sizeof(struct xfs_refcount_key),
412 return blocklen / (sizeof(struct xfs_refcount_key) + in xfs_refcountbt_block_maxrecs()
Dxfs_ondisk.h52 XFS_CHECK_STRUCT_SIZE(struct xfs_refcount_key, 4); in xfs_check_ondisk_structs()
Dxfs_btree.h39 struct xfs_refcount_key refc;
Dxfs_format.h1791 struct xfs_refcount_key { struct