Searched refs:xfs_mod_incore_sb (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_trans.c356 error = xfs_mod_incore_sb(tp->t_mountp, XFS_SBS_FDBLOCKS,
397 error = xfs_mod_incore_sb(tp->t_mountp, XFS_SBS_FREXTENTS,
427 (void) xfs_mod_incore_sb(tp->t_mountp, XFS_SBS_FDBLOCKS,
H A Dxfs_bmap.c688 xfs_mod_incore_sb(ip->i_mount, XFS_SBS_FDBLOCKS,
1212 xfs_mod_incore_sb(ip->i_mount, XFS_SBS_FDBLOCKS, -diff, rsvd)) {
1222 !xfs_mod_incore_sb(ip->i_mount,
1230 !xfs_mod_incore_sb(ip->i_mount,
2017 xfs_mod_incore_sb(ip->i_mount, XFS_SBS_FDBLOCKS,
3361 xfs_mod_incore_sb(mp, XFS_SBS_FDBLOCKS, (int)(da_old - da_new),
4926 error = xfs_mod_incore_sb(mp,
4931 error = xfs_mod_incore_sb(mp,
4937 error = xfs_mod_incore_sb(mp,
4942 xfs_mod_incore_sb(m
[all...]
H A Dxfs_mount.h602 extern int xfs_mod_incore_sb(xfs_mount_t *, xfs_sb_field_t, int, int);
H A Dxfs_mount.c1433 * xfs_mod_incore_sb() is used to change a field in the in-core
1439 xfs_mod_incore_sb(xfs_mount_t *mp, xfs_sb_field_t field, int delta, int rsvd) function
1710 * The slow path is the current xfs_mod_incore_sb() function. This means that

Completed in 175 milliseconds