Home
last modified time | relevance | path

Searched refs:busy_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_extent_busy.c36 struct list_head *busy_list) in xfs_extent_busy_insert_list() argument
76 list_add_tail(&new->list, busy_list); in xfs_extent_busy_insert_list()
96 struct list_head *busy_list) in xfs_extent_busy_insert_discard() argument
99 busy_list); in xfs_extent_busy_insert_discard()
H A Dxfs_extent_busy.h49 xfs_extlen_t len, struct list_head *busy_list);
/linux-6.15/fs/fuse/
H A Ddax.c47 struct list_head busy_list; member
151 list_del_init(&dmap->busy_list); in __dmap_remove_busy_list()
226 list_add_tail(&dmap->busy_list, &fcd->busy_ranges); in fuse_setup_one_mapping()
1123 busy_list) { in try_to_free_dmap_chunks()
1142 list_move_tail(&dmap->busy_list, &fcd->busy_ranges); in try_to_free_dmap_chunks()
1181 if (!list_empty(&range->busy_list)) in fuse_free_dax_mem_ranges()
1182 list_del(&range->busy_list); in fuse_free_dax_mem_ranges()
1234 INIT_LIST_HEAD(&range->busy_list); in fuse_dax_mem_range_init()