Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_quotaops.c98 xfs_quota_type(int type) in xfs_quota_type() function
141 return xfs_qm_scall_setqlim(mp, 0, xfs_quota_type(type), &newlim); in xfs_fs_set_info()
235 return xfs_qm_scall_getquota(mp, id, xfs_quota_type(qid.type), qdq); in xfs_fs_get_dqblk()
253 ret = xfs_qm_scall_getquota_next(mp, &id, xfs_quota_type(qid->type), in xfs_fs_get_nextdqblk()
277 xfs_quota_type(qid.type), qdq); in xfs_fs_set_dqblk()