Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_dquot.c526 struct xfs_disk_dquot *ddqp) in xfs_dquot_check_type() argument
531 ddqp_type = ddqp->d_type & XFS_DQTYPE_REC_MASK; in xfs_dquot_check_type()
534 if (be32_to_cpu(ddqp->d_id) != dqp->q_id) in xfs_dquot_check_type()
565 struct xfs_disk_dquot *ddqp = &dqb->dd_diskdq; in xfs_dquot_from_disk() local
571 if (!xfs_dquot_check_type(dqp, ddqp)) { in xfs_dquot_from_disk()
580 dqp->q_type = ddqp->d_type; in xfs_dquot_from_disk()
581 dqp->q_blk.hardlimit = be64_to_cpu(ddqp->d_blk_hardlimit); in xfs_dquot_from_disk()
582 dqp->q_blk.softlimit = be64_to_cpu(ddqp->d_blk_softlimit); in xfs_dquot_from_disk()
583 dqp->q_ino.hardlimit = be64_to_cpu(ddqp->d_ino_hardlimit); in xfs_dquot_from_disk()
584 dqp->q_ino.softlimit = be64_to_cpu(ddqp->d_ino_softlimit); in xfs_dquot_from_disk()
[all …]
H A Dxfs_dquot.h201 void xfs_dquot_to_disk(struct xfs_disk_dquot *ddqp, struct xfs_dquot *dqp);