Searched refs:btrfs_update_inode (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | inode.c | 226 ret = btrfs_update_inode(trans, root, inode); in insert_inline_extent() 3879 noinline int btrfs_update_inode(struct btrfs_trans_handle *trans, in btrfs_update_inode() function 3911 ret = btrfs_update_inode(trans, root, inode); in btrfs_update_inode_fallback() 4016 ret = btrfs_update_inode(trans, root, dir); in __btrfs_unlink_inode() 4030 ret = btrfs_update_inode(trans, root, inode); in btrfs_unlink_inode() 4758 btrfs_update_inode(trans, root, inode); in maybe_insert_hole() 4940 ret = btrfs_update_inode(trans, root, inode); in btrfs_setsize() 5955 ret = btrfs_update_inode(trans, root, inode); in btrfs_dirty_inode() 5963 ret = btrfs_update_inode(trans, root, inode); in btrfs_dirty_inode() 6309 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 | 2482 ret = btrfs_update_inode(trans, root, inode); in btrfs_punch_hole() 2552 ret = btrfs_update_inode(trans, root, inode); in btrfs_punch_hole() 2575 err = btrfs_update_inode(trans, root, inode); in btrfs_punch_hole() 2802 ret = btrfs_update_inode(trans, root, inode); in btrfs_fallocate()
|
D | tree-log.c | 806 ret = btrfs_update_inode(trans, root, inode); in replay_one_extent() 1303 btrfs_update_inode(trans, root, inode); in add_inode_ref() 1477 btrfs_update_inode(trans, root, inode); in fixup_inode_link_count() 1581 ret = btrfs_update_inode(trans, root, inode); in link_to_fixup_dir() 1757 ret = btrfs_update_inode(trans, root, dir); in replay_one_name()
|
D | free-space-cache.c | 277 ret = btrfs_update_inode(trans, root, inode); in btrfs_truncate_free_space_cache() 1179 btrfs_update_inode(trans, root, inode); in btrfs_wait_cache_io() 1341 btrfs_update_inode(trans, root, inode); in __btrfs_write_out_cache()
|
D | ioctl.c | 351 ret = btrfs_update_inode(trans, root, inode); in btrfs_ioctl_setflags() 593 ret = btrfs_update_inode(trans, root, dir); in create_subvol() 3304 ret = btrfs_update_inode(trans, root, inode); in clone_finish_inode_update()
|
D | ctree.h | 3989 int btrfs_update_inode(struct btrfs_trans_handle *trans,
|
D | extent-tree.c | 3374 ret = btrfs_update_inode(trans, root, inode); in cache_save_setup()
|