Home
last modified time | relevance | path

Searched defs:dquot (Results 1 – 17 of 17) sorted by relevance

/external/e2fsprogs/lib/support/
Dquotaio_tree.c195 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 …]
Dquotaio_v2.c47 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()
Dquotaio.h149 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
Dquotaio.c403 struct dquot *dquot; in get_empty_dquot() local
Dmkquota.c527 static int scan_dquots_callback(struct dquot *dquot, void *cb_data) in scan_dquots_callback()
/external/f2fs-tools/fsck/
Dquotaio_tree.c195 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 …]
Dquotaio_v2.c48 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()
Dquotaio.h153 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
Dquotaio.c222 struct dquot *dquot; in get_empty_dquot() local
Dmkquota.c318 static int scan_dquots_callback(struct dquot *dquot, void *cb_data) in scan_dquots_callback()
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h3198 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 …]
Dvmlinux.h3198 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/
Dvmlinux.h4877 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/
Dvmlinux.h4474 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
Dvmlinux_510.h4474 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/
Dvmlinux.h4575 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
Dvmlinux_505.h4575 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