| /Linux-v5.15/fs/btrfs/ |
| D | ulist.c | 47 void ulist_init(struct ulist *ulist) in ulist_init() argument 49 INIT_LIST_HEAD(&ulist->nodes); in ulist_init() 50 ulist->root = RB_ROOT; in ulist_init() 51 ulist->nnodes = 0; in ulist_init() 61 void ulist_release(struct ulist *ulist) in ulist_release() argument 66 list_for_each_entry_safe(node, next, &ulist->nodes, list) { in ulist_release() 69 ulist->root = RB_ROOT; in ulist_release() 70 INIT_LIST_HEAD(&ulist->nodes); in ulist_release() 80 void ulist_reinit(struct ulist *ulist) in ulist_reinit() argument 82 ulist_release(ulist); in ulist_reinit() [all …]
|
| D | ulist.h | 35 struct ulist { struct 45 void ulist_init(struct ulist *ulist); argument 46 void ulist_release(struct ulist *ulist); 47 void ulist_reinit(struct ulist *ulist); 48 struct ulist *ulist_alloc(gfp_t gfp_mask); 49 void ulist_free(struct ulist *ulist); 50 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask); 51 int ulist_add_merge(struct ulist *ulist, u64 val, u64 aux, 53 int ulist_del(struct ulist *ulist, u64 val, u64 aux); 56 static inline int ulist_add_merge_ptr(struct ulist *ulist, u64 val, void *aux, in ulist_add_merge_ptr() argument [all …]
|
| D | backref.h | 46 u64 time_seq, struct ulist **leafs, 50 u64 time_seq, struct ulist **roots, 67 struct ulist *roots, struct ulist *tmp_ulist);
|
| D | qgroup.h | 122 struct ulist *old_roots; 342 u64 num_bytes, struct ulist *old_roots, 343 struct ulist *new_roots);
|
| D | qgroup.c | 939 struct ulist *ulist = NULL; in btrfs_quota_enable() local 947 ulist = ulist_alloc(GFP_KERNEL); in btrfs_quota_enable() 948 if (!ulist) { in btrfs_quota_enable() 992 fs_info->qgroup_ulist = ulist; in btrfs_quota_enable() 993 ulist = NULL; in btrfs_quota_enable() 1159 ulist_free(ulist); in btrfs_quota_enable() 1258 struct ulist *tmp, u64 ref_root, in __qgroup_excl_accounting() 1335 struct ulist *tmp, u64 src, u64 dst, in quick_update_accounting() 1367 struct ulist *tmp; in btrfs_add_qgroup_relation() 1433 struct ulist *tmp; in __del_qgroup_relation() [all …]
|
| D | backref.c | 417 struct ulist *parents, in add_all_parents() 538 struct prelim_ref *ref, struct ulist *parents, in resolve_indirect_ref() 674 struct ulist *parents; in resolve_indirect_refs() 1169 u64 time_seq, struct ulist *refs, 1170 struct ulist *roots, const u64 *extent_item_pos, 1388 static void free_leaf_list(struct ulist *blocks) 1416 u64 time_seq, struct ulist **leafs, 1450 u64 time_seq, struct ulist **roots, 1453 struct ulist *tmp; 1490 u64 time_seq, struct ulist **roots, [all …]
|
| D | Makefile | 30 reada.o backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
|
| D | extent_io.h | 123 struct ulist range_changed;
|
| D | extent_io.c | 5484 struct ulist *roots; in extent_fiemap() 5485 struct ulist *tmp_ulist; in extent_fiemap()
|
| D | ctree.h | 919 struct ulist *qgroup_ulist;
|
| D | relocation.c | 3418 struct ulist *leaves = NULL; in add_data_references()
|
| /Linux-v5.15/tools/perf/ |
| D | builtin-probe.c | 427 struct strlist *klist = NULL, *ulist = NULL; in perf_del_probe_events() local 444 ulist = strlist__new(NULL, NULL); in perf_del_probe_events() 445 if (!klist || !ulist) { in perf_del_probe_events() 461 ret2 = probe_file__get_events(ufd, filter, ulist); in perf_del_probe_events() 463 strlist__for_each_entry(ent, ulist) in perf_del_probe_events() 466 ret2 = probe_file__del_strlist(ufd, ulist); in perf_del_probe_events() 484 strlist__delete(ulist); in perf_del_probe_events()
|
| /Linux-v5.15/fs/btrfs/tests/ |
| D | qgroup-tests.c | 208 struct ulist *old_roots = NULL; in test_no_shared_qgroup() 209 struct ulist *new_roots = NULL; in test_no_shared_qgroup() 305 struct ulist *old_roots = NULL; in test_multiple_refs() 306 struct ulist *new_roots = NULL; in test_multiple_refs()
|
| /Linux-v5.15/fs/cifs/ |
| D | dfs_cache.c | 1505 list_add_tail(&tcon->ulist, &tcons); in refresh_mounts() 1512 list_for_each_entry_safe(tcon, ntcon, &tcons, ulist) { in refresh_mounts() 1513 list_del_init(&tcon->ulist); in refresh_mounts()
|
| D | cifsglob.h | 1094 struct list_head ulist; /* cache update list */ member
|