Searched refs:NFS4_DEVICEID4_SIZE (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | nfs4.h | 654 (7 * sizeof(__be32) + NFS4_DEVICEID4_SIZE) 686 #define NFS4_DEVICEID4_SIZE 16 macro 689 char data[NFS4_DEVICEID4_SIZE];
|
| /linux/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayoutdev.c | 281 NFS4_DEVICEID4_SIZE); in ff_layout_track_ds_error() 505 28 + NFS4_STATEID_SIZE + NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr() 515 NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
|
| H A D | flexfilelayout.c | 100 p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE); in decode_deviceid() 103 memcpy(devid, p, NFS4_DEVICEID4_SIZE); in decode_deviceid() 2573 encode_opaque_fixed(xdr, devinfo->dev_id.data, NFS4_DEVICEID4_SIZE); in ff_layout_encode_ff_iostat_head() 2967 NFS4_DEVICEID4_SIZE); in ff_layout_mirror_prepare_stats()
|
| /linux/fs/nfs/ |
| H A D | callback_xdr.c | 285 NFS4_DEVICEID4_SIZE); in decode_devicenotify_args() 305 (tmp != NFS4_DEVICEID4_SIZE + 8)) || in decode_devicenotify_args() 307 (tmp != NFS4_DEVICEID4_SIZE + 4))) { in decode_devicenotify_args() 312 memcpy(dev->cbd_dev_id.data, p, NFS4_DEVICEID4_SIZE); in decode_devicenotify_args() 313 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
|
| H A D | nfs4trace.h | 2129 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE) 2135 NFS4_DEVICEID4_SIZE); 2140 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE), 2165 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE) 2173 NFS4_DEVICEID4_SIZE); 2179 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE), 2204 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE) 2212 NFS4_DEVICEID4_SIZE); 2216 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE),
|
| H A D | nfs42xdr.c | 91 #define encode_device_error_maxsz (XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \ 432 p = reserve_space(xdr, 4*8 + NFS4_DEVICEID4_SIZE + 4); in encode_layoutstats() 438 NFS4_DEVICEID4_SIZE); in encode_layoutstats() 468 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 2*4); in encode_device_error() 470 NFS4_DEVICEID4_SIZE); in encode_device_error()
|
| H A D | pnfs_dev.c | 68 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
|
| H A D | nfs4xdr.c | 411 XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \ 2046 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 4 + 4); in encode_getdeviceinfo() 2048 NFS4_DEVICEID4_SIZE); in encode_getdeviceinfo()
|
| /linux/fs/nfs/blocklayout/ |
| H A D | extent_tree.c | 510 NFS4_DEVICEID4_SIZE); in encode_block_extent()
|
| /linux/fs/nfsd/ |
| H A D | xdr4.h | 648 __be32 *p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE); in nfsd4_decode_deviceid4()
|