Lines Matching refs:plen
66 static int calc_layout(struct ceph_file_layout *layout, u64 off, u64 *plen, in calc_layout() argument
69 u64 orig_len = *plen; in calc_layout()
78 *plen = *objlen; in calc_layout()
80 orig_len - *plen, off, *plen); in calc_layout()
756 u64 off, u64 *plen, in ceph_osdc_new_request() argument
782 r = calc_layout(layout, off, plen, &objnum, &objoff, &objlen); in ceph_osdc_new_request()
2680 u64 off, u64 *plen, in ceph_osdc_readpages() argument
2688 vino.snap, off, *plen); in ceph_osdc_readpages()
2689 req = ceph_osdc_new_request(osdc, layout, vino, off, plen, 0, 1, in ceph_osdc_readpages()
2699 pages, *plen, page_align, false, false); in ceph_osdc_readpages()
2702 off, *plen, *plen, page_align); in ceph_osdc_readpages()