Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnfs4.h569 (7 * sizeof(__be32) + NFS4_DEVICEID4_SIZE)
584 #define NFS4_DEVICEID4_SIZE 16 macro
587 char data[NFS4_DEVICEID4_SIZE];
/linux-4.4.14/fs/nfs/
Dcallback_xdr.c325 p = read_buf(xdr, (4 * sizeof(uint32_t)) + NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
345 (tmp != NFS4_DEVICEID4_SIZE + 8)) || in decode_devicenotify_args()
347 (tmp != NFS4_DEVICEID4_SIZE + 4))) { in decode_devicenotify_args()
352 memcpy(dev->cbd_dev_id.data, p, NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
353 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
Dnfs42xdr.c135 p = reserve_space(xdr, 4*8 + NFS4_DEVICEID4_SIZE + 4); in encode_layoutstats()
141 NFS4_DEVICEID4_SIZE); in encode_layoutstats()
Dpnfs_dev.c67 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
Dnfs4xdr.c370 XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \
1932 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 4 + 4); in encode_getdeviceinfo()
1934 NFS4_DEVICEID4_SIZE); in encode_getdeviceinfo()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c313 NFS4_DEVICEID4_SIZE); in ff_layout_track_ds_error()
522 28 + NFS4_STATEID_SIZE + NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
532 NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
Dflexfilelayout.c73 p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE); in decode_deviceid()
76 memcpy(devid, p, NFS4_DEVICEID4_SIZE); in decode_deviceid()
2045 memcpy(&devinfo->dev_id, &dev->deviceid, NFS4_DEVICEID4_SIZE); in ff_layout_mirror_prepare_stats()
/linux-4.4.14/fs/nfs/blocklayout/
Dblocklayout.c549 p = xdr_inline_decode(xdr, 28 + NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
557 memcpy(&id, p, NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
558 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
Dextent_tree.c505 NFS4_DEVICEID4_SIZE); in ext_tree_encode_commit()
/linux-4.4.14/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()