Searched refs:NFS4_DEVICEID4_SIZE (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/linux/ |
D | nfs4.h | 569 (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/ |
D | callback_xdr.c | 325 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()
|
D | nfs42xdr.c | 135 p = reserve_space(xdr, 4*8 + NFS4_DEVICEID4_SIZE + 4); in encode_layoutstats() 141 NFS4_DEVICEID4_SIZE); in encode_layoutstats()
|
D | pnfs_dev.c | 67 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
|
D | nfs4xdr.c | 370 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/ |
D | flexfilelayoutdev.c | 313 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()
|
D | flexfilelayout.c | 73 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/ |
D | blocklayout.c | 549 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()
|
D | extent_tree.c | 505 NFS4_DEVICEID4_SIZE); in ext_tree_encode_commit()
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 672 p = xdr_inline_decode(&stream, NFS4_DEVICEID4_SIZE + 20); in filelayout_decode_layout() 677 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in filelayout_decode_layout()
|