Home
last modified time | relevance | path

Searched refs:lc_up_len (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dblocklayout.c183 lcp->lc_up_len, &iomaps, i_blocksize(inode)); in nfsd4_block_proc_layoutcommit()
322 lcp->lc_up_len, &iomaps, i_blocksize(inode)); in nfsd4_scsi_proc_layoutcommit()
H A Dxdr4.h497 u32 lc_up_len; /* layout length */ member
H A Dnfs4xdr.c593 if (xdr_stream_decode_u32(argp->xdr, &lcp->lc_up_len) < 0) in nfsd4_decode_layoutupdate4()
595 if (lcp->lc_up_len > 0) { in nfsd4_decode_layoutupdate4()
596 lcp->lc_up_layout = xdr_inline_decode(argp->xdr, lcp->lc_up_len); in nfsd4_decode_layoutupdate4()