Searched refs:btrfs_header_fsid (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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() 3365 write_extent_buffer(c, root->fs_info->fsid, btrfs_header_fsid(), in insert_new_root() 3503 btrfs_header_fsid(), BTRFS_FSID_SIZE); in split_node() 4283 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() 1351 write_extent_buffer(leaf, fs_info->fsid, btrfs_header_fsid(), in btrfs_create_tree() 1439 btrfs_header_fsid(), BTRFS_FSID_SIZE); in alloc_log_tree()
|
D | ctree.h | 2908 static inline unsigned long btrfs_header_fsid(void) in btrfs_header_fsid() function
|
D | ioctl.c | 503 write_extent_buffer(leaf, root->fs_info->fsid, btrfs_header_fsid(), in create_subvol()
|