Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfs/
Dnfs3xdr.c349 static __be32 *xdr_decode_size3(__be32 *p, u64 *size) in xdr_decode_size3() function
667 p = xdr_decode_size3(p, &fattr->size); in decode_fattr3()
668 p = xdr_decode_size3(p, &fattr->du.nfs3.used); in decode_fattr3()
731 p = xdr_decode_size3(p, &fattr->pre_size); in decode_wcc_attr()
2127 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
2128 p = xdr_decode_size3(p, &result->fbytes); in decode_fsstat3resok()
2129 p = xdr_decode_size3(p, &result->abytes); in decode_fsstat3resok()
2130 p = xdr_decode_size3(p, &result->tfiles); in decode_fsstat3resok()
2131 p = xdr_decode_size3(p, &result->ffiles); in decode_fsstat3resok()
2132 xdr_decode_size3(p, &result->afiles); in decode_fsstat3resok()
[all …]