Lines Matching defs:valid_path
4168 struct fs_path *valid_path = NULL;
4187 valid_path = fs_path_alloc();
4188 if (!valid_path) {
4201 * The first ref is stored in valid_path and will be updated if it
4214 sctx->cur_inode_gen, valid_path);
4220 valid_path);
4258 * path in "valid_path" already contains the orphanized name for 259.
4331 * cur_ino, therefore compute valid_path (the
4341 fs_path_reset(valid_path);
4344 valid_path);
4433 * inode, move it and update valid_path. If not, link or move
4437 ret = send_rename(sctx, valid_path, cur->full_path);
4441 ret = fs_path_copy(valid_path, cur->full_path);
4451 ret = send_rename(sctx, valid_path,
4454 ret = fs_path_copy(valid_path,
4472 valid_path);
4493 ret = send_rmdir(sctx, valid_path);
4498 sctx->cur_inode_gen, valid_path);
4561 ret = send_unlink(sctx, valid_path);
4598 cur->dir_gen, valid_path);
4601 ret = send_rmdir(sctx, valid_path);
4614 fs_path_free(valid_path);