Searched refs:xdr_decode_size3 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs3xdr.c | 319 static __be32 *xdr_decode_size3(__be32 *p, u64 *size) in xdr_decode_size3() function 642 p = xdr_decode_size3(p, &fattr->size); in decode_fattr3() 643 p = xdr_decode_size3(p, &fattr->du.nfs3.used); in decode_fattr3() 709 p = xdr_decode_size3(p, &fattr->pre_size); in decode_wcc_attr() 2137 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok() 2138 p = xdr_decode_size3(p, &result->fbytes); in decode_fsstat3resok() 2139 p = xdr_decode_size3(p, &result->abytes); in decode_fsstat3resok() 2140 p = xdr_decode_size3(p, &result->tfiles); in decode_fsstat3resok() 2141 p = xdr_decode_size3(p, &result->ffiles); in decode_fsstat3resok() 2142 xdr_decode_size3( in decode_fsstat3resok() [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs3xdr.c | 321 static __be32 *xdr_decode_size3(__be32 *p, u64 *size) in xdr_decode_size3() function 644 p = xdr_decode_size3(p, &fattr->size); in decode_fattr3() 645 p = xdr_decode_size3(p, &fattr->du.nfs3.used); in decode_fattr3() 711 p = xdr_decode_size3(p, &fattr->pre_size); in decode_wcc_attr() 2140 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok() 2141 p = xdr_decode_size3(p, &result->fbytes); in decode_fsstat3resok() 2142 p = xdr_decode_size3(p, &result->abytes); in decode_fsstat3resok() 2143 p = xdr_decode_size3(p, &result->tfiles); in decode_fsstat3resok() 2144 p = xdr_decode_size3(p, &result->ffiles); in decode_fsstat3resok() 2145 xdr_decode_size3( in decode_fsstat3resok() [all...] |
Completed in 6 milliseconds