/external/e2fsprogs/lib/support/ |
D | quotaio_tree.c | 195 struct dquot *dquot, int *err) in find_free_dqentry() 252 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot, in do_insert_tree() 305 static void dq_insert_tree(struct quota_handle *h, struct dquot *dquot) in dq_insert_tree() 315 void qtree_write_dquot(struct dquot *dquot) in qtree_write_dquot() 354 static void free_dqentry(struct quota_handle *h, struct dquot *dquot, in free_dqentry() 396 static void remove_tree(struct quota_handle *h, struct dquot *dquot, in remove_tree() 435 void qtree_delete_dquot(struct dquot *dquot) in qtree_delete_dquot() 446 struct dquot *dquot, unsigned int blk) in find_block_dqentry() 472 struct dquot *dquot, in find_tree_dqentry() 498 struct dquot *dquot) in find_dqentry() [all …]
|
D | quotaio_v2.c | 47 static void v2r1_disk2memdqblk(struct dquot *dquot, void *dp) in v2r1_disk2memdqblk() 71 static void v2r1_mem2diskdqblk(void *dp, struct dquot *dquot) in v2r1_mem2diskdqblk() 89 static int v2r1_is_id(void *dp, struct dquot *dquot) in v2r1_is_id() 286 static int v2_commit_dquot(struct dquot *dquot) in v2_commit_dquot() 298 static int v2_scan_dquots(struct quota_handle *h, in v2_scan_dquots()
|
D | quotaio.h | 149 struct dquot { struct 150 struct dquot *dq_next; /* Pointer to next dquot in the list */ argument 151 qid_t dq_id; /* ID dquot belongs to */ argument 153 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument 154 struct util_dqblk dq_dqb; /* Parsed data of dquot */ argument
|
D | quotaio.c | 403 struct dquot *dquot; in get_empty_dquot() local
|
D | mkquota.c | 527 static int scan_dquots_callback(struct dquot *dquot, void *cb_data) in scan_dquots_callback()
|
/external/f2fs-tools/fsck/ |
D | quotaio_tree.c | 195 struct dquot *dquot, int *err) in find_free_dqentry() 252 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot, in do_insert_tree() 307 static int dq_insert_tree(struct quota_handle *h, struct dquot *dquot) in dq_insert_tree() 320 int qtree_write_dquot(struct dquot *dquot) in qtree_write_dquot() 364 static void free_dqentry(struct quota_handle *h, struct dquot *dquot, in free_dqentry() 406 static void remove_tree(struct quota_handle *h, struct dquot *dquot, in remove_tree() 445 void qtree_delete_dquot(struct dquot *dquot) in qtree_delete_dquot() 456 struct dquot *dquot, unsigned int blk) in find_block_dqentry() 482 struct dquot *dquot, in find_tree_dqentry() 508 struct dquot *dquot) in find_dqentry() [all …]
|
D | quotaio_v2.c | 48 static void v2r1_disk2memdqblk(struct dquot *dquot, void *dp) in v2r1_disk2memdqblk() 72 static void v2r1_mem2diskdqblk(void *dp, struct dquot *dquot) in v2r1_mem2diskdqblk() 90 static int v2r1_is_id(void *dp, struct dquot *dquot) in v2r1_is_id() 300 static int v2_commit_dquot(struct dquot *dquot) in v2_commit_dquot() 314 static int v2_scan_dquots(struct quota_handle *h, in v2_scan_dquots()
|
D | quotaio.h | 153 struct dquot { struct 154 struct dquot *dq_next; /* Pointer to next dquot in the list */ argument 155 qid_t dq_id; /* ID dquot belongs to */ argument 157 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument 158 struct util_dqblk dq_dqb; /* Parsed data of dquot */ argument
|
D | quotaio.c | 222 struct dquot *dquot; in get_empty_dquot() local
|
D | mkquota.c | 318 static int scan_dquots_callback(struct dquot *dquot, void *cb_data) in scan_dquots_callback()
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 3198 struct dquot { struct 3199 struct hlist_node dq_hash; 3200 struct list_head dq_inuse; 3201 struct list_head dq_free; 3202 struct list_head dq_dirty; 3203 struct mutex dq_lock; 3204 spinlock_t dq_dqb_lock; 3205 atomic_t dq_count; 3206 struct super_block *dq_sb; 3207 struct kqid dq_id; [all …]
|
D | vmlinux.h | 3198 struct dquot { struct 3199 struct hlist_node dq_hash; 3200 struct list_head dq_inuse; 3201 struct list_head dq_free; 3202 struct list_head dq_dirty; 3203 struct mutex dq_lock; 3204 spinlock_t dq_dqb_lock; 3205 atomic_t dq_count; 3206 struct super_block *dq_sb; 3207 struct kqid dq_id; [all …]
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 4877 struct dquot { struct 4878 struct hlist_node dq_hash; 4879 struct list_head dq_inuse; 4880 struct list_head dq_free; 4881 struct list_head dq_dirty; 4882 struct mutex dq_lock; 4883 spinlock_t dq_dqb_lock; 4884 atomic_t dq_count; 4885 struct super_block *dq_sb; 4886 struct kqid dq_id; [all …]
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 4474 struct dquot { struct 4475 struct hlist_node dq_hash; 4476 struct list_head dq_inuse; 4477 struct list_head dq_free; 4501 int (*read_dqblk)(struct dquot *); argument
|
D | vmlinux_510.h | 4474 struct dquot { struct 4475 struct hlist_node dq_hash; 4476 struct list_head dq_inuse; 4477 struct list_head dq_free; 4501 int (*read_dqblk)(struct dquot *); argument
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 4575 struct dquot { struct 4576 struct hlist_node dq_hash; 4577 struct list_head dq_inuse; 4578 struct list_head dq_free; 4579 struct list_head dq_dirty; 4580 struct mutex dq_lock; 4581 spinlock_t dq_dqb_lock; 4582 atomic_t dq_count; 4583 struct super_block *dq_sb; 4607 int (*read_dqblk)(struct dquot *); argument
|
D | vmlinux_505.h | 4575 struct dquot { struct 4576 struct hlist_node dq_hash; 4577 struct list_head dq_inuse; 4578 struct list_head dq_free; 4579 struct list_head dq_dirty; 4580 struct mutex dq_lock; 4581 spinlock_t dq_dqb_lock; 4582 atomic_t dq_count; 4583 struct super_block *dq_sb; 4607 int (*read_dqblk)(struct dquot *); argument
|