Home
last modified time | relevance | path

Searched refs:NFS4_DEVICEID4_SIZE (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/include/linux/
Dnfs4.h606 (7 * sizeof(__be32) + NFS4_DEVICEID4_SIZE)
638 #define NFS4_DEVICEID4_SIZE 16 macro
641 char data[NFS4_DEVICEID4_SIZE];
/Linux-v5.4/fs/nfs/
Dnfs42xdr.c54 #define encode_device_error_maxsz (XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \
224 p = reserve_space(xdr, 4*8 + NFS4_DEVICEID4_SIZE + 4); in encode_layoutstats()
230 NFS4_DEVICEID4_SIZE); in encode_layoutstats()
260 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 2*4); in encode_device_error()
262 NFS4_DEVICEID4_SIZE); in encode_device_error()
Dcallback_xdr.c292 NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
312 (tmp != NFS4_DEVICEID4_SIZE + 8)) || in decode_devicenotify_args()
314 (tmp != NFS4_DEVICEID4_SIZE + 4))) { in decode_devicenotify_args()
319 memcpy(dev->cbd_dev_id.data, p, NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
320 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
Dpnfs_dev.c66 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
Dnfs4xdr.c384 XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \
1958 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 4 + 4); in encode_getdeviceinfo()
1960 NFS4_DEVICEID4_SIZE); in encode_getdeviceinfo()
/Linux-v5.4/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c274 NFS4_DEVICEID4_SIZE); in ff_layout_track_ds_error()
484 28 + NFS4_STATEID_SIZE + NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
494 NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
Dflexfilelayout.c90 p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE); in decode_deviceid()
93 memcpy(devid, p, NFS4_DEVICEID4_SIZE); in decode_deviceid()
2048 encode_opaque_fixed(xdr, devinfo->dev_id.data, NFS4_DEVICEID4_SIZE); in ff_layout_encode_ff_iostat_head()
2435 memcpy(&devinfo->dev_id, &dev->deviceid, NFS4_DEVICEID4_SIZE); in ff_layout_mirror_prepare_stats()
/Linux-v5.4/fs/nfs/blocklayout/
Dblocklayout.c620 p = xdr_inline_decode(xdr, 28 + NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
628 memcpy(&id, p, NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
629 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
Dextent_tree.c509 NFS4_DEVICEID4_SIZE); in encode_block_extent()
/Linux-v5.4/fs/nfs/filelayout/
Dfilelayout.c672 p = xdr_inline_decode(&stream, NFS4_DEVICEID4_SIZE + 20); in filelayout_decode_layout()
677 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in filelayout_decode_layout()