Searched refs:new_file (Results 1 – 3 of 3) sorted by relevance
253 new_file = os.sep.join(new_path_parts)254 if os.path.isfile(new_file):255 files.append(new_file)
254 struct file *new_file; in create_fd() local264 new_file = dentry_open(path, in create_fd()267 if (IS_ERR(new_file)) { in create_fd()269 client_fd = PTR_ERR(new_file); in create_fd()271 *file = new_file; in create_fd()
1609 static ssize_t ucma_migrate_id(struct ucma_file *new_file, in ucma_migrate_id() argument1649 ctx->file = new_file; in ucma_migrate_id()1664 mutex_lock(&new_file->mut); in ucma_migrate_id()1665 list_add_tail(&ctx->list, &new_file->ctx_list); in ucma_migrate_id()1666 list_splice_tail(&event_list, &new_file->event_list); in ucma_migrate_id()1667 mutex_unlock(&new_file->mut); in ucma_migrate_id()