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()
772 u64 off, u64 *plen, in ceph_osdc_new_request() argument
798 r = calc_layout(layout, off, plen, &objnum, &objoff, &objlen); in ceph_osdc_new_request()
2694 u64 off, u64 *plen, in ceph_osdc_readpages() argument
2702 vino.snap, off, *plen); in ceph_osdc_readpages()
2703 req = ceph_osdc_new_request(osdc, layout, vino, off, plen, 0, 1, in ceph_osdc_readpages()
2713 pages, *plen, page_align, false, false); in ceph_osdc_readpages()
2716 off, *plen, *plen, page_align); in ceph_osdc_readpages()