Searched refs:btrfs_update_inode_fallback (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/fs/btrfs/ |
D | transaction.c | 1759 ret = btrfs_update_inode_fallback(trans, parent_root, BTRFS_I(parent_inode)); in create_pending_snapshot()
|
D | inode.c | 3041 ret = btrfs_update_inode_fallback(trans, root, inode); in btrfs_finish_ordered_io() 3105 ret = btrfs_update_inode_fallback(trans, root, inode); in btrfs_finish_ordered_io() 4021 int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans, in btrfs_update_inode_fallback() function 4299 ret = btrfs_update_inode_fallback(trans, root, BTRFS_I(dir)); in btrfs_unlink_subvol()
|
D | ctree.h | 3198 int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans,
|