ctree.h (8257b2dc3c1a1057b84a589827354abdc4c767fd) ctree.h (6c255e67cec1c38a0569c7f823eba63f9449ccf8)
1/*
2 * Copyright (C) 2007 Oracle. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 3726 unchanged lines hidden (view full) ---

3735int btrfs_truncate_page(struct inode *inode, loff_t from, loff_t len,
3736 int front);
3737int btrfs_truncate_inode_items(struct btrfs_trans_handle *trans,
3738 struct btrfs_root *root,
3739 struct inode *inode, u64 new_size,
3740 u32 min_type);
3741
3742int btrfs_start_delalloc_inodes(struct btrfs_root *root, int delay_iput);
1/*
2 * Copyright (C) 2007 Oracle. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 3726 unchanged lines hidden (view full) ---

3735int btrfs_truncate_page(struct inode *inode, loff_t from, loff_t len,
3736 int front);
3737int btrfs_truncate_inode_items(struct btrfs_trans_handle *trans,
3738 struct btrfs_root *root,
3739 struct inode *inode, u64 new_size,
3740 u32 min_type);
3741
3742int btrfs_start_delalloc_inodes(struct btrfs_root *root, int delay_iput);
3743int btrfs_start_delalloc_roots(struct btrfs_fs_info *fs_info, int delay_iput);
3743int btrfs_start_delalloc_roots(struct btrfs_fs_info *fs_info, int delay_iput,
3744 int nr);
3744int btrfs_set_extent_delalloc(struct inode *inode, u64 start, u64 end,
3745 struct extent_state **cached_state);
3746int btrfs_create_subvol_root(struct btrfs_trans_handle *trans,
3747 struct btrfs_root *new_root,
3748 struct btrfs_root *parent_root,
3749 u64 new_dirid);
3750int btrfs_merge_bio_hook(int rw, struct page *page, unsigned long offset,
3751 size_t size, struct bio *bio,

--- 362 unchanged lines hidden ---
3745int btrfs_set_extent_delalloc(struct inode *inode, u64 start, u64 end,
3746 struct extent_state **cached_state);
3747int btrfs_create_subvol_root(struct btrfs_trans_handle *trans,
3748 struct btrfs_root *new_root,
3749 struct btrfs_root *parent_root,
3750 u64 new_dirid);
3751int btrfs_merge_bio_hook(int rw, struct page *page, unsigned long offset,
3752 size_t size, struct bio *bio,

--- 362 unchanged lines hidden ---