Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/quota/
Dxfs_dquot.h62 xfs_disk_dquot_t q_core; /* actual usage & quotas */
132 xfs_disk_dquot_t *);
134 xfs_disk_dquot_t *);
Dxfs_dquot.c183 xfs_disk_dquot_t *d) in xfs_qm_adjust_dqlimits()
219 xfs_disk_dquot_t *d) in xfs_qm_adjust_dqtimers()
460 xfs_disk_dquot_t **O_ddpp, in xfs_qm_dqtobp()
469 xfs_disk_dquot_t *ddq; in xfs_qm_dqtobp()
578 xfs_disk_dquot_t *ddqp; in xfs_qm_dqread()
597 memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t)); in xfs_qm_dqread()
1221 memcpy(ddqp, &dqp->q_core, sizeof(xfs_disk_dquot_t)); in xfs_qm_dqflush()
Dxfs_qm_bhv.c43 xfs_disk_dquot_t *dp) in xfs_fill_statvfs_from_dquot()
Dxfs_qm_syscalls.c49 STATIC void xfs_qm_export_dquot(xfs_mount_t *, xfs_disk_dquot_t *,
484 xfs_disk_dquot_t *ddq; in xfs_qm_scall_setqlim()
496 if ((error = xfs_trans_reserve(tp, 0, sizeof(xfs_disk_dquot_t) + 128, in xfs_qm_scall_setqlim()
767 xfs_disk_dquot_t *src, in xfs_qm_export_dquot()
Dxfs_dquot_item.c73 logvec->i_len = sizeof(xfs_disk_dquot_t); in xfs_qm_dquot_logitem_format()
Dxfs_qm.c1088 xfs_disk_dquot_t *ddqp = &dqp->q_core; in xfs_qm_init_quotainfo()
1269 xfs_disk_dquot_t *ddq; in xfs_qm_reset_dqcounts()
1283 ddq = (xfs_disk_dquot_t *)XFS_BUF_PTR(bp); in xfs_qm_reset_dqcounts()
1301 ddq = (xfs_disk_dquot_t *) ((xfs_dqblk_t *)ddq + 1); in xfs_qm_reset_dqcounts()
Dxfs_trans_dquot.c336 xfs_disk_dquot_t *d; in xfs_trans_apply_dquot_deltas()
/linux-2.6.39/fs/xfs/
Dxfs_quota.h72 } xfs_disk_dquot_t; typedef
79 xfs_disk_dquot_t dd_diskdq; /* portion that lives incore as well */
107 #define XFS_DQUOT_LOGRES(mp) (sizeof(xfs_disk_dquot_t) * 3)
385 extern int xfs_qm_dqcheck(struct xfs_mount *, xfs_disk_dquot_t *,
Dxfs_log_recover.c1873 if (item->ri_buf[i].i_len < sizeof(xfs_disk_dquot_t)) { in xlog_recover_do_reg_buffer()
1905 xfs_disk_dquot_t *ddq, in xfs_qm_dqcheck()
2478 if (item->ri_buf[1].i_len < sizeof(xfs_disk_dquot_t)) { in xlog_recover_dquot_pass2()
2520 ddq = (xfs_disk_dquot_t *)xfs_buf_offset(bp, dq_f->qlf_boffset); in xlog_recover_dquot_pass2()