Searched refs:busy_ranges (Results 1 - 1 of 1) sorted by path

/linux-master/fs/fuse/
H A Ddax.c46 /* Will connect in fc->busy_ranges to keep track busy memory */
81 struct list_head busy_ranges; member in struct:fuse_conn_dax
226 list_add_tail(&dmap->busy_list, &fcd->busy_ranges);
1155 list_for_each_entry_safe(pos, temp, &fcd->busy_ranges,
1175 list_move_tail(&dmap->busy_list, &fcd->busy_ranges);
1239 INIT_LIST_HEAD(&fcd->busy_ranges);

Completed in 154 milliseconds