Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dquota_format.h7 enum quota_types { enum
/linux-6.15/mm/
H A Dshmem.c124 unsigned short quota_types; member
300 unsigned short quota_types) in shmem_enable_quotas() argument
306 if (!(quota_types & (1 << type))) in shmem_enable_quotas()
4686 ctx->quota_types |= (QTYPE_MASK_USR | QTYPE_MASK_GRP); in shmem_parse_one()
4692 ctx->quota_types |= QTYPE_MASK_USR; in shmem_parse_one()
4698 ctx->quota_types |= QTYPE_MASK_GRP; in shmem_parse_one()
5094 if (shmem_enable_quotas(sb, ctx->quota_types)) in shmem_fill_super()