Home
last modified time | relevance | path

Searched refs:lg_minlength (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/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.h480 u64 lg_minlength; /* request */ member
H A Dnfs4proc.c2258 if (lgp->lg_seg.length < lgp->lg_minlength || in nfsd4_layoutget()
2259 (lgp->lg_minlength != NFS4_MAX_UINT64 && in nfsd4_layoutget()
2260 lgp->lg_minlength > NFS4_MAX_UINT64 - lgp->lg_seg.offset) || in nfsd4_layoutget()
H A Dnfs4xdr.c1813 if (xdr_stream_decode_u64(argp->xdr, &lgp->lg_minlength) < 0) in nfsd4_decode_layoutget()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dblocklayout.c59 if (iomap.length < args->lg_minlength) { in nfsd4_block_proc_layoutget()
77 if (args->lg_minlength == 0) { in nfsd4_block_proc_layoutget()
H A Dxdr4.h489 u64 lg_minlength; /* request */ member
H A Dnfs4proc.c1941 if (lgp->lg_seg.length < lgp->lg_minlength || in nfsd4_layoutget()
1942 (lgp->lg_minlength != NFS4_MAX_UINT64 && in nfsd4_layoutget()
1943 lgp->lg_minlength > NFS4_MAX_UINT64 - lgp->lg_seg.offset) || in nfsd4_layoutget()
H A Dnfs4xdr.c1631 p = xdr_decode_hyper(p, &lgp->lg_minlength); in nfsd4_decode_layoutget()

Completed in 26 milliseconds