Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h667 #define XFS_AGF_NUM_BITS 13 macro
668 #define XFS_AGF_ALL_BITS ((1 << XFS_AGF_NUM_BITS) - 1)
Dxfs_alloc.c2174 xfs_btree_offsets(fields, offsets, XFS_AGF_NUM_BITS, &first, &last); in xfs_alloc_log_agf()