Searched refs:NFS4_DEVICEID4_SIZE (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | nfs4.h | 562 #define NFS4_DEVICEID4_SIZE 16 macro 565 char data[NFS4_DEVICEID4_SIZE];
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 287 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()
|
D | flexfilelayout.c | 71 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/ |
D | blocklayout.h | 144 #define BL_EXTENT_SIZE (7 * sizeof(__be32) + NFS4_DEVICEID4_SIZE)
|
D | blocklayout.c | 554 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()
|
D | extent_tree.c | 499 NFS4_DEVICEID4_SIZE); in ext_tree_encode_commit()
|
/linux-4.1.27/fs/nfs/ |
D | callback_xdr.c | 326 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()
|
D | pnfs_dev.c | 67 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash()
|
D | nfs4xdr.c | 368 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/ |
D | filelayout.c | 671 p = xdr_inline_decode(&stream, NFS4_DEVICEID4_SIZE + 20); in filelayout_decode_layout() 676 p += XDR_QUADLEN(NFS4_DEVICEID4_SIZE); in filelayout_decode_layout()
|