Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_qm.h42 #define XFS_DQUOT_CLUSTER_SIZE_FSB (xfs_filblks_t)1 macro
Dxfs_dquot.c311 XFS_DQUOT_CLUSTER_SIZE_FSB, XFS_BMAPI_METADATA, in xfs_dquot_disk_alloc()
315 ASSERT(map.br_blockcount == XFS_DQUOT_CLUSTER_SIZE_FSB); in xfs_dquot_disk_alloc()
402 XFS_DQUOT_CLUSTER_SIZE_FSB, &map, &nmaps, 0); in xfs_dquot_disk_read()
Dxfs_qm.c672 qinf->qi_dqchunklen = XFS_FSB_TO_BB(mp, XFS_DQUOT_CLUSTER_SIZE_FSB); in xfs_qm_init_quotainfo()
845 j = (int)XFS_FSB_TO_B(mp, XFS_DQUOT_CLUSTER_SIZE_FSB) / in xfs_qm_reset_dqcounts()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_trans_space.h87 XFS_DQUOT_CLUSTER_SIZE_FSB)
Dxfs_trans_resv.c741 XFS_FSB_TO_B(mp, XFS_DQUOT_CLUSTER_SIZE_FSB) - 1); in xfs_calc_qm_dqalloc_reservation()