Symbol: NFS4_DEVICEID4_SIZE
fs/nfs/blocklayout/blocklayout.c
615
p = xdr_inline_decode(xdr, 28 + NFS4_DEVICEID4_SIZE);
fs/nfs/blocklayout/blocklayout.c
623
memcpy(&id, p, NFS4_DEVICEID4_SIZE);
fs/nfs/blocklayout/blocklayout.c
624
p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE);
fs/nfs/blocklayout/extent_tree.c
510
NFS4_DEVICEID4_SIZE);
fs/nfs/callback_xdr.c
285
NFS4_DEVICEID4_SIZE);
fs/nfs/callback_xdr.c
305
(tmp != NFS4_DEVICEID4_SIZE + 8)) ||
fs/nfs/callback_xdr.c
307
(tmp != NFS4_DEVICEID4_SIZE + 4))) {
fs/nfs/callback_xdr.c
312
memcpy(dev->cbd_dev_id.data, p, NFS4_DEVICEID4_SIZE);
fs/nfs/callback_xdr.c
313
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
2551
encode_opaque_fixed(xdr, devinfo->dev_id.data, NFS4_DEVICEID4_SIZE);
fs/nfs/flexfilelayout/flexfilelayout.c
2945
NFS4_DEVICEID4_SIZE);
fs/nfs/flexfilelayout/flexfilelayoutdev.c
280
NFS4_DEVICEID4_SIZE);
fs/nfs/flexfilelayout/flexfilelayoutdev.c
503
28 + NFS4_STATEID_SIZE + NFS4_DEVICEID4_SIZE);
fs/nfs/flexfilelayout/flexfilelayoutdev.c
513
NFS4_DEVICEID4_SIZE);
fs/nfs/nfs42xdr.c
432
p = reserve_space(xdr, 4*8 + NFS4_DEVICEID4_SIZE + 4);
fs/nfs/nfs42xdr.c
438
NFS4_DEVICEID4_SIZE);
fs/nfs/nfs42xdr.c
468
p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 2*4);
fs/nfs/nfs42xdr.c
470
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
648
__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];