Symbol: NFS4_DEVICEID4_SIZE
fs/nfs/blocklayout/blocklayout.c
618
p = xdr_inline_decode(xdr, 28 + NFS4_DEVICEID4_SIZE);
fs/nfs/blocklayout/blocklayout.c
626
memcpy(&id, p, NFS4_DEVICEID4_SIZE);
fs/nfs/blocklayout/blocklayout.c
627
p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE);
fs/nfs/blocklayout/extent_tree.c
510
NFS4_DEVICEID4_SIZE);
fs/nfs/callback_xdr.c
286
NFS4_DEVICEID4_SIZE);
fs/nfs/callback_xdr.c
306
(tmp != NFS4_DEVICEID4_SIZE + 8)) ||
fs/nfs/callback_xdr.c
308
(tmp != NFS4_DEVICEID4_SIZE + 4))) {
fs/nfs/callback_xdr.c
313
memcpy(dev->cbd_dev_id.data, p, NFS4_DEVICEID4_SIZE);
fs/nfs/callback_xdr.c
314
p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE);
fs/nfs/filelayout/filelayout.c
665
p = xdr_inline_decode(&stream, NFS4_DEVICEID4_SIZE + 20);
fs/nfs/filelayout/filelayout.c
670
p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE);
fs/nfs/flexfilelayout/flexfilelayout.c
100
p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE);
fs/nfs/flexfilelayout/flexfilelayout.c
103
memcpy(devid, p, NFS4_DEVICEID4_SIZE);
fs/nfs/flexfilelayout/flexfilelayout.c
2518
encode_opaque_fixed(xdr, devinfo->dev_id.data, NFS4_DEVICEID4_SIZE);
fs/nfs/flexfilelayout/flexfilelayout.c
2912
NFS4_DEVICEID4_SIZE);
fs/nfs/flexfilelayout/flexfilelayoutdev.c
275
NFS4_DEVICEID4_SIZE);
fs/nfs/flexfilelayout/flexfilelayoutdev.c
498
28 + NFS4_STATEID_SIZE + NFS4_DEVICEID4_SIZE);
fs/nfs/flexfilelayout/flexfilelayoutdev.c
508
NFS4_DEVICEID4_SIZE);
fs/nfs/nfs42xdr.c
430
p = reserve_space(xdr, 4*8 + NFS4_DEVICEID4_SIZE + 4);
fs/nfs/nfs42xdr.c
436
NFS4_DEVICEID4_SIZE);
fs/nfs/nfs42xdr.c
466
p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 2*4);
fs/nfs/nfs42xdr.c
468
NFS4_DEVICEID4_SIZE);
fs/nfs/nfs42xdr.c
91
#define encode_device_error_maxsz (XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \
fs/nfs/nfs4trace.h
2075
__array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE)
fs/nfs/nfs4trace.h
2081
NFS4_DEVICEID4_SIZE);
fs/nfs/nfs4trace.h
2086
__print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE),
fs/nfs/nfs4trace.h
2111
__array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE)
fs/nfs/nfs4trace.h
2119
NFS4_DEVICEID4_SIZE);
fs/nfs/nfs4trace.h
2125
__print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE),
fs/nfs/nfs4trace.h
2150
__array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE)
fs/nfs/nfs4trace.h
2158
NFS4_DEVICEID4_SIZE);
fs/nfs/nfs4trace.h
2162
__print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE),
fs/nfs/nfs4xdr.c
2045
p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 4 + 4);
fs/nfs/nfs4xdr.c
2047
NFS4_DEVICEID4_SIZE);
fs/nfs/nfs4xdr.c
410
XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \
fs/nfs/pnfs_dev.c
68
unsigned int nbytes = NFS4_DEVICEID4_SIZE;
fs/nfsd/xdr4.h
634
__be32 *p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE);
include/linux/nfs4.h
772
(7 * sizeof(__be32) + NFS4_DEVICEID4_SIZE)
include/linux/nfs4.h
807
char data[NFS4_DEVICEID4_SIZE];