Searched refs:xfs_disk_dquot_t (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_dquot.h | 93 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);
|
D | xfs_dquot.c | 260 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()
|
D | xfs_qm_syscalls.c | 91 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()
|
D | xfs_dquot_item.c | 101 logvec->i_len = sizeof(xfs_disk_dquot_t); in xfs_qm_dquot_logitem_format()
|
D | xfs_qm.c | 1210 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()
|
D | xfs_trans_dquot.c | 378 xfs_disk_dquot_t *d; in xfs_trans_apply_dquot_deltas()
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_quota.h | 84 } 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 *);
|
D | xfs_log_recover.c | 1968 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()
|