Searched refs:qtype_bits (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | parse_qtype.c | 17 int parse_quota_types(const char *in_str, unsigned int *qtype_bits, in parse_quota_types() argument 21 unsigned int qtype = *qtype_bits; in parse_quota_types() 71 *qtype_bits = qtype; in parse_quota_types() 80 unsigned int qtype_bits = 0; in main() local 84 ret = parse_quota_types(argv[1], &qtype_bits, &err_token); in main() 85 printf("parse_quota_types returns %d, %d\n", ret, qtype_bits); in main()
|
D | mkquota.c | 163 errcode_t quota_write_inode(quota_ctx_t qctx, unsigned int qtype_bits) in quota_write_inode() argument 190 if (((1 << qtype) & qtype_bits) == 0) in quota_write_inode() 292 unsigned int qtype_bits) in quota_init_context() argument 308 if (qtype_bits) { in quota_init_context() 309 if (((1 << qtype) & qtype_bits) == 0) in quota_init_context()
|
D | quotaio.h | 219 unsigned int qtype_bits); 239 int parse_quota_types(const char *in_str, unsigned int *qtype_bits,
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 1572 unsigned int qtype_bits = 0; in handle_quota_options() local 1591 qtype_bits |= 1 << qtype; in handle_quota_options() 1594 retval = quota_init_context(&qctx, fs, qtype_bits); in handle_quota_options() 1601 if (qtype_bits) in handle_quota_options() 1651 if (!qtype_bits) { in handle_quota_options()
|