Home
last modified time | relevance | path

Searched refs:xfs_disk_dquot (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/
H A Dxfs_dquot_item_recover.c30 struct xfs_disk_dquot *recddq; in xlog_recover_dquot_ra_pass2()
40 if (item->ri_buf[1].iov_len < sizeof(struct xfs_disk_dquot)) in xlog_recover_dquot_ra_pass2()
70 struct xfs_disk_dquot *ddq, *recddq; in xlog_recover_dquot_commit_pass2()
87 if (item->ri_buf[1].iov_len < sizeof(struct xfs_disk_dquot)) { in xlog_recover_dquot_commit_pass2()
H A Dxfs_dquot_item.c38 sizeof(struct xfs_disk_dquot); in xfs_qm_dquot_logitem_size()
49 struct xfs_disk_dquot ddq; in xfs_qm_dquot_logitem_format()
65 sizeof(struct xfs_disk_dquot)); in xfs_qm_dquot_logitem_format()
219 struct xfs_disk_dquot ddq = { }; in xfs_qm_dquot_logitem_precommit_check()
H A Dxfs_dquot.c584 struct xfs_disk_dquot *ddqp) in xfs_dquot_check_type()
623 struct xfs_disk_dquot *ddqp = &dqb->dd_diskdq; in xfs_dquot_from_disk()
671 struct xfs_disk_dquot *ddqp, in xfs_dquot_to_disk()
H A Dxfs_qm.c1032 struct xfs_disk_dquot *ddq; in xfs_qm_reset_dqcounts()
1034 ddq = (struct xfs_disk_dquot *)&dqb[j]; in xfs_qm_reset_dqcounts()
H A Dxfs_buf_item_recover.c475 const size_t size_disk_dquot = sizeof(struct xfs_disk_dquot); in xlog_recover_do_reg_buffer()
/linux/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c42 struct xfs_disk_dquot *ddq, in xfs_dquot_verify()
212 struct xfs_disk_dquot *ddq; in xfs_dquot_buf_verify()
303 struct xfs_disk_dquot *ddq, in xfs_dquot_from_disk_ts()
H A Dxfs_ondisk.h36 XFS_CHECK_STRUCT_SIZE(struct xfs_disk_dquot, 104); in xfs_check_ondisk_structs()
H A Dxfs_format.h1444 struct xfs_disk_dquot { struct
1474 struct xfs_disk_dquot dd_diskdq; /* portion living incore as well */
/linux/fs/xfs/scrub/
H A Dquota_repair.c267 const struct xfs_disk_dquot *ddq, in xrep_quota_fix_timer()
300 struct xfs_disk_dquot *ddq; in xrep_quota_block()