Home
last modified time | relevance | path

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

/fs/nfsd/
Dblocklayout.c83 if (iomap.length < args->lg_minlength) { in nfsd4_block_proc_layoutget()
101 if (args->lg_minlength == 0) { in nfsd4_block_proc_layoutget()
Dnfs4proc.c1285 if (lgp->lg_seg.length < lgp->lg_minlength || in nfsd4_layoutget()
1286 (lgp->lg_minlength != NFS4_MAX_UINT64 && in nfsd4_layoutget()
1287 lgp->lg_minlength > NFS4_MAX_UINT64 - lgp->lg_seg.offset) || in nfsd4_layoutget()
Dxdr4.h453 u64 lg_minlength; /* request */ member
Dnfs4xdr.c1567 p = xdr_decode_hyper(p, &lgp->lg_minlength); in nfsd4_decode_layoutget()