Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnfs4.h618 (7 * sizeof(__be32) + NFS4_DEVICEID4_SIZE)
650 #define NFS4_DEVICEID4_SIZE 16 macro
653 char data[NFS4_DEVICEID4_SIZE];
/Linux-v5.15/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.c93 p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE); in decode_deviceid()
96 memcpy(devid, p, NFS4_DEVICEID4_SIZE); in decode_deviceid()
2041 encode_opaque_fixed(xdr, devinfo->dev_id.data, NFS4_DEVICEID4_SIZE); in ff_layout_encode_ff_iostat_head()
2423 memcpy(&devinfo->dev_id, &dev->deviceid, NFS4_DEVICEID4_SIZE); in ff_layout_mirror_prepare_stats()
/Linux-v5.15/fs/nfs/
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()
Dnfs42xdr.c76 #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()
Dnfs4trace.h2247 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE)
2253 NFS4_DEVICEID4_SIZE);
2258 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE),
2283 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE)
2291 NFS4_DEVICEID4_SIZE);
2297 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE),
Dpnfs_dev.c68 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
Dnfs4xdr.c395 XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \
1967 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 4 + 4); in encode_getdeviceinfo()
1969 NFS4_DEVICEID4_SIZE); in encode_getdeviceinfo()
/Linux-v5.15/fs/nfs/blocklayout/
Dblocklayout.c615 p = xdr_inline_decode(xdr, 28 + NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
623 memcpy(&id, p, NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
624 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
Dextent_tree.c509 NFS4_DEVICEID4_SIZE); in encode_block_extent()
/Linux-v5.15/fs/nfs/filelayout/
Dfilelayout.c673 p = xdr_inline_decode(&stream, NFS4_DEVICEID4_SIZE + 20); in filelayout_decode_layout()
678 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in filelayout_decode_layout()
/Linux-v5.15/fs/nfsd/
Dnfs4xdr.c578 p = xdr_inline_decode(argp->xdr, NFS4_DEVICEID4_SIZE); in nfsd4_decode_deviceid4()