Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_format.h692 #define XFS_AGF_NUM_BITS 18 macro
693 #define XFS_AGF_ALL_BITS ((1 << XFS_AGF_NUM_BITS) - 1)
Dxfs_alloc.c2310 xfs_btree_offsets(fields, offsets, XFS_AGF_NUM_BITS, &first, &last); in xfs_alloc_log_agf()