Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnfs4.h562 #define NFS4_DEVICEID4_SIZE 16 macro
565 char data[NFS4_DEVICEID4_SIZE];
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c287 NFS4_DEVICEID4_SIZE); in ff_layout_track_ds_error()
507 28 + NFS4_STATEID_SIZE + NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
517 NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
Dflexfilelayout.c71 p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE); in decode_deviceid()
74 memcpy(devid, p, NFS4_DEVICEID4_SIZE); in decode_deviceid()
/linux-4.1.27/fs/nfs/blocklayout/
Dblocklayout.h144 #define BL_EXTENT_SIZE (7 * sizeof(__be32) + NFS4_DEVICEID4_SIZE)
Dblocklayout.c554 p = xdr_inline_decode(xdr, 28 + NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
562 memcpy(&id, p, NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
563 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
Dextent_tree.c499 NFS4_DEVICEID4_SIZE); in ext_tree_encode_commit()
/linux-4.1.27/fs/nfs/
Dcallback_xdr.c326 p = read_buf(xdr, (4 * sizeof(uint32_t)) + NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
346 (tmp != NFS4_DEVICEID4_SIZE + 8)) || in decode_devicenotify_args()
348 (tmp != NFS4_DEVICEID4_SIZE + 4))) { in decode_devicenotify_args()
353 memcpy(dev->cbd_dev_id.data, p, NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
354 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
Dpnfs_dev.c67 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
Dnfs4xdr.c368 XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \
1915 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 4 + 4); in encode_getdeviceinfo()
1917 NFS4_DEVICEID4_SIZE); in encode_getdeviceinfo()
/linux-4.1.27/fs/nfs/filelayout/
Dfilelayout.c671 p = xdr_inline_decode(&stream, NFS4_DEVICEID4_SIZE + 20); in filelayout_decode_layout()
676 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in filelayout_decode_layout()