Home
last modified time | relevance | path

Searched refs:XFS_TRANS_SB_RES_FDBLOCKS (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/libxfs/
Dxfs_ag_resv.c370 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()
381 xfs_trans_mod_sb(args->tp, XFS_TRANS_SB_RES_FDBLOCKS, -(int64_t)len); in xfs_ag_resv_alloc_extent()
421 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RES_FDBLOCKS, len); in xfs_ag_resv_free_extent()
Dxfs_shared.h83 #define XFS_TRANS_SB_RES_FDBLOCKS 0x00000008 macro
/fs/xfs/
Dxfs_trans.c404 case XFS_TRANS_SB_RES_FDBLOCKS: in xfs_trans_mod_sb()