Home
last modified time | relevance | path

Searched refs:gdd_res (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfs/
H A Dnfs4xdr.c6052 struct nfs4_gdd_res *gdd_res = res->gdd_res; in decode_get_dir_delegation() local
6061 if (xdr_stream_decode_u32(xdr, &gdd_res->status)) in decode_get_dir_delegation()
6064 if (gdd_res->status == GDD4_UNAVAIL) in decode_get_dir_delegation()
6071 status = decode_delegation_stateid(xdr, &gdd_res->deleg); in decode_get_dir_delegation()
6629 if (res->gdd_res) { in nfs4_xdr_dec_getattr()
H A Dnfs4proc.c4544 struct nfs4_gdd_res gdd_res; in _nfs4_proc_getattr() local
4556 res.gdd_res = &gdd_res; in _nfs4_proc_getattr()
4567 if (gdd_res.status != GDD4_OK) in _nfs4_proc_getattr()
4570 FMODE_READ, &gdd_res.deleg, 0, in _nfs4_proc_getattr()
/linux/include/linux/
H A Dnfs_xdr.h1107 struct nfs4_gdd_res * gdd_res; member