Home
last modified time | relevance | path

Searched refs:xfs_disk_dquot_t (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_dquot.h55 xfs_disk_dquot_t q_core; /* actual usage & quotas */
169 xfs_disk_dquot_t *);
Dxfs_dquot.c136 xfs_disk_dquot_t *d) in xfs_qm_adjust_dqtimers()
459 xfs_disk_dquot_t **O_ddpp, in xfs_qm_dqtobp()
640 memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t)); in xfs_qm_dqread()
998 memcpy(ddqp, &dqp->q_core, sizeof(xfs_disk_dquot_t)); in xfs_qm_dqflush()
Dxfs_log_recover.c2216 if (item->ri_buf[i].i_len < sizeof(xfs_disk_dquot_t)) { in xlog_recover_do_reg_buffer()
2847 if (item->ri_buf[1].i_len < sizeof(xfs_disk_dquot_t)) { in xlog_recover_dquot_pass2()
2893 ddq = (xfs_disk_dquot_t *)xfs_buf_offset(bp, dq_f->qlf_boffset); in xlog_recover_dquot_pass2()
Dxfs_qm.c623 xfs_disk_dquot_t *ddqp = &dqp->q_core; in xfs_qm_init_quotainfo()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_quota_defs.h155 extern int xfs_dqcheck(struct xfs_mount *mp, xfs_disk_dquot_t *ddq,
Dxfs_dquot_buf.c53 xfs_disk_dquot_t *ddq, in xfs_dqcheck()
Dxfs_format.h1117 } xfs_disk_dquot_t; typedef
1124 xfs_disk_dquot_t dd_diskdq; /* portion that lives incore as well */