Searched refs:XFS_SBS_FDBLOCKS (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_trans.c | 252 error = xfs_mod_incore_sb(tp->t_mountp, XFS_SBS_FDBLOCKS, in xfs_trans_reserve() 323 (void) xfs_mod_incore_sb(tp->t_mountp, XFS_SBS_FDBLOCKS, in xfs_trans_reserve() 572 msbp->msb_field = XFS_SBS_FDBLOCKS; in xfs_trans_unreserve_and_mod_sb() 605 msbp->msb_field = XFS_SBS_FDBLOCKS; in xfs_trans_unreserve_and_mod_sb()
|
D | xfs_sb.h | 194 XFS_SBS_IFREE, XFS_SBS_FDBLOCKS, XFS_SBS_FREXTENTS, XFS_SBS_UQUOTINO, enumerator
|
D | xfs_bmap.c | 685 xfs_mod_incore_sb(ip->i_mount, XFS_SBS_FDBLOCKS, in xfs_bmap_add_extent() 1179 xfs_mod_incore_sb(ip->i_mount, XFS_SBS_FDBLOCKS, -diff, rsvd)) { in xfs_bmap_add_extent_delay_real() 1190 XFS_SBS_FDBLOCKS, -diff, rsvd)) in xfs_bmap_add_extent_delay_real() 1198 XFS_SBS_FDBLOCKS, -diff, rsvd)) in xfs_bmap_add_extent_delay_real() 1914 xfs_mod_incore_sb(ip->i_mount, XFS_SBS_FDBLOCKS, in xfs_bmap_add_extent_hole_delay() 3113 xfs_mod_incore_sb(mp, XFS_SBS_FDBLOCKS, (int)(da_old - da_new), in xfs_bmap_del_extent() 4739 XFS_SBS_FDBLOCKS, in xfs_bmapi() 4749 if (xfs_mod_incore_sb(mp, XFS_SBS_FDBLOCKS, in xfs_bmapi() 5379 xfs_mod_incore_sb(mp, XFS_SBS_FDBLOCKS, in xfs_bunmapi()
|
D | xfs_mount.c | 1287 case XFS_SBS_FDBLOCKS:
|