Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dquota_format.h7 enum quota_types { enum
/linux/mm/
H A Dshmem.c125 unsigned short quota_types; member
301 unsigned short quota_types) in shmem_enable_quotas() argument
307 if (!(quota_types & (1 << type))) in shmem_enable_quotas()
4699 ctx->quota_types |= (QTYPE_MASK_USR | QTYPE_MASK_GRP); in shmem_parse_one()
4705 ctx->quota_types |= QTYPE_MASK_USR; in shmem_parse_one()
4711 ctx->quota_types |= QTYPE_MASK_GRP; in shmem_parse_one()
5107 if (shmem_enable_quotas(sb, ctx->quota_types)) in shmem_fill_super()