Home
last modified time | relevance | path

Searched refs:lg_layout_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/nfsd/
Dxdr4.h482 u32 lg_layout_type; /* request */ member
Dnfs4proc.c2229 ops = nfsd4_layout_verify(current_fh->fh_export, lgp->lg_layout_type); in nfsd4_layoutget()
2255 true, lgp->lg_layout_type, &ls); in nfsd4_layoutget()
Dnfs4xdr.c1763 if (xdr_stream_decode_u32(argp->xdr, &lgp->lg_layout_type) < 0) in nfsd4_decode_layoutget()
4634 *p++ = cpu_to_be32(lgp->lg_layout_type); in nfsd4_encode_layoutget()
4636 ops = nfsd4_layout_ops[lgp->lg_layout_type]; in nfsd4_encode_layoutget()