Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_format.h557 #define XFS_AGF_NUM_BITS 18 macro
558 #define XFS_AGF_ALL_BITS ((1u << XFS_AGF_NUM_BITS) - 1)
H A Dxfs_alloc.c3117 xfs_btree_offsets(fields, offsets, XFS_AGF_NUM_BITS, &first, &last); in xfs_alloc_log_agf()