Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_dquot.h93 xfs_disk_dquot_t q_core; /* actual usage & quotas */
211 xfs_disk_dquot_t *);
213 xfs_disk_dquot_t *);
214 extern int xfs_qm_dqwarn(xfs_disk_dquot_t *, uint);
Dxfs_dquot.c260 xfs_disk_dquot_t *d) in xfs_qm_adjust_dqlimits()
296 xfs_disk_dquot_t *d) in xfs_qm_adjust_dqtimers()
380 xfs_disk_dquot_t *d, in xfs_qm_dqwarn()
576 xfs_disk_dquot_t **O_ddpp, in xfs_qm_dqtobp()
585 xfs_disk_dquot_t *ddq; in xfs_qm_dqtobp()
675 ddq = (xfs_disk_dquot_t *)((char *)XFS_BUF_PTR(bp) + dqp->q_bufoffset); in xfs_qm_dqtobp()
711 xfs_disk_dquot_t *ddqp; in xfs_qm_dqread()
725 memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t)); in xfs_qm_dqread()
1264 xfs_disk_dquot_t *ddqp; in xfs_qm_dqflush()
1318 memcpy(ddqp, &(dqp->q_core), sizeof(xfs_disk_dquot_t)); in xfs_qm_dqflush()
Dxfs_qm_syscalls.c91 STATIC void xfs_qm_export_dquot(xfs_mount_t *, xfs_disk_dquot_t *,
600 xfs_disk_dquot_t *ddq; in xfs_qm_scall_setqlim()
613 if ((error = xfs_trans_reserve(tp, 0, sizeof(xfs_disk_dquot_t) + 128, in xfs_qm_scall_setqlim()
871 xfs_disk_dquot_t *src, in xfs_qm_export_dquot()
Dxfs_dquot_item.c101 logvec->i_len = sizeof(xfs_disk_dquot_t); in xfs_qm_dquot_logitem_format()
Dxfs_qm.c1210 xfs_disk_dquot_t *ddqp = &dqp->q_core; in xfs_qm_init_quotainfo()
1497 xfs_disk_dquot_t *ddq; in xfs_qm_reset_dqcounts()
1510 ddq = (xfs_disk_dquot_t *)XFS_BUF_PTR(bp); in xfs_qm_reset_dqcounts()
1526 ddq = (xfs_disk_dquot_t *) ((xfs_dqblk_t *)ddq + 1); in xfs_qm_reset_dqcounts()
Dxfs_trans_dquot.c378 xfs_disk_dquot_t *d; in xfs_trans_apply_dquot_deltas()
/linux-2.4.37.9/fs/xfs/
Dxfs_quota.h84 } xfs_disk_dquot_t; typedef
91 xfs_disk_dquot_t dd_diskdq; /* portion that lives incore as well */
111 #define XFS_DQUOT_LOGRES(mp) (sizeof(xfs_disk_dquot_t) * 3)
350 extern int xfs_qm_dqcheck(xfs_disk_dquot_t *, xfs_dqid_t, uint, uint, char *);
Dxfs_log_recover.c1968 error = xfs_qm_dqcheck((xfs_disk_dquot_t *) in xlog_recover_do_reg_buffer()
1991 xfs_disk_dquot_t *ddq, in xfs_qm_dqcheck()
2616 recddq = (xfs_disk_dquot_t *)item->ri_buf[1].i_addr; in xlog_recover_do_dquot_trans()
2657 ddq = (xfs_disk_dquot_t *)xfs_buf_offset(bp, dq_f->qlf_boffset); in xlog_recover_do_dquot_trans()