Searched refs:open_down (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/nfsd/
H A Dnfs4xdr.c1210 struct nfsd4_open_downgrade *open_down = &u->open_downgrade; local
1213 memset(open_down, 0, sizeof(*open_down));
1214 status = nfsd4_decode_stateid4(argp, &open_down->od_stateid);
1217 if (xdr_stream_decode_u32(argp->xdr, &open_down->od_seqid) < 0)
1220 status = nfsd4_decode_share_access(argp, &open_down->od_share_access,
1221 &open_down->od_deleg_want, NULL);
1224 return nfsd4_decode_share_deny(argp, &open_down->od_share_deny);

Completed in 202 milliseconds