Searched refs:btrfs_update_inode (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/fs/btrfs/ |
D | inode.c | 205 btrfs_update_inode(trans, root, inode); in insert_inline_extent() 1725 ret = btrfs_update_inode(trans, root, inode); in btrfs_finish_ordered_io() 1776 ret = btrfs_update_inode(trans, root, inode); in btrfs_finish_ordered_io() 2642 noinline int btrfs_update_inode(struct btrfs_trans_handle *trans, in btrfs_update_inode() function 2755 btrfs_update_inode(trans, root, dir); in __btrfs_unlink_inode() 2769 ret = btrfs_update_inode(trans, root, inode); in btrfs_unlink_inode() 3046 ret = btrfs_update_inode(trans, root, dir); in btrfs_unlink_subvol() 4412 ret = btrfs_update_inode(trans, root, inode); in btrfs_dirty_inode() 4427 ret = btrfs_update_inode(trans, root, inode); in btrfs_dirty_inode() 4681 ret = btrfs_update_inode(trans, root, parent_inode); in btrfs_add_link() [all …]
|
D | xattr.c | 168 ret = btrfs_update_inode(trans, root, inode); in __btrfs_setxattr()
|
D | tree-log.c | 641 btrfs_update_inode(trans, root, inode); in replay_one_extent() 912 btrfs_update_inode(trans, root, inode); in add_inode_ref() 1007 btrfs_update_inode(trans, root, inode); in fixup_inode_link_count() 1102 btrfs_update_inode(trans, root, inode); in link_to_fixup_dir()
|
D | ioctl.c | 248 ret = btrfs_update_inode(trans, root, inode); in btrfs_ioctl_setflags() 431 ret = btrfs_update_inode(trans, root, dir); in create_subvol() 2117 ret = btrfs_update_inode(trans, root, inode); in btrfs_ioctl_clone()
|
D | free-space-cache.c | 190 return btrfs_update_inode(trans, root, inode); in btrfs_truncate_free_space_cache() 849 btrfs_update_inode(trans, root, inode); in btrfs_write_out_cache()
|
D | transaction.c | 976 ret = btrfs_update_inode(trans, parent_root, parent_inode); in create_pending_snapshot()
|
D | ctree.h | 2539 int btrfs_update_inode(struct btrfs_trans_handle *trans,
|
D | extent-tree.c | 2811 ret = btrfs_update_inode(trans, root, inode); in cache_save_setup()
|