Home
last modified time | relevance | path

Searched refs:lg_minlength (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfsd/
H A Dblocklayout.c145 seg->iomode, args->lg_minlength, bex); in nfsd4_block_proc_layoutget()
164 if (length < args->lg_minlength) { in nfsd4_block_proc_layoutget()
H A Dxdr4.h657 u64 lg_minlength; /* request */ member
H A Dnfs4proc.c2671 if (lgp->lg_seg.length < lgp->lg_minlength || in nfsd4_layoutget()
2672 (lgp->lg_minlength != NFS4_MAX_UINT64 && in nfsd4_layoutget()
2673 lgp->lg_minlength > NFS4_MAX_UINT64 - lgp->lg_seg.offset) || in nfsd4_layoutget()
H A Dnfs4xdr.c1980 if (xdr_stream_decode_u64(argp->xdr, &lgp->lg_minlength) < 0) in nfsd4_decode_layoutget()