Searched refs:dquot (Results 1 – 10 of 10) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | quotaio_tree.c | 195 struct dquot *dquot, int *err) in find_free_dqentry() argument 244 dquot->dq_dqb.u.v2_mdqb.dqb_off = in find_free_dqentry() 252 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot, in do_insert_tree() argument 278 newblk = le32_to_cpu(ref[get_index(dquot->dq_id, depth)]); in do_insert_tree() 285 ref[get_index(dquot->dq_id, depth)]); in do_insert_tree() 286 newblk = find_free_dqentry(h, dquot, &ret); in do_insert_tree() 288 ret = do_insert_tree(h, dquot, &newblk, depth + 1); in do_insert_tree() 292 ref[get_index(dquot->dq_id, depth)] = in do_insert_tree() 307 static int dq_insert_tree(struct quota_handle *h, struct dquot *dquot) in dq_insert_tree() argument 312 err = do_insert_tree(h, dquot, &tmp, 0); in dq_insert_tree() [all …]
|
D | quotaio_tree.h | 40 struct dquot; 46 void (*mem2disk_dqblk)(void *disk, struct dquot *dquot); 48 void (*disk2mem_dqblk)(struct dquot *dquot, void *disk); 50 int (*is_id)(void *disk, struct dquot *dquot); 63 int qtree_write_dquot(struct dquot *dquot); 64 struct dquot *qtree_read_dquot(struct quota_handle *h, qid_t id); 65 void qtree_delete_dquot(struct dquot *dquot); 68 int (*process_dquot) (struct dquot *, void *), void *data);
|
D | mkquota.c | 29 static void print_dquot(const char *desc, struct dquot *dq) in print_dquot() 48 struct dquot *dq; in write_dquots() 205 static struct dquot *get_dq(dict_t *dict, __u32 key) in get_dq() 207 struct dquot *dq; in get_dq() 214 if (quota_get_mem(sizeof(struct dquot), &dq)) { in get_dq() 218 memset(dq, 0, sizeof(struct dquot)); in get_dq() 230 struct dquot *dq; in quota_data_add() 252 struct dquot *dq; in quota_data_sub() 273 struct dquot *dq; in quota_data_inodes() 318 static int scan_dquots_callback(struct dquot *dquot, void *cb_data) in scan_dquots_callback() argument [all …]
|
D | quotaio_v2.c | 26 static struct dquot *v2_read_dquot(struct quota_handle *h, qid_t id); 27 static int v2_commit_dquot(struct dquot *dquot); 29 int (*process_dquot) (struct dquot *dquot, 48 static void v2r1_disk2memdqblk(struct dquot *dquot, void *dp) in v2r1_disk2memdqblk() argument 50 struct util_dqblk *m = &dquot->dq_dqb; in v2r1_disk2memdqblk() 53 dquot->dq_id = le32_to_cpu(d->dqb_id); in v2r1_disk2memdqblk() 72 static void v2r1_mem2diskdqblk(void *dp, struct dquot *dquot) in v2r1_mem2diskdqblk() argument 74 struct util_dqblk *m = &dquot->dq_dqb; in v2r1_mem2diskdqblk() 85 d->dqb_id = cpu_to_le32(dquot->dq_id); in v2r1_mem2diskdqblk() 86 if (qtree_entry_unused(&dquot->dq_h->qh_info.u.v2_mdqi.dqi_qtree, dp)) in v2r1_mem2diskdqblk() [all …]
|
D | quotaio.h | 152 struct dquot { struct 153 struct dquot *dq_next; /* Pointer to next dquot in the list */ argument 175 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id); 177 int (*commit_dquot) (struct dquot *dquot); 180 int (*process_dquot) (struct dquot *dquot, 213 struct dquot *get_empty_dquot(void); 215 void update_grace_times(struct dquot *q);
|
D | quotaio.c | 59 void update_grace_times(struct dquot *q) in update_grace_times() 222 struct dquot *get_empty_dquot(void) in get_empty_dquot() 224 struct dquot *dquot; in get_empty_dquot() local 226 if (quota_get_memzero(sizeof(struct dquot), &dquot)) { in get_empty_dquot() 231 dquot->dq_id = -1; in get_empty_dquot() 232 return dquot; in get_empty_dquot()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 4877 struct dquot { struct 4927 int (*read_dqblk)(struct dquot *); 4928 int (*commit_dqblk)(struct dquot *); 4929 int (*release_dqblk)(struct dquot *); 4934 int (*write_dquot)(struct dquot *); 4935 struct dquot * (*alloc_dquot)(struct super_block *, int); 4936 void (*destroy_dquot)(struct dquot *); 4937 int (*acquire_dquot)(struct dquot *); 4938 int (*release_dquot)(struct dquot *); 4939 int (*mark_dirty)(struct dquot *);
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 1621 …<class-decl name='dquot' size-in-bits='1664' is-struct='yes' visibility='default' filepath='/ws/an…
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 78081 …<class-decl name="dquot" size-in-bits="1664" is-struct="yes" visibility="default" filepath="includ…
|
D | test-PR27569-v0.abi | 78067 …<class-decl name="dquot" size-in-bits="1664" is-struct="yes" visibility="default" filepath="includ…
|