Searched refs:xfs_mod_incore_sb (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() 293 error = xfs_mod_incore_sb(tp->t_mountp, XFS_SBS_FREXTENTS, in xfs_trans_reserve() 323 (void) xfs_mod_incore_sb(tp->t_mountp, XFS_SBS_FDBLOCKS, in xfs_trans_reserve()
|
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() 1189 !xfs_mod_incore_sb(ip->i_mount, in xfs_bmap_add_extent_delay_real() 1197 !xfs_mod_incore_sb(ip->i_mount, 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() 4728 if (xfs_mod_incore_sb(mp, in xfs_bmapi() 4738 if (xfs_mod_incore_sb(mp, 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.h | 548 extern int xfs_mod_incore_sb(xfs_mount_t *, xfs_sb_field_t, int, int);
|
D | xfs_mount.c | 1418 xfs_mod_incore_sb(xfs_mount_t *mp, xfs_sb_field_t field, int delta, int rsvd) function
|