Searched refs:NFS4_DEVICEID4_SIZE (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | nfs4.h | 625 (7 * sizeof(__be32) + NFS4_DEVICEID4_SIZE) 657 #define NFS4_DEVICEID4_SIZE 16 macro 660 char data[NFS4_DEVICEID4_SIZE];
|
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 274 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()
|
D | flexfilelayout.c | 93 p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE); in decode_deviceid() 96 memcpy(devid, p, NFS4_DEVICEID4_SIZE); in decode_deviceid() 2045 encode_opaque_fixed(xdr, devinfo->dev_id.data, NFS4_DEVICEID4_SIZE); in ff_layout_encode_ff_iostat_head() 2432 memcpy(&devinfo->dev_id, &dev->deviceid, NFS4_DEVICEID4_SIZE); in ff_layout_mirror_prepare_stats()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | callback_xdr.c | 287 NFS4_DEVICEID4_SIZE); in decode_devicenotify_args() 307 (tmp != NFS4_DEVICEID4_SIZE + 8)) || in decode_devicenotify_args() 309 (tmp != NFS4_DEVICEID4_SIZE + 4))) { in decode_devicenotify_args() 314 memcpy(dev->cbd_dev_id.data, p, NFS4_DEVICEID4_SIZE); in decode_devicenotify_args() 315 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
|
D | nfs42xdr.c | 76 #define encode_device_error_maxsz (XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \ 376 p = reserve_space(xdr, 4*8 + NFS4_DEVICEID4_SIZE + 4); in encode_layoutstats() 382 NFS4_DEVICEID4_SIZE); in encode_layoutstats() 412 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 2*4); in encode_device_error() 414 NFS4_DEVICEID4_SIZE); in encode_device_error()
|
D | pnfs_dev.c | 66 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
|
D | nfs4xdr.c | 384 XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \ 1955 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 4 + 4); in encode_getdeviceinfo() 1957 NFS4_DEVICEID4_SIZE); in encode_getdeviceinfo()
|
/kernel/linux/linux-5.10/fs/nfs/blocklayout/ |
D | blocklayout.c | 620 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()
|
D | extent_tree.c | 509 NFS4_DEVICEID4_SIZE); in encode_block_extent()
|
/kernel/linux/linux-5.10/fs/nfs/filelayout/ |
D | filelayout.c | 673 p = xdr_inline_decode(&stream, NFS4_DEVICEID4_SIZE + 20); in filelayout_decode_layout() 678 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in filelayout_decode_layout()
|