Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dblocklayout.c58 if (iomap.length < args->lg_minlength) { in nfsd4_block_proc_layoutget()
76 if (args->lg_minlength == 0) { in nfsd4_block_proc_layoutget()
Dxdr4.h460 u64 lg_minlength; /* request */ member
Dnfs4proc.c1409 if (lgp->lg_seg.length < lgp->lg_minlength || in nfsd4_layoutget()
1410 (lgp->lg_minlength != NFS4_MAX_UINT64 && in nfsd4_layoutget()
1411 lgp->lg_minlength > NFS4_MAX_UINT64 - lgp->lg_seg.offset) || in nfsd4_layoutget()
Dnfs4xdr.c1615 p = xdr_decode_hyper(p, &lgp->lg_minlength); in nfsd4_decode_layoutget()