Lines Matching refs:valid_path
3897 struct fs_path *valid_path = NULL;
3917 valid_path = fs_path_alloc();
3918 if (!valid_path) {
3931 * The first ref is stored in valid_path and will be updated if it
3944 sctx->cur_inode_gen, valid_path);
3950 valid_path);
3988 * path in "valid_path" already contains the orphanized name for 259.
4065 * cur_ino, therefore compute valid_path (the
4075 fs_path_reset(valid_path);
4078 valid_path);
4166 * inode, move it and update valid_path. If not, link or move
4170 ret = send_rename(sctx, valid_path, cur->full_path);
4174 ret = fs_path_copy(valid_path, cur->full_path);
4184 ret = send_rename(sctx, valid_path,
4187 ret = fs_path_copy(valid_path,
4205 valid_path);
4227 ret = send_rmdir(sctx, valid_path);
4232 sctx->cur_inode_gen, valid_path);
4295 ret = send_unlink(sctx, valid_path);
4334 cur->dir_gen, valid_path);
4337 ret = send_rmdir(sctx, valid_path);
4350 fs_path_free(valid_path);