Searched refs:btrfs_log_inode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-log.c | 36 /* magic values for the inode_only field in btrfs_log_inode: 106 static int btrfs_log_inode(struct btrfs_trans_handle *trans, 5450 ret = btrfs_log_inode(trans, BTRFS_I(di_inode), in log_new_dir_dentries() 5696 * Conflicting inodes are logged by the first call to btrfs_log_inode(), in log_conflicting_inodes() 5697 * otherwise we could have unbounded recursion of btrfs_log_inode() in log_conflicting_inodes() 5748 ret = btrfs_log_inode(trans, BTRFS_I(inode), in log_conflicting_inodes() 5778 ret = btrfs_log_inode(trans, BTRFS_I(inode), LOG_INODE_EXISTS, ctx); in log_conflicting_inodes() 6297 ret = btrfs_log_inode(trans, BTRFS_I(di_inode), log_mode, ctx); in log_new_delayed_dentries() 6328 static int btrfs_log_inode(struct btrfs_trans_handle *trans, in btrfs_log_inode() function 6383 * is to prevent more than one level of recursion into btrfs_log_inode() in btrfs_log_inode() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.c | 24 /* magic values for the inode_only field in btrfs_log_inode: 96 static int btrfs_log_inode(struct btrfs_trans_handle *trans, 4970 ret = btrfs_log_inode(trans, root, in log_conflicting_inodes() 5015 * it has the full sync bit set (see btrfs_log_inode()). in log_conflicting_inodes() 5030 ret = btrfs_log_inode(trans, root, BTRFS_I(inode), in log_conflicting_inodes() 5260 static int btrfs_log_inode(struct btrfs_trans_handle *trans, in btrfs_log_inode() function 5743 ret = btrfs_log_inode(trans, root, BTRFS_I(di_inode), in log_new_dir_dentries() 5887 ret = btrfs_log_inode(trans, root, BTRFS_I(dir_inode), in btrfs_log_all_parents() 5938 ret = btrfs_log_inode(trans, root, BTRFS_I(inode), in log_new_ancestors() 5993 ret = btrfs_log_inode(tran in log_new_ancestors_fast() [all...] |
Completed in 21 milliseconds