Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_format.h555 #define XFS_AGF_NUM_BITS 18 macro
556 #define XFS_AGF_ALL_BITS ((1u << XFS_AGF_NUM_BITS) - 1)
Dxfs_alloc.c2861 xfs_btree_offsets(fields, offsets, XFS_AGF_NUM_BITS, &first, &last); in xfs_alloc_log_agf()