Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dblocklayout.c59 if (iomap.length < args->lg_minlength) { in nfsd4_block_proc_layoutget()
77 if (args->lg_minlength == 0) { in nfsd4_block_proc_layoutget()
Dxdr4.h462 u64 lg_minlength; /* request */ member
Dnfs4proc.c1641 if (lgp->lg_seg.length < lgp->lg_minlength || in nfsd4_layoutget()
1642 (lgp->lg_minlength != NFS4_MAX_UINT64 && in nfsd4_layoutget()
1643 lgp->lg_minlength > NFS4_MAX_UINT64 - lgp->lg_seg.offset) || in nfsd4_layoutget()
Dnfs4xdr.c1616 p = xdr_decode_hyper(p, &lgp->lg_minlength); in nfsd4_decode_layoutget()