Searched refs:xfs_quota_type (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_quotaops.c | 89 xfs_quota_type(int type) in xfs_quota_type() function 134 return xfs_qm_scall_setqlim(mp, 0, xfs_quota_type(type), &newlim); in xfs_fs_set_info() 232 return xfs_qm_scall_getquota(mp, id, xfs_quota_type(qid.type), qdq); in xfs_fs_get_dqblk() 252 ret = xfs_qm_scall_getquota_next(mp, &id, xfs_quota_type(qid->type), in xfs_fs_get_nextdqblk() 278 xfs_quota_type(qid.type), qdq); in xfs_fs_set_dqblk()
|