Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dblocklayout.c56 if (iomap.length < args->lg_minlength) { in nfsd4_block_proc_layoutget()
74 if (args->lg_minlength == 0) { in nfsd4_block_proc_layoutget()
H A Dxdr4.h617 u64 lg_minlength; /* request */ member
H A Dnfs4proc.c2309 if (lgp->lg_seg.length < lgp->lg_minlength || in nfsd4_layoutget()
2310 (lgp->lg_minlength != NFS4_MAX_UINT64 && in nfsd4_layoutget()
2311 lgp->lg_minlength > NFS4_MAX_UINT64 - lgp->lg_seg.offset) || in nfsd4_layoutget()
H A Dnfs4xdr.c1842 if (xdr_stream_decode_u64(argp->xdr, &lgp->lg_minlength) < 0) in nfsd4_decode_layoutget()