Home
last modified time | relevance | path

Searched refs:qres (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_dquot.h51 const struct xfs_dquot_res *qres) in xfs_dquot_res_over_limits()
53 if ((qres->softlimit && qres->softlimit < qres->reserved) || in xfs_dquot_res_over_limits()
54 (qres->hardlimit && qres->hardlimit < qres->reserved)) in xfs_dquot_res_over_limits()
50 xfs_dquot_res_over_limits( const struct xfs_dquot_res *qres) xfs_dquot_res_over_limits() argument
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dvfio_ap_ops.c439 struct vfio_ap_queue_reserved *qres = data; in vfio_ap_has_queue() local
444 if (qres->apid && qres->apqi) { in vfio_ap_has_queue()
445 qid = AP_MKQID(*qres->apid, *qres->apqi); in vfio_ap_has_queue()
447 qres->reserved = true; in vfio_ap_has_queue()
448 } else if (qres->apid && !qres->apqi) { in vfio_ap_has_queue()
450 if (id == *qres->apid) in vfio_ap_has_queue()
451 qres in vfio_ap_has_queue()
489 struct vfio_ap_queue_reserved qres; vfio_ap_verify_queue_reserved() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_reflink.c1000 int64_t qres, qdelta; in xfs_reflink_remap_extent() local
1085 qres = qdelta = 0; in xfs_reflink_remap_extent()
1087 qres = XFS_EXTENTADD_SPACE_RES(mp, XFS_DATA_FORK); in xfs_reflink_remap_extent()
1089 qres += dmap->br_blockcount; in xfs_reflink_remap_extent()
1090 if (qres > 0) { in xfs_reflink_remap_extent()
1091 error = xfs_trans_reserve_quota_nblks(tp, ip, qres, 0, in xfs_reflink_remap_extent()

Completed in 5 milliseconds