Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnfs4.h605 (7 * sizeof(__be32) + NFS4_DEVICEID4_SIZE)
637 #define NFS4_DEVICEID4_SIZE 16 macro
640 char data[NFS4_DEVICEID4_SIZE];
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c324 NFS4_DEVICEID4_SIZE); in ff_layout_track_ds_error()
512 28 + NFS4_STATEID_SIZE + NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
522 NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
Dflexfilelayout.c88 p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE); in decode_deviceid()
91 memcpy(devid, p, NFS4_DEVICEID4_SIZE); in decode_deviceid()
1959 encode_opaque_fixed(xdr, devinfo->dev_id.data, NFS4_DEVICEID4_SIZE); in ff_layout_encode_ff_iostat_head()
2300 memcpy(&devinfo->dev_id, &dev->deviceid, NFS4_DEVICEID4_SIZE); in ff_layout_mirror_prepare_stats()
/Linux-v4.19/fs/nfs/
Dcallback_xdr.c301 p = read_buf(xdr, (4 * sizeof(uint32_t)) + NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
321 (tmp != NFS4_DEVICEID4_SIZE + 8)) || in decode_devicenotify_args()
323 (tmp != NFS4_DEVICEID4_SIZE + 4))) { in decode_devicenotify_args()
328 memcpy(dev->cbd_dev_id.data, p, NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
329 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
Dnfs42xdr.c195 p = reserve_space(xdr, 4*8 + NFS4_DEVICEID4_SIZE + 4); in encode_layoutstats()
201 NFS4_DEVICEID4_SIZE); in encode_layoutstats()
Dpnfs_dev.c66 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
Dnfs4xdr.c383 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()
/Linux-v4.19/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-v4.19/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()