Home
last modified time | relevance | path

Searched refs:msb_field (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_trans.c1077 msbp->msb_field = XFS_SBS_FREXTENTS; in xfs_trans_unreserve_and_mod_sb()
1084 msbp->msb_field = XFS_SBS_DBLOCKS; in xfs_trans_unreserve_and_mod_sb()
1089 msbp->msb_field = XFS_SBS_AGCOUNT; in xfs_trans_unreserve_and_mod_sb()
1094 msbp->msb_field = XFS_SBS_IMAX_PCT; in xfs_trans_unreserve_and_mod_sb()
1099 msbp->msb_field = XFS_SBS_REXTSIZE; in xfs_trans_unreserve_and_mod_sb()
1104 msbp->msb_field = XFS_SBS_RBMBLOCKS; in xfs_trans_unreserve_and_mod_sb()
1109 msbp->msb_field = XFS_SBS_RBLOCKS; in xfs_trans_unreserve_and_mod_sb()
1114 msbp->msb_field = XFS_SBS_REXTENTS; in xfs_trans_unreserve_and_mod_sb()
1119 msbp->msb_field = XFS_SBS_REXTSLOG; in xfs_trans_unreserve_and_mod_sb()
Dxfs_mount.h372 xfs_sb_field_t msb_field; /* Field to modify, see below */ member
Dxfs_mount.c1890 ASSERT(msbp->msb_field < XFS_SBS_ICOUNT || in xfs_mod_incore_sb_batch()
1891 msbp->msb_field > XFS_SBS_FDBLOCKS); in xfs_mod_incore_sb_batch()
1893 error = xfs_mod_incore_sb_unlocked(mp, msbp->msb_field, in xfs_mod_incore_sb_batch()
1903 error = xfs_mod_incore_sb_unlocked(mp, msbp->msb_field, in xfs_mod_incore_sb_batch()