new_file 1610 drivers/infiniband/core/ucma.c static ssize_t ucma_migrate_id(struct ucma_file *new_file, new_file 1641 drivers/infiniband/core/ucma.c if (cur_file == new_file) { new_file 1650 drivers/infiniband/core/ucma.c ucma_lock_files(cur_file, new_file); new_file 1653 drivers/infiniband/core/ucma.c list_move_tail(&ctx->list, &new_file->ctx_list); new_file 1654 drivers/infiniband/core/ucma.c ucma_move_events(ctx, new_file); new_file 1655 drivers/infiniband/core/ucma.c ctx->file = new_file; new_file 1659 drivers/infiniband/core/ucma.c ucma_unlock_files(cur_file, new_file); new_file 104 fs/notify/fanotify/fanotify_user.c struct file *new_file; new_file 119 fs/notify/fanotify/fanotify_user.c new_file = dentry_open(&event->path, new_file 123 fs/notify/fanotify/fanotify_user.c new_file = ERR_PTR(-EOVERFLOW); new_file 124 fs/notify/fanotify/fanotify_user.c if (IS_ERR(new_file)) { new_file 133 fs/notify/fanotify/fanotify_user.c client_fd = PTR_ERR(new_file); new_file 135 fs/notify/fanotify/fanotify_user.c *file = new_file; new_file 122 fs/overlayfs/copy_up.c struct file *new_file; new_file 135 fs/overlayfs/copy_up.c new_file = ovl_path_open(new, O_LARGEFILE | O_WRONLY); new_file 136 fs/overlayfs/copy_up.c if (IS_ERR(new_file)) { new_file 137 fs/overlayfs/copy_up.c error = PTR_ERR(new_file); new_file 142 fs/overlayfs/copy_up.c cloned = do_clone_file_range(old_file, 0, new_file, 0, len, 0); new_file 161 fs/overlayfs/copy_up.c new_file, &new_pos, new_file 173 fs/overlayfs/copy_up.c error = vfs_fsync(new_file, 0); new_file 174 fs/overlayfs/copy_up.c fput(new_file);