Searched refs:btrfs_update_inode (Results 1 – 10 of 10) sorted by relevance
/linux-5.10/fs/btrfs/ |
D | xattr.c | 242 ret = btrfs_update_inode(trans, root, inode); in btrfs_setxattr_trans() 393 ret = btrfs_update_inode(trans, root, inode); in btrfs_xattr_handler_set_prop()
|
D | inode.c | 259 ret = btrfs_update_inode(trans, root, inode); in insert_inline_extent() 3554 noinline int btrfs_update_inode(struct btrfs_trans_handle *trans, in btrfs_update_inode() function 3587 ret = btrfs_update_inode(trans, root, inode); in btrfs_update_inode_fallback() 3698 ret = btrfs_update_inode(trans, root, &dir->vfs_inode); in __btrfs_unlink_inode() 3712 ret = btrfs_update_inode(trans, root, &inode->vfs_inode); in btrfs_unlink_inode() 4728 btrfs_update_inode(trans, root, inode); in maybe_insert_hole() 4889 ret = btrfs_update_inode(trans, root, inode); in btrfs_setsize() 5800 ret = btrfs_update_inode(trans, root, inode); in btrfs_dirty_inode() 5808 ret = btrfs_update_inode(trans, root, inode); in btrfs_dirty_inode() 6197 ret = btrfs_update_inode(trans, root, &parent_inode->vfs_inode); in btrfs_add_link() [all …]
|
D | inode-map.c | 466 ret = btrfs_update_inode(trans, root, inode); in btrfs_save_ino_cache()
|
D | file.c | 2722 ret = btrfs_update_inode(trans, root, inode); in btrfs_replace_file_extents() 2957 ret = btrfs_update_inode(trans, root, inode); in btrfs_punch_hole() 2984 ret = btrfs_update_inode(trans, root, inode); in btrfs_punch_hole() 3053 ret = btrfs_update_inode(trans, root, inode); in btrfs_fallocate_update_isize()
|
D | reflink.c | 37 ret = btrfs_update_inode(trans, root, inode); in clone_finish_inode_update()
|
D | tree-log.c | 833 ret = btrfs_update_inode(trans, root, inode); in replay_one_extent() 1532 btrfs_update_inode(trans, root, inode); in add_inode_ref() 1719 btrfs_update_inode(trans, root, inode); in fixup_inode_link_count() 1823 ret = btrfs_update_inode(trans, root, inode); in link_to_fixup_dir() 1976 ret = btrfs_update_inode(trans, root, dir); in replay_one_name() 2603 ret = btrfs_update_inode(wc->trans, in replay_one_buffer()
|
D | free-space-cache.c | 275 ret = btrfs_update_inode(trans, root, inode); in btrfs_truncate_free_space_cache() 1194 btrfs_update_inode(trans, root, inode); in __btrfs_wait_cache_io() 1384 btrfs_update_inode(trans, root, inode); in __btrfs_write_out_cache()
|
D | ioctl.c | 339 ret = btrfs_update_inode(trans, root, inode); in btrfs_ioctl_setflags() 482 ret = btrfs_update_inode(trans, root, inode); in btrfs_ioctl_fssetxattr() 736 ret = btrfs_update_inode(trans, root, dir); in create_subvol()
|
D | block-group.c | 2404 ret = btrfs_update_inode(trans, root, inode); in cache_save_setup()
|
D | ctree.h | 3040 int btrfs_update_inode(struct btrfs_trans_handle *trans,
|