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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_mount.h367 extern int xfs_mod_incore_sb(xfs_mount_t *, xfs_sb_field_t, int64_t, int);
H A Dxfs_trans.c699 error = xfs_mod_incore_sb(tp->t_mountp, XFS_SBS_FDBLOCKS,
740 error = xfs_mod_incore_sb(tp->t_mountp, XFS_SBS_FREXTENTS,
770 (void) xfs_mod_incore_sb(tp->t_mountp, XFS_SBS_FDBLOCKS,
H A Dxfs_bmap.c617 xfs_mod_incore_sb(ip->i_mount, XFS_SBS_FDBLOCKS,
1082 xfs_mod_incore_sb(ip->i_mount, XFS_SBS_FDBLOCKS, -((int64_t)diff), rsvd)) {
1092 !xfs_mod_incore_sb(ip->i_mount,
1100 !xfs_mod_incore_sb(ip->i_mount,
1769 xfs_mod_incore_sb(ip->i_mount, XFS_SBS_FDBLOCKS,
3115 xfs_mod_incore_sb(mp, XFS_SBS_FDBLOCKS, (int64_t)(da_old - da_new),
4524 error = xfs_mod_incore_sb(mp,
4529 error = xfs_mod_incore_sb(mp,
4535 error = xfs_mod_incore_sb(mp,
4540 xfs_mod_incore_sb(m
[all...]
H A Dxfs_fsops.c538 * We also use the xfs_mod_incore_sb() interface so that we
600 error = xfs_mod_incore_sb(mp, XFS_SBS_FDBLOCKS, fdblks_delta, 0);
H A Dxfs_mount.c1828 * xfs_mod_incore_sb() is used to change a field in the in-core
1834 xfs_mod_incore_sb( function
2087 * The slow path is the current xfs_mod_incore_sb() function. This means that
2585 * on the global superblock. We do not call xfs_mod_incore_sb()

Completed in 113 milliseconds