Searched refs:csum_root (Results 1 - 7 of 7) 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.c1166 return fs_info->csum_root;
1512 struct btrfs_root *csum_root = kzalloc(sizeof(struct btrfs_root), local
1530 !chunk_root || !dev_root || !csum_root) {
1570 fs_info->csum_root = csum_root;
1866 BTRFS_CSUM_TREE_OBJECTID, csum_root);
1870 csum_root->track_dirty = 1;
1987 free_extent_buffer(csum_root->node);
1988 free_extent_buffer(csum_root->commit_root);
2027 kfree(csum_root);
[all...]
H A Dfile-item.c194 item = btrfs_lookup_csum(NULL, root->fs_info->csum_root,
536 root = root->fs_info->csum_root;
H A Dtree-log.c619 root->fs_info->csum_root,
2678 log->fs_info->csum_root,
H A Dctree.h817 struct btrfs_root *csum_root; member in struct:btrfs_fs_info
H A Dinode.c996 ret = btrfs_lookup_csums_range(root->fs_info->csum_root, bytenr,
1469 BTRFS_I(inode)->root->fs_info->csum_root, sum);
H A Drelocation.c4125 ret = btrfs_lookup_csums_range(root->fs_info->csum_root, disk_bytenr,
H A Dextent-tree.c3415 fs_info->csum_root->block_rsv = &fs_info->global_block_rsv;

Completed in 92 milliseconds