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

  /external/e2fsprogs/lib/support/
parse_qtype.c 17 int parse_quota_types(const char *in_str, unsigned int *qtype_bits,
21 unsigned int qtype = *qtype_bits;
69 *qtype_bits = qtype;
78 unsigned int qtype_bits = 0;
82 ret = parse_quota_types(argv[1], &qtype_bits, &err_token);
83 printf("parse_quota_types returns %d, %d\n", ret, qtype_bits);
quotaio.h 54 #error "cannot have more than 32 quota types to fit in qtype_bits"
219 unsigned int qtype_bits);
239 int parse_quota_types(const char *in_str, unsigned int *qtype_bits,
mkquota.c 161 errcode_t quota_write_inode(quota_ctx_t qctx, unsigned int qtype_bits)
188 if (((1 << qtype) & qtype_bits) == 0)
283 unsigned int qtype_bits)
299 if (((1 << qtype) & qtype_bits) == 0)
  /external/e2fsprogs/e2fsck/
unix.c 1341 unsigned int qtype_bits = 0; local
    [all...]

Completed in 128 milliseconds