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

/linux-master/arch/powerpc/include/asm/
H A Dps3gpu.h51 u64 xdr_size, u64 ioif_offset)
55 xdr_lpar, xdr_size, ioif_offset, 0);
50 lv1_gpu_fb_setup(u64 context_handle, u64 xdr_lpar, u64 xdr_size, u64 ioif_offset) argument
/linux-master/fs/afs/
H A Dyfsclient.c18 #define xdr_size(x) (sizeof(*x) / sizeof(__be32)) macro
28 *_bp += xdr_size(x);
42 return bp + xdr_size(x);
53 return bp + xdr_size(x);
101 return bp + xdr_size(x);
215 *_bp += xdr_size(xdr);
238 *_bp += xdr_size(x);
259 *_bp += xdr_size(x);
297 return bp + xdr_size(x);

Completed in 283 milliseconds