Home
last modified time | relevance | path

Searched refs:XFS_DQUOT_CLUSTER_SIZE_FSB (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_qm.h54 #define XFS_DQUOT_CLUSTER_SIZE_FSB (xfs_filblks_t)1 macro
Dxfs_dquot.c334 XFS_DQUOT_CLUSTER_SIZE_FSB, XFS_BMAPI_METADATA, in xfs_qm_dqalloc()
339 ASSERT(map.br_blockcount == XFS_DQUOT_CLUSTER_SIZE_FSB); in xfs_qm_dqalloc()
488 XFS_DQUOT_CLUSTER_SIZE_FSB, &map, &nmaps, 0); in xfs_qm_dqtobp()
Dxfs_qm.c600 qinf->qi_dqchunklen = XFS_FSB_TO_BB(mp, XFS_DQUOT_CLUSTER_SIZE_FSB); in xfs_qm_init_quotainfo()
822 j = XFS_FSB_TO_B(mp, XFS_DQUOT_CLUSTER_SIZE_FSB); in xfs_qm_reset_dqcounts()
/fs/xfs/libxfs/
Dxfs_trans_space.h79 XFS_DQUOT_CLUSTER_SIZE_FSB)
Dxfs_trans_resv.c740 XFS_FSB_TO_B(mp, XFS_DQUOT_CLUSTER_SIZE_FSB) - 1); in xfs_calc_qm_dqalloc_reservation()