Home
last modified time | relevance | path

Searched refs:ulist (Results 1 – 15 of 15) sorted by relevance

/linux/fs/btrfs/
A Dulist.c47 void ulist_init(struct ulist *ulist) in ulist_init() argument
61 void ulist_release(struct ulist *ulist) in ulist_release() argument
80 void ulist_reinit(struct ulist *ulist) in ulist_reinit() argument
94 struct ulist *ulist = kmalloc(sizeof(*ulist), gfp_mask); in ulist_alloc() local
96 if (!ulist) in ulist_alloc()
101 return ulist; in ulist_alloc()
110 void ulist_free(struct ulist *ulist) in ulist_free() argument
112 if (!ulist) in ulist_free()
115 kfree(ulist); in ulist_free()
191 int ulist_add_merge(struct ulist *ulist, u64 val, u64 aux, in ulist_add_merge() argument
[all …]
A Dulist.h35 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 …]
A Dbackref.h46 u64 time_seq, struct ulist **leafs,
50 u64 time_seq, struct ulist **roots,
67 struct ulist *roots, struct ulist *tmp_ulist);
A Dqgroup.h122 struct ulist *old_roots;
342 u64 num_bytes, struct ulist *old_roots,
343 struct ulist *new_roots);
A Dqgroup.c939 struct ulist *ulist = NULL; in btrfs_quota_enable() local
948 if (!ulist) { in btrfs_quota_enable()
993 ulist = NULL; in btrfs_quota_enable()
1159 ulist_free(ulist); in btrfs_quota_enable()
1368 struct ulist *tmp; in btrfs_add_qgroup_relation()
1434 struct ulist *tmp; in __del_qgroup_relation()
1711 struct ulist *old_root; in btrfs_qgroup_trace_extent_post()
2328 struct ulist *roots, struct ulist *tmp, in qgroup_update_refcnt()
2417 struct ulist *qgroups, in qgroup_update_counters()
2536 struct ulist *new_roots) in btrfs_qgroup_account_extent()
[all …]
A Dbackref.c417 struct ulist *parents, in add_all_parents()
674 struct ulist *parents; in resolve_indirect_refs()
1169 u64 time_seq, struct ulist *refs,
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,
1525 struct ulist *roots, struct ulist *tmp)
1953 struct ulist *refs = NULL;
[all …]
A DMakefile30 reada.o backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
A Dextent_io.h124 struct ulist range_changed;
A Dextent_io.c5563 struct ulist *roots; in extent_fiemap()
5564 struct ulist *tmp_ulist; in extent_fiemap()
A Dctree.h928 struct ulist *qgroup_ulist;
A Drelocation.c3394 struct ulist *leaves = NULL; in add_data_references()
/linux/tools/perf/
A Dbuiltin-probe.c428 struct strlist *klist = NULL, *ulist = NULL; in perf_del_probe_events() local
445 ulist = strlist__new(NULL, NULL); in perf_del_probe_events()
446 if (!klist || !ulist) { in perf_del_probe_events()
462 ret2 = probe_file__get_events(ufd, filter, ulist); in perf_del_probe_events()
464 strlist__for_each_entry(ent, ulist) in perf_del_probe_events()
467 ret2 = probe_file__del_strlist(ufd, ulist); in perf_del_probe_events()
485 strlist__delete(ulist); in perf_del_probe_events()
/linux/fs/btrfs/tests/
A Dqgroup-tests.c208 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/fs/cifs/
A Ddfs_cache.c1520 list_add_tail(&tcon->ulist, &tcons); in refresh_mounts()
1527 list_for_each_entry_safe(tcon, ntcon, &tcons, ulist) { in refresh_mounts()
1530 list_del_init(&tcon->ulist); in refresh_mounts()
A Dcifsglob.h1126 struct list_head ulist; /* cache update list */ member

Completed in 70 milliseconds