HomeSort by relevance Sort by last modified time
    Searched refs:quotatype_bits (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
mke2fs.c 102 static unsigned int quotatype_bits = (QUOTA_USR_BIT | QUOTA_GRP_BIT); variable
1043 quotatype_bits = 0;
1044 ret = parse_quota_types(arg, &quotatype_bits, &errtok);
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format.c 38 static unsigned int quotatype_bits = 0; variable
445 quotatype_bits = QUOTA_USR_BIT | QUOTA_GRP_BIT;
447 quotatype_bits |= QUOTA_PRJ_BIT;
451 if (!((1 << qtype) & quotatype_bits))
    [all...]

Completed in 758 milliseconds