Searched refs:stripesize (Results 1 – 3 of 3) sorted by relevance
/fs/btrfs/ |
D | disk-io.c | 872 u32 stripesize, struct btrfs_root *root, in __setup_root() argument 882 root->stripesize = stripesize; in __setup_root() 943 tree_root->sectorsize, tree_root->stripesize, in find_and_setup_root() 1005 tree_root->sectorsize, tree_root->stripesize, in alloc_log_tree() 1110 tree_root->sectorsize, tree_root->stripesize, in btrfs_read_fs_root_no_radix() 1521 u32 stripesize; in open_ctree() local 1754 stripesize = btrfs_super_stripesize(disk_super); in open_ctree() 1758 tree_root->stripesize = stripesize; in open_ctree() 1782 __setup_root(nodesize, leafsize, sectorsize, stripesize, in open_ctree() 1869 __setup_root(nodesize, leafsize, sectorsize, stripesize, in open_ctree()
|
D | ctree.h | 325 __le32 stripesize; member 861 u32 stripesize; member 1581 stripesize, 32);
|
D | extent-tree.c | 3083 u64 mask = ((u64)root->stripesize - 1); in stripe_align()
|