Lines Matching refs:valid_path
4168 struct fs_path *valid_path = NULL;
4190 valid_path = fs_path_alloc();
4191 if (!valid_path) {
4204 * The first ref is stored in valid_path and will be updated if it
4217 sctx->cur_inode_gen, valid_path);
4223 valid_path);
4261 * path in "valid_path" already contains the orphanized name for 259.
4334 * cur_ino, therefore compute valid_path (the
4344 fs_path_reset(valid_path);
4348 valid_path);
4437 * inode, move it and update valid_path. If not, link or move
4441 ret = rename_current_inode(sctx, valid_path, cur->full_path);
4452 ret = rename_current_inode(sctx, valid_path,
4470 valid_path);
4491 ret = send_rmdir(sctx, valid_path);
4496 sctx->cur_inode_gen, valid_path);
4560 ret = send_unlink(sctx, valid_path);
4596 cur->dir_gen, valid_path);
4599 ret = send_rmdir(sctx, valid_path);
4611 fs_path_free(valid_path);