Home
last modified time | relevance | path

Searched refs:total_stripes (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/trace/events/
Dbtrfs.h2340 __field( u8, total_stripes )
2354 __entry->total_stripes = rbio->bioc->num_stripes;
/Linux-v6.1/fs/btrfs/
Dvolumes.c5896 int total_stripes, in alloc_btrfs_io_context() argument
5903 sizeof(struct btrfs_io_stripe) * (total_stripes) + in alloc_btrfs_io_context()
5910 sizeof(u64) * (total_stripes), in alloc_btrfs_io_context()
5916 bioc->tgtdev_map = (int *)(bioc->stripes + total_stripes); in alloc_btrfs_io_context()