Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnfs4.h624 (7 * sizeof(__be32) + NFS4_DEVICEID4_SIZE)
656 #define NFS4_DEVICEID4_SIZE 16 macro
659 char data[NFS4_DEVICEID4_SIZE];
/linux-6.3-rc2/fs/nfs/flexfilelayout/
A Dflexfilelayoutdev.c276 NFS4_DEVICEID4_SIZE); in ff_layout_track_ds_error()
486 28 + NFS4_STATEID_SIZE + NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
496 NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
A Dflexfilelayout.c99 p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE); in decode_deviceid()
102 memcpy(devid, p, NFS4_DEVICEID4_SIZE); in decode_deviceid()
2118 encode_opaque_fixed(xdr, devinfo->dev_id.data, NFS4_DEVICEID4_SIZE); in ff_layout_encode_ff_iostat_head()
2503 memcpy(&devinfo->dev_id, &dev->deviceid, NFS4_DEVICEID4_SIZE); in ff_layout_mirror_prepare_stats()
/linux-6.3-rc2/fs/nfs/
A Dcallback_xdr.c286 NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
306 (tmp != NFS4_DEVICEID4_SIZE + 8)) || in decode_devicenotify_args()
308 (tmp != NFS4_DEVICEID4_SIZE + 4))) { in decode_devicenotify_args()
313 memcpy(dev->cbd_dev_id.data, p, NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
314 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
A Dnfs42xdr.c77 #define encode_device_error_maxsz (XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \
377 p = reserve_space(xdr, 4*8 + NFS4_DEVICEID4_SIZE + 4); in encode_layoutstats()
383 NFS4_DEVICEID4_SIZE); in encode_layoutstats()
413 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 2*4); in encode_device_error()
415 NFS4_DEVICEID4_SIZE); in encode_device_error()
A Dpnfs_dev.c68 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
A Dnfs4trace.h1929 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE)
1935 NFS4_DEVICEID4_SIZE);
1940 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE),
1965 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE)
1973 NFS4_DEVICEID4_SIZE);
1979 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE),
A Dnfs4xdr.c395 XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \
1983 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 4 + 4); in encode_getdeviceinfo()
1985 NFS4_DEVICEID4_SIZE); in encode_getdeviceinfo()
/linux-6.3-rc2/fs/nfs/blocklayout/
A Dblocklayout.c596 p = xdr_inline_decode(xdr, 28 + NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
604 memcpy(&id, p, NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
605 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
A Dextent_tree.c509 NFS4_DEVICEID4_SIZE); in encode_block_extent()
/linux-6.3-rc2/fs/nfs/filelayout/
A 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-6.3-rc2/fs/nfsd/
A Dnfs4xdr.c575 p = xdr_inline_decode(argp->xdr, NFS4_DEVICEID4_SIZE); in nfsd4_decode_deviceid4()

Completed in 67 milliseconds