Home
last modified time | relevance | path

Searched refs:xdr_decode_hyper (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.15/fs/nfsd/
Dblocklayoutxdr.c141 p = xdr_decode_hyper(p, &bex.foff); in nfsd4_block_decode_layoutupdate()
147 p = xdr_decode_hyper(p, &bex.len); in nfsd4_block_decode_layoutupdate()
153 p = xdr_decode_hyper(p, &bex.soff); in nfsd4_block_decode_layoutupdate()
206 p = xdr_decode_hyper(p, &val); in nfsd4_scsi_decode_layoutupdate()
213 p = xdr_decode_hyper(p, &val); in nfsd4_scsi_decode_layoutupdate()
Dnfs4xdr.c241 p = xdr_decode_hyper(p, &tv->tv_sec); in nfsd4_decode_nfstime4()
/Linux-v5.15/fs/nfs/blocklayout/
Ddev.c79 p = xdr_decode_hyper(p, &b->simple.sigs[i].offset); in nfs4_block_decode_volume()
101 p = xdr_decode_hyper(p, &b->slice.start); in nfs4_block_decode_volume()
102 p = xdr_decode_hyper(p, &b->slice.len); in nfs4_block_decode_volume()
127 p = xdr_decode_hyper(p, &b->stripe.chunk_size); in nfs4_block_decode_volume()
156 p = xdr_decode_hyper(p, &b->scsi.pr_key); in nfs4_block_decode_volume()
Dblocklayout.c571 *rp = xdr_decode_hyper(*rp, &s); in decode_sector_number()
/Linux-v5.15/fs/nfs/
Dcallback_xdr.c241 p = xdr_decode_hyper(p, &args->cbl_range.offset); in decode_layoutrecall_args()
242 p = xdr_decode_hyper(p, &args->cbl_range.length); in decode_layoutrecall_args()
248 p = xdr_decode_hyper(p, &args->cbl_fsid.major); in decode_layoutrecall_args()
249 p = xdr_decode_hyper(p, &args->cbl_fsid.minor); in decode_layoutrecall_args()
490 p = xdr_decode_hyper(p, &args->cbnl_owner.clientid); in decode_lockowner()
501 xdr_decode_hyper(p, &args->cbnl_owner.id); in decode_lockowner()
540 p = xdr_decode_hyper(p, &args->wr_count); in decode_write_response()
583 p = xdr_decode_hyper(p, &args->wr_count); in decode_offload_args()
Dnfs42xdr.c579 xdr_decode_hyper(p, &res->cookie); in decode_listxattrs()
891 p = xdr_decode_hyper(p, &res->count); in decode_write_response()
1000 p = xdr_decode_hyper(p, &res->cnr_lease_time.seconds); in decode_copy_notify()
1040 p = xdr_decode_hyper(p, &offset); in decode_read_plus_data()
1067 p = xdr_decode_hyper(p, &offset); in decode_read_plus_hole()
1068 p = xdr_decode_hyper(p, &length); in decode_read_plus_hole()
1163 p = xdr_decode_hyper(p, &res->sr_offset); in decode_seek()
Dnfs4xdr.c3344 xdr_decode_hyper(p, change); in decode_attr_change()
3365 xdr_decode_hyper(p, size); in decode_attr_size()
3422 p = xdr_decode_hyper(p, &fsid->major); in decode_attr_fsid()
3423 xdr_decode_hyper(p, &fsid->minor); in decode_attr_fsid()
3545 xdr_decode_hyper(p, fileid); in decode_attr_fileid()
3565 xdr_decode_hyper(p, fileid); in decode_attr_mounted_on_fileid()
3585 xdr_decode_hyper(p, res); in decode_attr_files_avail()
3604 xdr_decode_hyper(p, res); in decode_attr_files_free()
3623 xdr_decode_hyper(p, res); in decode_attr_files_total()
3762 xdr_decode_hyper(p, res); in decode_attr_maxfilesize()
[all …]
Dnfs3xdr.c159 xdr_decode_hyper(p, value); in decode_uint64()
170 return xdr_decode_hyper(p, fileid); in xdr_decode_fileid3()
323 return xdr_decode_hyper(p, size); in xdr_decode_size3()
648 p = xdr_decode_hyper(p, &fattr->fsid.major); in decode_fattr3()
/Linux-v5.15/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c303 p = xdr_decode_hyper(p, &status->major_status); in gssx_dec_status()
314 p = xdr_decode_hyper(p, &status->minor_status); in gssx_dec_status()
667 p = xdr_decode_hyper(p, &ctx->lifetime); in gssx_dec_ctx()
670 p = xdr_decode_hyper(p, &ctx->ctx_flags); in gssx_dec_ctx()
/Linux-v5.15/include/linux/sunrpc/
Drpc_rdma.h179 return xdr_decode_hyper(p, offset); in xdr_decode_rdma_segment()
Dxdr.h159 xdr_decode_hyper(__be32 *p, __u64 *valp) in xdr_decode_hyper() function
652 xdr_decode_hyper(p, ptr); in xdr_stream_decode_u64()
/Linux-v5.15/fs/lockd/
Dclnt4xdr.c286 p = xdr_decode_hyper(p, &l_offset); in decode_nlm4_holder()
287 xdr_decode_hyper(p, &l_len); in decode_nlm4_holder()
/Linux-v5.15/fs/nfs/filelayout/
Dfilelayout.c691 p = xdr_decode_hyper(p, &fl->pattern_offset); in filelayout_decode_layout()
/Linux-v5.15/fs/nfs/flexfilelayout/
Dflexfilelayout.c389 p = xdr_decode_hyper(p, &stripe_unit); in ff_layout_alloc_lseg()