Searched refs:btrfs_update_inode (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | xattr.c | 266 ret = btrfs_update_inode(trans, root, inode); in btrfs_setxattr_trans() 422 ret = btrfs_update_inode(trans, root, inode); in btrfs_xattr_handler_set_prop()
|
| H A D | inode.c | 259 ret = btrfs_update_inode(trans, root, inode); in insert_inline_extent() 3566 noinline int btrfs_update_inode(struct btrfs_trans_handle *trans, in btrfs_update_inode() function 3599 ret = btrfs_update_inode(trans, root, inode); in btrfs_update_inode_fallback() 3710 ret = btrfs_update_inode(trans, root, &dir->vfs_inode); in __btrfs_unlink_inode() 3724 ret = btrfs_update_inode(trans, root, &inode->vfs_inode); in btrfs_unlink_inode() 4747 btrfs_update_inode(trans, root, inode); in maybe_insert_hole() 4908 ret = btrfs_update_inode(trans, root, inode); in btrfs_setsize() 5819 ret = btrfs_update_inode(trans, root, inode); in btrfs_dirty_inode() 5827 ret = btrfs_update_inode(trans, root, inode); in btrfs_dirty_inode() 6216 ret = btrfs_update_inode(trans, root, &parent_inode->vfs_inode); in btrfs_add_link() [all …]
|
| H A D | inode-map.c | 466 ret = btrfs_update_inode(trans, root, inode); in btrfs_save_ino_cache()
|
| H A D | file.c | 2730 ret = btrfs_update_inode(trans, root, inode); in btrfs_replace_file_extents() 2970 ret = btrfs_update_inode(trans, root, inode); in btrfs_punch_hole() 2997 ret = btrfs_update_inode(trans, root, inode); in btrfs_punch_hole() 3066 ret = btrfs_update_inode(trans, root, inode); in btrfs_fallocate_update_isize()
|
| H A D | tree-log.c | 835 ret = btrfs_update_inode(trans, root, inode); in replay_one_extent() 1570 btrfs_update_inode(trans, root, inode); in add_inode_ref() 1758 btrfs_update_inode(trans, root, inode); in fixup_inode_link_count() 1863 ret = btrfs_update_inode(trans, root, inode); in link_to_fixup_dir() 2021 ret = btrfs_update_inode(trans, root, dir); in replay_one_name() 2650 ret = btrfs_update_inode(wc->trans, in replay_one_buffer()
|
| H A D | reflink.c | 37 ret = btrfs_update_inode(trans, root, inode); in clone_finish_inode_update()
|
| H A D | free-space-cache.c | 275 ret = btrfs_update_inode(trans, root, inode); in btrfs_truncate_free_space_cache() 1198 btrfs_update_inode(trans, root, inode); in __btrfs_wait_cache_io() 1388 btrfs_update_inode(trans, root, inode); in __btrfs_write_out_cache()
|
| H A 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() 748 ret = btrfs_update_inode(trans, root, dir); in create_subvol()
|
| H A D | block-group.c | 2417 ret = btrfs_update_inode(trans, root, inode); in cache_save_setup()
|
| H A D | ctree.h | 3048 int btrfs_update_inode(struct btrfs_trans_handle *trans,
|