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

/linux-master/fs/xfs/
H A Dxfs_extent_busy.h54 xfs_extlen_t len, struct list_head *busy_list);
H A Dxfs_extent_busy.c28 struct list_head *busy_list)
67 list_add_tail(&new->list, busy_list);
87 struct list_head *busy_list)
90 busy_list);
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) argument
83 xfs_extent_busy_insert_discard( struct xfs_perag *pag, xfs_agblock_t bno, xfs_extlen_t len, struct list_head *busy_list) argument
/linux-master/fs/fuse/
H A Ddax.c47 struct list_head busy_list; member in struct:fuse_dax_mapping
151 list_del_init(&dmap->busy_list);
226 list_add_tail(&dmap->busy_list, &fcd->busy_ranges);
1156 busy_list) {
1175 list_move_tail(&dmap->busy_list, &fcd->busy_ranges);
1214 if (!list_empty(&range->busy_list))
1215 list_del(&range->busy_list);
1267 INIT_LIST_HEAD(&range->busy_list);

Completed in 269 milliseconds