Searched refs:NFS4_DEVICEID4_SIZE (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/ |
H A D | nfs4.h | 764 (7 * sizeof(__be32) + NFS4_DEVICEID4_SIZE) 796 #define NFS4_DEVICEID4_SIZE 16 macro 799 char data[NFS4_DEVICEID4_SIZE];
|
/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayoutdev.c | 276 NFS4_DEVICEID4_SIZE); in ff_layout_track_ds_error() 492 28 + NFS4_STATEID_SIZE + NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr() 502 NFS4_DEVICEID4_SIZE); in ff_layout_encode_ds_ioerr()
|
H A D | flexfilelayout.c | 100 p = xdr_inline_decode(xdr, NFS4_DEVICEID4_SIZE); in decode_deviceid() 103 memcpy(devid, p, NFS4_DEVICEID4_SIZE); in decode_deviceid() 2163 encode_opaque_fixed(xdr, devinfo->dev_id.data, NFS4_DEVICEID4_SIZE); in ff_layout_encode_iostats_array() 2548 memcpy(&devinfo->dev_id, &dev->deviceid, NFS4_DEVICEID4_SIZE); in ff_layout_mirror_prepare_stats()
|
/linux/fs/nfs/ |
H A D | callback_xdr.c | 289 NFS4_DEVICEID4_SIZE); in decode_devicenotify_args() 309 (tmp != NFS4_DEVICEID4_SIZE + 8)) || in decode_devicenotify_args() 311 (tmp != NFS4_DEVICEID4_SIZE + 4))) { in decode_devicenotify_args() 316 memcpy(dev->cbd_dev_id.data, p, NFS4_DEVICEID4_SIZE); in decode_devicenotify_args() 317 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
|
H A D | nfs4trace.h | 1959 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE) 1965 NFS4_DEVICEID4_SIZE); 1970 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE), 1995 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE) 2003 NFS4_DEVICEID4_SIZE); 2009 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE), 2034 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE) 2042 NFS4_DEVICEID4_SIZE); 2046 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE),
|
H A D | nfs42xdr.c | 86 #define encode_device_error_maxsz (XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \ 397 p = reserve_space(xdr, 4*8 + NFS4_DEVICEID4_SIZE + 4); in encode_layoutstats() 403 NFS4_DEVICEID4_SIZE); in encode_layoutstats() 433 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 2*4); in encode_device_error() 435 NFS4_DEVICEID4_SIZE); in encode_device_error()
|
H A D | pnfs_dev.c | 68 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
|
H A D | nfs4xdr.c | 397 XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \ 2017 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 4 + 4); in encode_getdeviceinfo() 2019 NFS4_DEVICEID4_SIZE); in encode_getdeviceinfo()
|
/linux/fs/nfs/blocklayout/ |
H A D | blocklayout.c | 618 p = xdr_inline_decode(xdr, 28 + NFS4_DEVICEID4_SIZE); in bl_alloc_extent() 626 memcpy(&id, p, NFS4_DEVICEID4_SIZE); in bl_alloc_extent() 627 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in bl_alloc_extent()
|
H A D | extent_tree.c | 509 NFS4_DEVICEID4_SIZE); in encode_block_extent()
|
/linux/fs/nfs/filelayout/ |
H A D | filelayout.c | 665 p = xdr_inline_decode(&stream, NFS4_DEVICEID4_SIZE + 20); in filelayout_decode_layout() 670 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in filelayout_decode_layout()
|