Searched refs:btrfs_update_inode (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | inode.c | 226 ret = btrfs_update_inode(trans, root, inode); in insert_inline_extent() 3818 noinline int btrfs_update_inode(struct btrfs_trans_handle *trans, in btrfs_update_inode() function 3850 ret = btrfs_update_inode(trans, root, inode); in btrfs_update_inode_fallback() 3955 ret = btrfs_update_inode(trans, root, dir); in __btrfs_unlink_inode() 3969 ret = btrfs_update_inode(trans, root, inode); in btrfs_unlink_inode() 4716 btrfs_update_inode(trans, root, inode); in maybe_insert_hole() 4898 ret = btrfs_update_inode(trans, root, inode); in btrfs_setsize() 5884 ret = btrfs_update_inode(trans, root, inode); in btrfs_dirty_inode() 5892 ret = btrfs_update_inode(trans, root, inode); in btrfs_dirty_inode() 6238 ret = btrfs_update_inode(trans, root, parent_inode); in btrfs_add_link() [all …]
|
D | xattr.c | 254 ret = btrfs_update_inode(trans, root, inode); in __btrfs_setxattr()
|
D | inode-map.c | 459 ret = btrfs_update_inode(trans, root, inode); in btrfs_save_ino_cache()
|
D | file.c | 2459 ret = btrfs_update_inode(trans, root, inode); in btrfs_punch_hole() 2516 ret = btrfs_update_inode(trans, root, inode); in btrfs_punch_hole() 2539 err = btrfs_update_inode(trans, root, inode); in btrfs_punch_hole() 2688 ret = btrfs_update_inode(trans, root, inode); in btrfs_fallocate()
|
D | tree-log.c | 759 ret = btrfs_update_inode(trans, root, inode); in replay_one_extent() 1256 btrfs_update_inode(trans, root, inode); in add_inode_ref() 1430 btrfs_update_inode(trans, root, inode); in fixup_inode_link_count() 1534 ret = btrfs_update_inode(trans, root, inode); in link_to_fixup_dir() 1707 ret = btrfs_update_inode(trans, root, dir); in replay_one_name()
|
D | free-space-cache.c | 278 ret = btrfs_update_inode(trans, root, inode); in btrfs_truncate_free_space_cache() 1181 btrfs_update_inode(trans, root, inode); in btrfs_wait_cache_io() 1343 btrfs_update_inode(trans, root, inode); in __btrfs_write_out_cache()
|
D | ioctl.c | 350 ret = btrfs_update_inode(trans, root, inode); in btrfs_ioctl_setflags() 592 ret = btrfs_update_inode(trans, root, dir); in create_subvol() 3105 ret = btrfs_update_inode(trans, root, inode); in clone_finish_inode_update()
|
D | ctree.h | 3931 int btrfs_update_inode(struct btrfs_trans_handle *trans,
|
D | extent-tree.c | 3276 ret = btrfs_update_inode(trans, root, inode); in cache_save_setup()
|