Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_quota_defs.h61 ((sizeof(struct xfs_dq_logformat) + sizeof(struct xfs_disk_dquot)) * 6)
141 struct xfs_disk_dquot *ddq, xfs_dqid_t id, uint type);
Dxfs_dquot_buf.c205 struct xfs_disk_dquot *ddq; in xfs_dquot_buf_verify()
Dxfs_trans_resv.c727 return xfs_calc_buf_res(1, sizeof(struct xfs_disk_dquot)); in xfs_calc_qm_setqlim_reservation()
Dxfs_format.h1143 typedef struct xfs_disk_dquot { struct
/Linux-v4.19/fs/xfs/
Dxfs_dquot_item.c37 sizeof(struct xfs_disk_dquot); in xfs_qm_dquot_logitem_size()
63 sizeof(struct xfs_disk_dquot)); in xfs_qm_dquot_logitem_format()
Dxfs_ondisk.h34 XFS_CHECK_STRUCT_SIZE(struct xfs_disk_dquot, 104); in xfs_check_ondisk_structs()
Dxfs_dquot.c77 struct xfs_disk_dquot *d = &dq->q_core; in xfs_qm_adjust_dqlimits()
499 struct xfs_disk_dquot *ddqp = bp->b_addr + dqp->q_bufoffset; in xfs_dquot_from_disk()
1076 struct xfs_disk_dquot *ddqp; in xfs_qm_dqflush()
Dxfs_qm.c552 struct xfs_disk_dquot *ddqp; in xfs_qm_set_defquota()
581 struct xfs_disk_dquot *ddqp; in xfs_qm_init_timelimits()
851 struct xfs_disk_dquot *ddq; in xfs_qm_reset_dqcounts()
853 ddq = (struct xfs_disk_dquot *)&dqb[j]; in xfs_qm_reset_dqcounts()
Dxfs_qm_syscalls.c391 struct xfs_disk_dquot *ddq; in xfs_qm_scall_setqlim()
Dxfs_trans_dquot.c322 struct xfs_disk_dquot *d; in xfs_trans_apply_dquot_deltas()
Dxfs_log_recover.c3310 struct xfs_disk_dquot *ddq, *recddq; in xlog_recover_dquot_pass2()
4007 struct xfs_disk_dquot *recddq; in xlog_recover_dquot_ra_pass2()
4019 if (item->ri_buf[1].i_len < sizeof(struct xfs_disk_dquot)) in xlog_recover_dquot_ra_pass2()
/Linux-v4.19/fs/xfs/scrub/
Dquota.c93 struct xfs_disk_dquot *d = &dq->q_core; in xchk_quota_item()