Lines Matching refs:lcp
1985 struct nfsd4_layoutcommit *lcp = &u->layoutcommit;
1986 const struct nfsd4_layout_seg *seg = &lcp->lc_seg;
1989 loff_t new_size = lcp->lc_last_wr + 1;
1999 ops = nfsd4_layout_verify(current_fh->fh_export, lcp->lc_layout_type);
2013 if (!lcp->lc_newoffset && new_size > i_size_read(inode)) {
2018 nfserr = nfsd4_preprocess_layout_stateid(rqstp, cstate, &lcp->lc_sid,
2019 false, lcp->lc_layout_type,
2022 trace_nfsd_layout_commit_lookup_fail(&lcp->lc_sid);
2033 lcp->lc_size_chg = 1;
2034 lcp->lc_newsize = new_size;
2036 lcp->lc_size_chg = 0;
2039 nfserr = ops->proc_layoutcommit(inode, lcp);