xfs: add CRC checks for quota blocks
[deliverable/linux.git] / fs / xfs / xfs_qm.h
index 82c21084587b3970c9afc0a94d854725183e6bc6..5d16a6e6900f8756051877bac7ef18f2d666668a 100644 (file)
@@ -75,6 +75,8 @@ typedef struct xfs_quotainfo {
         &((qi)->qi_gquota_tree))
 
 
+extern int     xfs_qm_calc_dquots_per_chunk(struct xfs_mount *mp,
+                                            unsigned int nbblks);
 extern void    xfs_trans_mod_dquot(xfs_trans_t *, xfs_dquot_t *, uint, long);
 extern int     xfs_trans_reserve_quota_bydquots(xfs_trans_t *, xfs_mount_t *,
                        xfs_dquot_t *, xfs_dquot_t *, long, long, uint);
This page took 0.026854 seconds and 5 git commands to generate.