Searched refs:btrfs_update_inode (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/fs/btrfs/ |
D | inode.c | 209 btrfs_update_inode(trans, root, inode); in insert_inline_extent() 2530 noinline int btrfs_update_inode(struct btrfs_trans_handle *trans, in btrfs_update_inode() function 2558 ret = btrfs_update_inode(trans, root, inode); in btrfs_update_inode_fallback() 2635 btrfs_update_inode(trans, root, dir); in __btrfs_unlink_inode() 2649 ret = btrfs_update_inode(trans, root, inode); in btrfs_unlink_inode() 2950 ret = btrfs_update_inode(trans, root, dir); in btrfs_unlink_subvol() 3392 btrfs_update_inode(trans, root, inode); in btrfs_cont_expand() 3402 btrfs_update_inode(trans, root, inode); in btrfs_cont_expand() 3410 btrfs_update_inode(trans, root, inode); in btrfs_cont_expand() 3448 ret = btrfs_update_inode(trans, root, inode); in btrfs_setsize() [all …]
|
D | xattr.c | 200 ret = btrfs_update_inode(trans, root, inode); in __btrfs_setxattr()
|
D | inode-map.c | 462 ret = btrfs_update_inode(trans, root, inode); in btrfs_save_ino_cache()
|
D | tree-log.c | 642 btrfs_update_inode(trans, root, inode); in replay_one_extent() 939 btrfs_update_inode(trans, root, inode); in add_inode_ref() 1035 btrfs_update_inode(trans, root, inode); in fixup_inode_link_count() 1135 btrfs_update_inode(trans, root, inode); in link_to_fixup_dir()
|
D | ioctl.c | 265 ret = btrfs_update_inode(trans, root, inode); in btrfs_ioctl_setflags() 446 ret = btrfs_update_inode(trans, root, dir); in create_subvol() 2543 ret = btrfs_update_inode(trans, root, inode); in btrfs_ioctl_clone()
|
D | transaction.c | 927 ret = btrfs_update_inode(trans, parent_root, parent_inode); in create_pending_snapshot()
|
D | free-space-cache.c | 237 ret = btrfs_update_inode(trans, root, inode); in btrfs_truncate_free_space_cache() 1026 btrfs_update_inode(trans, root, inode); in __btrfs_write_out_cache()
|
D | ctree.h | 2903 int btrfs_update_inode(struct btrfs_trans_handle *trans,
|
D | extent-tree.c | 2859 ret = btrfs_update_inode(trans, root, inode); in cache_save_setup()
|