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.c343 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()
354 xfs_trans_mod_sb(args->tp, XFS_TRANS_SB_RES_FDBLOCKS, -(int64_t)len); in xfs_ag_resv_alloc_extent()
394 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RES_FDBLOCKS, len); in xfs_ag_resv_free_extent()
Dxfs_shared.h88 #define XFS_TRANS_SB_RES_FDBLOCKS 0x00000008 macro
/fs/xfs/
Dxfs_trans.c385 case XFS_TRANS_SB_RES_FDBLOCKS: in xfs_trans_mod_sb()