Searched refs:btrfs_header_fsid (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 275 write_extent_buffer(cow, root->fs_info->fsid, btrfs_header_fsid(), in btrfs_copy_root() 1151 write_extent_buffer(cow, root->fs_info->fsid, btrfs_header_fsid(), in __btrfs_cow_block() 3359 write_extent_buffer(c, root->fs_info->fsid, btrfs_header_fsid(), in insert_new_root() 3497 btrfs_header_fsid(), BTRFS_FSID_SIZE); in split_node() 4277 btrfs_header_fsid(), BTRFS_FSID_SIZE); in split_leaf()
|
D | disk-io.c | 522 read_extent_buffer(eb, fsid, btrfs_header_fsid(), BTRFS_FSID_SIZE); in check_tree_block_fsid() 1342 write_extent_buffer(leaf, fs_info->fsid, btrfs_header_fsid(), in btrfs_create_tree() 1430 btrfs_header_fsid(), BTRFS_FSID_SIZE); in alloc_log_tree()
|
D | ctree.h | 2864 static inline unsigned long btrfs_header_fsid(void) in btrfs_header_fsid() function
|
D | ioctl.c | 502 write_extent_buffer(leaf, root->fs_info->fsid, btrfs_header_fsid(), in create_subvol()
|