Searched refs:btrfs_update_inode_fallback (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/btrfs/ |
D | transaction.c | 1819 ret = btrfs_update_inode_fallback(trans, parent_root, BTRFS_I(parent_inode)); in create_pending_snapshot()
|
D | inode.c | 3266 ret = btrfs_update_inode_fallback(trans, root, inode); in btrfs_finish_ordered_io() 3332 ret = btrfs_update_inode_fallback(trans, root, inode); in btrfs_finish_ordered_io() 4246 int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans, in btrfs_update_inode_fallback() function 4528 ret = btrfs_update_inode_fallback(trans, root, BTRFS_I(dir)); in btrfs_unlink_subvol()
|
D | ctree.h | 3431 int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans,
|