Searched refs:btrfs_log_new_name (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | inode.c | 4474 * log. That will be done later during the rename by btrfs_log_new_name(). in __btrfs_unlink_inode() 7103 btrfs_log_new_name(trans, old_dentry, NULL, 0, dentry->d_parent); in btrfs_link() 8521 btrfs_log_new_name(trans, old_dentry, BTRFS_I(old_dir), in btrfs_rename_exchange() 8523 btrfs_log_new_name(trans, new_dentry, BTRFS_I(new_dir), in btrfs_rename_exchange() 8804 btrfs_log_new_name(trans, old_dentry, BTRFS_I(old_dir), in btrfs_rename()
|
| H A D | tree-log.c | 7894 * with btrfs_log_new_name() and old names will be deleted from the log in btrfs_record_unlink_dir() 7903 * properly updated with the new name with btrfs_log_new_name() and the in btrfs_record_unlink_dir() 7979 void btrfs_log_new_name(struct btrfs_trans_handle *trans, 7984 void btrfs_log_new_name(struct btrfs_trans_handle *trans, btrfs_log_new_name() function
|