Searched refs:busy_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_extent_busy.c | 28 struct list_head *busy_list) in xfs_extent_busy_insert_list() 66 list_add_tail(&new->list, busy_list); in xfs_extent_busy_insert_list() 86 struct list_head *busy_list) in xfs_extent_busy_insert_discard() 89 busy_list); in xfs_extent_busy_insert_discard() 23 xfs_extent_busy_insert_list( struct xfs_perag *pag, xfs_agblock_t bno, xfs_extlen_t len, unsigned int flags, struct list_head *busy_list) xfs_extent_busy_insert_list() argument 82 xfs_extent_busy_insert_discard( struct xfs_perag *pag, xfs_agblock_t bno, xfs_extlen_t len, struct list_head *busy_list) xfs_extent_busy_insert_discard() argument
|
H A D | xfs_extent_busy.h | 54 xfs_extlen_t len, struct list_head *busy_list);
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | dax.c | 46 struct list_head busy_list; member 150 list_del_init(&dmap->busy_list); in __dmap_remove_busy_list() 225 list_add_tail(&dmap->busy_list, &fcd->busy_ranges); in fuse_setup_one_mapping() 1162 busy_list) { in try_to_free_dmap_chunks() 1181 list_move_tail(&dmap->busy_list, &fcd->busy_ranges); in try_to_free_dmap_chunks() 1220 if (!list_empty(&range->busy_list)) in fuse_free_dax_mem_ranges() 1221 list_del(&range->busy_list); in fuse_free_dax_mem_ranges() 1275 INIT_LIST_HEAD(&range->busy_list); in fuse_dax_mem_range_init()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | dax.c | 47 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() 1156 busy_list) { in try_to_free_dmap_chunks() 1175 list_move_tail(&dmap->busy_list, &fcd->busy_ranges); in try_to_free_dmap_chunks() 1214 if (!list_empty(&range->busy_list)) in fuse_free_dax_mem_ranges() 1215 list_del(&range->busy_list); in fuse_free_dax_mem_ranges() 1267 INIT_LIST_HEAD(&range->busy_list); in fuse_dax_mem_range_init()
|
Completed in 6 milliseconds