Home
last modified time | relevance | path

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

/Linux-v5.4/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.c201 struct xfs_disk_dquot *ddq; in xfs_dquot_buf_verify()
Dxfs_trans_resv.c726 return xfs_calc_buf_res(1, sizeof(struct xfs_disk_dquot)); in xfs_calc_qm_setqlim_reservation()
Dxfs_format.h1151 typedef struct xfs_disk_dquot { struct
/Linux-v5.4/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.c73 struct xfs_disk_dquot *d = &dq->q_core; in xfs_qm_adjust_dqlimits()
497 struct xfs_disk_dquot *ddqp = bp->b_addr + dqp->q_bufoffset; in xfs_dquot_from_disk()
1073 struct xfs_disk_dquot *ddqp; in xfs_qm_dqflush()
Dxfs_qm.c548 struct xfs_disk_dquot *ddqp; in xfs_qm_set_defquota()
577 struct xfs_disk_dquot *ddqp; in xfs_qm_init_timelimits()
847 struct xfs_disk_dquot *ddq; in xfs_qm_reset_dqcounts()
849 ddq = (struct xfs_disk_dquot *)&dqb[j]; in xfs_qm_reset_dqcounts()
Dxfs_qm_syscalls.c386 struct xfs_disk_dquot *ddq; in xfs_qm_scall_setqlim()
Dxfs_trans_dquot.c312 struct xfs_disk_dquot *d; in xfs_trans_apply_dquot_deltas()
Dxfs_log_recover.c3234 struct xfs_disk_dquot *ddq, *recddq; in xlog_recover_dquot_pass2()
3930 struct xfs_disk_dquot *recddq; in xlog_recover_dquot_ra_pass2()
3942 if (item->ri_buf[1].i_len < sizeof(struct xfs_disk_dquot)) in xlog_recover_dquot_ra_pass2()
/Linux-v5.4/fs/xfs/scrub/
Dquota.c82 struct xfs_disk_dquot *d = &dq->q_core; in xchk_quota_item()