Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_refcount_btree.h35 ((struct xfs_refcount_key *) \
38 ((index) - 1) * sizeof(struct xfs_refcount_key)))
44 (maxrecs) * sizeof(struct xfs_refcount_key) + \
Dxfs_refcount_btree.c184 struct xfs_refcount_key *kp = &key->refc; in xfs_refcountbt_key_diff()
293 .key_len = sizeof(struct xfs_refcount_key),
409 return blocklen / (sizeof(struct xfs_refcount_key) + in xfs_refcountbt_maxrecs()
Dxfs_btree.h40 struct xfs_refcount_key refc;
Dxfs_format.h1726 struct xfs_refcount_key { struct
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_ondisk.h44 XFS_CHECK_STRUCT_SIZE(struct xfs_refcount_key, 4); in xfs_check_ondisk_structs()