|
int | btrfs_merge_bio_hook (struct page *page, unsigned long offset, size_t size, struct bio *bio, unsigned long bio_flags) |
|
int | btrfs_set_extent_delalloc (struct inode *inode, u64 start, u64 end, struct extent_state **cached_state) |
|
void | btrfs_add_delayed_iput (struct inode *inode) |
|
void | btrfs_run_delayed_iputs (struct btrfs_root *root) |
|
void | btrfs_orphan_commit_root (struct btrfs_trans_handle *trans, struct btrfs_root *root) |
|
int | btrfs_orphan_add (struct btrfs_trans_handle *trans, struct inode *inode) |
|
int | btrfs_orphan_del (struct btrfs_trans_handle *trans, struct inode *inode) |
|
int | btrfs_orphan_cleanup (struct btrfs_root *root) |
|
noinline int | btrfs_update_inode (struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *inode) |
|
noinline int | btrfs_update_inode_fallback (struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *inode) |
|
int | btrfs_unlink_inode (struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *dir, struct inode *inode, const char *name, int name_len) |
|
int | btrfs_unlink_subvol (struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *dir, u64 objectid, const char *name, int name_len) |
|
int | btrfs_truncate_inode_items (struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *inode, u64 new_size, u32 min_type) |
|
int | btrfs_truncate_page (struct inode *inode, loff_t from, loff_t len, int front) |
|
int | btrfs_cont_expand (struct inode *inode, loff_t oldsize, loff_t size) |
|
void | btrfs_evict_inode (struct inode *inode) |
|
void | btrfs_invalidate_inodes (struct btrfs_root *root) |
|
struct inode * | btrfs_iget (struct super_block *s, struct btrfs_key *location, struct btrfs_root *root, int *new) |
|
struct inode * | btrfs_lookup_dentry (struct inode *dir, struct dentry *dentry) |
|
int | btrfs_write_inode (struct inode *inode, struct writeback_control *wbc) |
|
int | btrfs_dirty_inode (struct inode *inode) |
|
int | btrfs_set_inode_index (struct inode *dir, u64 *index) |
|
int | btrfs_add_link (struct btrfs_trans_handle *trans, struct inode *parent_inode, struct inode *inode, const char *name, int name_len, int add_backref, u64 index) |
|
struct extent_map * | btrfs_get_extent (struct inode *inode, struct page *page, size_t pg_offset, u64 start, u64 len, int create) |
|
struct extent_map * | btrfs_get_extent_fiemap (struct inode *inode, struct page *page, size_t pg_offset, u64 start, u64 len, int create) |
|
int | btrfs_readpage (struct file *file, struct page *page) |
|
int | btrfs_writepages (struct address_space *mapping, struct writeback_control *wbc) |
|
int | btrfs_page_mkwrite (struct vm_area_struct *vma, struct vm_fault *vmf) |
|
int | btrfs_create_subvol_root (struct btrfs_trans_handle *trans, struct btrfs_root *new_root, u64 new_dirid) |
|
struct inode * | btrfs_alloc_inode (struct super_block *sb) |
|
void | btrfs_destroy_inode (struct inode *inode) |
|
int | btrfs_drop_inode (struct inode *inode) |
|
void | btrfs_destroy_cachep (void) |
|
int | btrfs_init_cachep (void) |
|
int | btrfs_start_delalloc_inodes (struct btrfs_root *root, int delay_iput) |
|
int | btrfs_prealloc_file_range (struct inode *inode, int mode, u64 start, u64 num_bytes, u64 min_size, loff_t actual_len, u64 *alloc_hint) |
|
int | btrfs_prealloc_file_range_trans (struct inode *inode, struct btrfs_trans_handle *trans, int mode, u64 start, u64 num_bytes, u64 min_size, loff_t actual_len, u64 *alloc_hint) |
|