Searched refs:ddqp (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_dquot.c553 struct xfs_disk_dquot *ddqp)
558 ddqp_type = ddqp->d_type & XFS_DQTYPE_REC_MASK;
561 if (be32_to_cpu(ddqp->d_id) != dqp->q_id)
592 struct xfs_disk_dquot *ddqp = &dqb->dd_diskdq; local
598 if (!xfs_dquot_check_type(dqp, ddqp)) {
608 dqp->q_type = ddqp->d_type;
609 dqp->q_blk.hardlimit = be64_to_cpu(ddqp->d_blk_hardlimit);
610 dqp->q_blk.softlimit = be64_to_cpu(ddqp->d_blk_softlimit);
611 dqp->q_ino.hardlimit = be64_to_cpu(ddqp->d_ino_hardlimit);
612 dqp->q_ino.softlimit = be64_to_cpu(ddqp
551 xfs_dquot_check_type( struct xfs_dquot *dqp, struct xfs_disk_dquot *ddqp) argument
639 xfs_dquot_to_disk( struct xfs_disk_dquot *ddqp, struct xfs_dquot *dqp) argument
[all...]
H A Dxfs_dquot.h201 void xfs_dquot_to_disk(struct xfs_disk_dquot *ddqp, struct xfs_dquot *dqp);

Completed in 169 milliseconds