Searched refs:dqb_id (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl08.c | 105 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 144 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 185 res_ndq.dqb_id = -1; in verify_quota()
|
D | quotactl01.c | 106 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 145 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 190 res_ndq.dqb_id = -1; in verify_quota()
|
D | quotactl04.c | 88 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id),
|
/third_party/f2fs-tools/fsck/ |
D | quotaio_v2.c | 53 dquot->dq_id = le32_to_cpu(d->dqb_id); in v2r1_disk2memdqblk() 85 d->dqb_id = cpu_to_le32(dquot->dq_id); in v2r1_mem2diskdqblk() 98 return le32_to_cpu(d->dqb_id) == dquot->dq_id; in v2r1_is_id()
|
D | quotaio_v2.h | 44 __le32 dqb_id; /* id this quota applies to */ member
|
/third_party/f2fs-tools/include/ |
D | quota.h | 67 __le32 dqb_id; /* id this quota applies to */ member
|
/third_party/ltp/include/lapi/ |
D | quotactl.h | 36 uint32_t dqb_id; member
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format.c | 1335 dqblk.dqb_id = raw_id; in f2fs_write_default_quota()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 424 pub dqb_id: u32,
|