Home
last modified time | relevance | path

Searched refs:qflags (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/scrub/
A Dquotacheck_repair.c223 unsigned int qflags = xqcheck_chkd_flags(sc->mp); in xrep_quotacheck() local
232 xrep_update_qflags(sc, qflags, 0); in xrep_quotacheck()
259 xrep_update_qflags(sc, 0, qflags); in xrep_quotacheck()
/fs/xfs/
A Dxfs_trans.c1275 unsigned int qflags = XFS_QMOPT_RES_REGBLKS; in xfs_trans_alloc_ichange() local
1279 qflags |= XFS_QMOPT_FORCE_RES; in xfs_trans_alloc_ichange()
1301 pdqp, dblocks, 1, qflags); in xfs_trans_alloc_ichange()
1312 qflags = XFS_QMOPT_RES_RTBLKS | (qflags & XFS_QMOPT_FORCE_RES); in xfs_trans_alloc_ichange()
1314 pdqp, rblocks, 0, qflags); in xfs_trans_alloc_ichange()
A Dxfs_trans_dquot.c985 unsigned int qflags = 0; in xfs_trans_reserve_quota_nblks() local
997 qflags |= XFS_QMOPT_FORCE_RES; in xfs_trans_reserve_quota_nblks()
1002 XFS_QMOPT_RES_REGBLKS | qflags); in xfs_trans_reserve_quota_nblks()
1009 XFS_QMOPT_RES_RTBLKS | qflags); in xfs_trans_reserve_quota_nblks()
A Dxfs_iops.c809 uint qflags = 0; in xfs_setattr_nonsize() local
814 qflags |= XFS_QMOPT_UQUOTA; in xfs_setattr_nonsize()
821 qflags |= XFS_QMOPT_GQUOTA; in xfs_setattr_nonsize()
834 qflags, &udqp, &gdqp, NULL); in xfs_setattr_nonsize()
/fs/xfs/libxfs/
A Dxfs_sb.c905 uint16_t qflags = from->sb_qflags; in xfs_sb_quota_to_disk() local
934 qflags &= ~(XFS_PQUOTA_ENFD | XFS_PQUOTA_CHKD | in xfs_sb_quota_to_disk()
939 qflags |= XFS_OQUOTA_ENFD; in xfs_sb_quota_to_disk()
942 qflags |= XFS_OQUOTA_CHKD; in xfs_sb_quota_to_disk()
943 to->sb_qflags = cpu_to_be16(qflags); in xfs_sb_quota_to_disk()

Completed in 14 milliseconds