Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dxdr4.h462 u32 lg_layout_type; /* request */ member
Dnfs4proc.c1393 ops = nfsd4_layout_verify(current_fh->fh_export, lgp->lg_layout_type); in nfsd4_layoutget()
1419 true, lgp->lg_layout_type, &ls); in nfsd4_layoutget()
Dnfs4xdr.c1611 lgp->lg_layout_type = be32_to_cpup(p++); in nfsd4_decode_layoutget()
4188 *p++ = cpu_to_be32(lgp->lg_layout_type); in nfsd4_encode_layoutget()
4190 ops = nfsd4_layout_ops[lgp->lg_layout_type]; in nfsd4_encode_layoutget()