Searched refs:qtype_bits (Results 1 – 4 of 4) sorted by relevance
/third_party/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() 293 unsigned int qtype_bits) in quota_init_context() argument 309 if (qtype_bits) { in quota_init_context() 310 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,
|
/third_party/e2fsprogs/misc/ |
D | tune2fs.c | 1644 unsigned int qtype_bits = 0; in handle_quota_options() local 1663 qtype_bits |= 1 << qtype; in handle_quota_options() 1666 retval = quota_init_context(&qctx, fs, qtype_bits); in handle_quota_options() 1673 if (qtype_bits) in handle_quota_options() 1725 if (!qtype_bits) { in handle_quota_options()
|