Searched refs:leafsize (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddisk-io.c896 static int __setup_root(u32 nodesize, u32 leafsize, u32 sectorsize, argument
905 root->leafsize = leafsize;
970 __setup_root(tree_root->nodesize, tree_root->leafsize,
999 __setup_root(tree_root->nodesize, tree_root->leafsize,
1014 leaf = btrfs_alloc_free_block(trans, root, root->leafsize, 0,
1066 inode_item->nbytes = cpu_to_le64(root->leafsize);
1102 __setup_root(tree_root->nodesize, tree_root->leafsize,
1503 u32 leafsize; local
1776 leafsize
[all...]
H A Dctree.h311 #define BTRFS_LEAF_DATA_SIZE(r) (__BTRFS_LEAF_DATA_SIZE(r->leafsize))
353 __le32 leafsize; member in struct:btrfs_super_block
1061 /* leaf allocations are done in leafsize units */
1062 u32 leafsize; member in struct:btrfs_root
1864 leafsize, 32);
1973 return root->leafsize;
H A Dioctl.c256 leaf = btrfs_alloc_free_block(trans, root, root->leafsize,
282 inode_item->nbytes = cpu_to_le64(root->leafsize);
H A Dfile.c1005 (root->leafsize >> PAGE_CACHE_SHIFT) + 1)
H A Dctree.c3037 right = btrfs_alloc_free_block(trans, root, root->leafsize, 0,
3043 root_add_used(root, root->leafsize);
H A Dextent-tree.c3362 return ALIGN(num_bytes, fs_info->extent_root->leafsize << 10);
3440 return (root->leafsize + root->nodesize * (BTRFS_MAX_LEVEL - 1)) *

Completed in 441 milliseconds