Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_types.h59 #define NULLAGNUMBER ((xfs_agnumber_t)-1) macro
H A Dxfs_sb.c1628 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_read_secondary()
1652 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_get_secondary()
/linux/fs/xfs/
H A Dxfs_trans.c107 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()
229 tp->t_highest_agno = NULLAGNUMBER; in __xfs_trans_alloc()
H A Dxfs_fsmap.c343 info->group ? info->group->xg_gno : NULLAGNUMBER, in xfs_getfsmap_helper()
H A Dxfs_reflink.c656 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_reflink_cancel_cow_blocks()