Lines Matching refs:o_res

1326 	p->o_res.f_attr = &p->f_attr;
1327 p->o_res.f_label = p->f_label;
1328 p->o_res.seqid = p->o_arg.seqid;
1330 p->o_res.server = p->o_arg.server;
1331 p->o_res.access_request = p->o_arg.access;
1427 p->c_arg.fh = &p->o_res.fh;
1428 p->c_arg.stateid = &p->o_res.stateid;
1453 nfs4_sequence_free_slot(&p->o_res.seq_res);
1952 data->o_res.delegation_type,
1953 &data->o_res.delegation,
1954 data->o_res.pagemod_limit);
1958 data->o_res.delegation_type,
1959 &data->o_res.delegation,
1960 data->o_res.pagemod_limit);
1962 if (data->o_res.do_recall)
1964 &data->o_res.delegation);
1988 if (data->o_res.delegation_type != 0)
1991 if (!update_open_stateid(state, &data->o_res.stateid,
2010 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh,
2056 if (data->o_res.delegation_type != 0)
2058 if (!update_open_stateid(state, &data->o_res.stateid,
2077 nfs4_sequence_free_slot(&data->o_res.seq_res);
2143 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
2348 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
2350 renew_lease(data->o_res.server, data->timestamp);
2462 &data->o_res.seq_res,
2482 nfs4_sequence_done(task, &data->o_res.seq_res);
2491 if (!nfs4_sequence_process(task, &data->o_res.seq_res))
2495 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
2496 switch (data->o_res.f_attr->mode & S_IFMT) {
2509 renew_lease(data->o_res.server, data->timestamp);
2510 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
2528 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
2549 struct nfs_openres *o_res = &data->o_res;
2554 .rpc_resp = o_res,
2573 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1, 1);
2577 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1, 0);
2597 struct nfs_openres *o_res = &data->o_res;
2606 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM)
2630 if (opendata->o_res.access_supported == 0)
2648 nfs_access_set_mask(&cache, opendata->o_res.access_result);
2667 struct nfs_openres *o_res = &data->o_res;
2685 else if (o_res->cinfo.before != o_res->cinfo.after)
2688 inode_peek_iversion_raw(dir) != o_res->cinfo.after)
2689 nfs4_update_changeattr(dir, &o_res->cinfo,
2690 o_res->f_attr->time_start,
2693 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2695 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
2700 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR)) {
2701 nfs4_sequence_free_slot(&o_res->seq_res);
2702 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr,
2703 o_res->f_label, NULL);
3000 attrset[i] = opendata->o_res.attrset[i];
3054 if (opendata->o_res.rflags & NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK)
3079 if (opendata->o_res.delegation_type != 0)
3104 nfs4_sequence_free_slot(&opendata->o_res.seq_res);
3187 nfs_fattr_init(opendata->o_res.f_attr);
3189 opendata->o_res.f_attr, sattr,
3193 opendata->o_res.f_attr);
3194 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);