Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs4.h654 (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 Dflexfilelayoutdev.c281 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 Dflexfilelayout.c100 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 Dcallback_xdr.c285 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 Dnfs4trace.h2129 __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 Dnfs42xdr.c91 #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 Dpnfs_dev.c68 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
H A Dnfs4xdr.c411 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 Dextent_tree.c510 NFS4_DEVICEID4_SIZE); in encode_block_extent()
/linux/fs/nfsd/
H A Dxdr4.h648 __be32 *p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE); in nfsd4_decode_deviceid4()