Searched refs:valid_path (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
H A D | send.c | 3530 struct fs_path *valid_path = NULL; process_recorded_refs() local 3547 valid_path = fs_path_alloc(); process_recorded_refs() 3548 if (!valid_path) { process_recorded_refs() 3561 * The first ref is stored in valid_path and will be updated if it process_recorded_refs() 3574 sctx->cur_inode_gen, valid_path); process_recorded_refs() 3580 valid_path); process_recorded_refs() 3695 * inode, move it and update valid_path. If not, link or move process_recorded_refs() 3699 ret = send_rename(sctx, valid_path, cur->full_path); process_recorded_refs() 3703 ret = fs_path_copy(valid_path, cur->full_path); process_recorded_refs() 3713 ret = send_rename(sctx, valid_path, process_recorded_refs() 3716 ret = fs_path_copy(valid_path, process_recorded_refs() 3722 valid_path); process_recorded_refs() 3744 ret = send_rmdir(sctx, valid_path); process_recorded_refs() 3749 sctx->cur_inode_gen, valid_path); process_recorded_refs() 3800 ret = send_unlink(sctx, valid_path); process_recorded_refs() 3839 cur->dir_gen, valid_path); process_recorded_refs() 3842 ret = send_rmdir(sctx, valid_path); process_recorded_refs() 3855 fs_path_free(valid_path); process_recorded_refs()
|
Completed in 70 milliseconds