Searched refs:btrfs_log_inode (Results 1 – 1 of 1) sorted by relevance
/linux-5.10/fs/btrfs/ |
D | tree-log.c | 96 static int btrfs_log_inode(struct btrfs_trans_handle *trans, 4914 ret = btrfs_log_inode(trans, root, in log_conflicting_inodes() 4974 ret = btrfs_log_inode(trans, root, BTRFS_I(inode), in log_conflicting_inodes() 5185 static int btrfs_log_inode(struct btrfs_trans_handle *trans, in btrfs_log_inode() function 5656 ret = btrfs_log_inode(trans, root, BTRFS_I(di_inode), in log_new_dir_dentries() 5800 ret = btrfs_log_inode(trans, root, BTRFS_I(dir_inode), in btrfs_log_all_parents() 5851 ret = btrfs_log_inode(trans, root, BTRFS_I(inode), in log_new_ancestors() 5906 ret = btrfs_log_inode(trans, root, inode, in log_new_ancestors_fast() 6067 ret = btrfs_log_inode(trans, root, inode, inode_only, ctx); in btrfs_log_inode_parent()
|