cpos 431 block/sed-opal.c const u8 *epos = dev->resp, *cpos = dev->resp; cpos 445 block/sed-opal.c cpos += sizeof(*hdr); /* current position on buffer */ cpos 447 block/sed-opal.c while (cpos < epos && supported) { cpos 449 block/sed-opal.c (const struct d0_features *)cpos; cpos 486 block/sed-opal.c cpos += body->length + 4; cpos 2209 drivers/staging/exfat/exfat_super.c loff_t cpos; cpos 2214 drivers/staging/exfat/exfat_super.c cpos = ctx->pos; cpos 2217 drivers/staging/exfat/exfat_super.c while (cpos < 2) { cpos 2220 drivers/staging/exfat/exfat_super.c else if (cpos == 0) cpos 2227 drivers/staging/exfat/exfat_super.c cpos++; cpos 2230 drivers/staging/exfat/exfat_super.c if (cpos == 2) cpos 2231 drivers/staging/exfat/exfat_super.c cpos = 0; cpos 2233 drivers/staging/exfat/exfat_super.c if (cpos & (DENTRY_SIZE - 1)) { cpos 2240 drivers/staging/exfat/exfat_super.c EXFAT_I(inode)->fid.rwoffset = cpos >> DENTRY_SIZE_BITS; cpos 2248 drivers/staging/exfat/exfat_super.c cpos += 1 << p_bd->sector_size_bits; cpos 2249 drivers/staging/exfat/exfat_super.c cpos &= ~((1 << p_bd->sector_size_bits) - 1); cpos 2256 drivers/staging/exfat/exfat_super.c cpos = EXFAT_I(inode)->fid.rwoffset << DENTRY_SIZE_BITS; cpos 2282 drivers/staging/exfat/exfat_super.c ctx->pos = cpos; cpos 2286 drivers/staging/exfat/exfat_super.c ctx->pos = cpos; cpos 473 fs/fat/dir.c loff_t cpos = 0; cpos 478 fs/fat/dir.c if (fat_get_entry(inode, &cpos, &bh, &de) == -1) cpos 489 fs/fat/dir.c int status = fat_parse_long(inode, &cpos, &bh, &de, cpos 528 fs/fat/dir.c sinfo->slot_off = cpos - nr_slots * sizeof(*de); cpos 567 fs/fat/dir.c loff_t cpos; cpos 573 fs/fat/dir.c cpos = ctx->pos; cpos 580 fs/fat/dir.c cpos = 0; cpos 583 fs/fat/dir.c if (cpos & (sizeof(struct msdos_dir_entry) - 1)) { cpos 590 fs/fat/dir.c if (fat_get_entry(inode, &cpos, &bh, &de) == -1) cpos 611 fs/fat/dir.c int status = fat_parse_long(inode, &cpos, &bh, &de, cpos 658 fs/fat/dir.c ctx->pos = cpos - (nr_slots + 1) * sizeof(struct msdos_dir_entry); cpos 684 fs/fat/dir.c ctx->pos = cpos; cpos 688 fs/fat/dir.c if (fake_offset && cpos < 2) cpos 691 fs/fat/dir.c ctx->pos = cpos; cpos 913 fs/fat/dir.c loff_t cpos; cpos 917 fs/fat/dir.c cpos = 0; cpos 918 fs/fat/dir.c while (fat_get_short_entry(dir, &cpos, &bh, &de) >= 0) { cpos 938 fs/fat/dir.c loff_t cpos; cpos 942 fs/fat/dir.c cpos = 0; cpos 943 fs/fat/dir.c while (fat_get_short_entry(dir, &cpos, &bh, &de) >= 0) { cpos 573 fs/ntfs/file.c VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; cpos 632 fs/ntfs/file.c cpos = pos >> vol->cluster_size_bits; cpos 933 fs/ntfs/file.c if ((bh_cend <= cpos || bh_cpos >= cend)) { cpos 1789 fs/ocfs2/alloc.c struct ocfs2_extent_list *root_el, u32 cpos, cpos 1822 fs/ocfs2/alloc.c if (cpos >= le32_to_cpu(rec->e_cpos) && cpos < range) cpos 1896 fs/ocfs2/alloc.c struct ocfs2_path *path, u32 cpos) cpos 1902 fs/ocfs2/alloc.c return __ocfs2_find_path(ci, path_root_el(path), cpos, cpos 1928 fs/ocfs2/alloc.c struct ocfs2_extent_list *root_el, u32 cpos, cpos 1934 fs/ocfs2/alloc.c ret = __ocfs2_find_path(ci, root_el, cpos, find_leaf_ins, &bh); cpos 2212 fs/ocfs2/alloc.c struct ocfs2_path *path, u32 *cpos) cpos 2220 fs/ocfs2/alloc.c *cpos = 0; cpos 2253 fs/ocfs2/alloc.c *cpos = le32_to_cpu(el->l_recs[j - 1].e_cpos); cpos 2254 fs/ocfs2/alloc.c *cpos = *cpos + ocfs2_rec_clusters(el, cpos 2256 fs/ocfs2/alloc.c *cpos = *cpos - 1; cpos 2324 fs/ocfs2/alloc.c static int ocfs2_leftmost_rec_contains(struct ocfs2_extent_list *el, u32 cpos) cpos 2342 fs/ocfs2/alloc.c if (cpos >= le32_to_cpu(rec->e_cpos) && cpos < range) cpos 2371 fs/ocfs2/alloc.c u32 cpos; cpos 2384 fs/ocfs2/alloc.c ret = ocfs2_find_cpos_for_left_leaf(sb, right_path, &cpos); cpos 2392 fs/ocfs2/alloc.c insert_cpos, cpos); cpos 2420 fs/ocfs2/alloc.c while (cpos && insert_cpos <= cpos) { cpos 2424 fs/ocfs2/alloc.c insert_cpos, cpos); cpos 2426 fs/ocfs2/alloc.c ret = ocfs2_find_path(et->et_ci, left_path, cpos); cpos 2438 fs/ocfs2/alloc.c insert_cpos, cpos, cpos 2510 fs/ocfs2/alloc.c ret = ocfs2_find_cpos_for_left_leaf(sb, right_path, &cpos); cpos 2807 fs/ocfs2/alloc.c struct ocfs2_path *path, u32 *cpos) cpos 2813 fs/ocfs2/alloc.c *cpos = 0; cpos 2852 fs/ocfs2/alloc.c *cpos = le32_to_cpu(el->l_recs[j + 1].e_cpos); cpos 3023 fs/ocfs2/alloc.c u32 cpos; cpos 3039 fs/ocfs2/alloc.c path, &cpos); cpos 3045 fs/ocfs2/alloc.c if (cpos) { cpos 3057 fs/ocfs2/alloc.c ret = ocfs2_find_path(et->et_ci, left_path, cpos); cpos 4079 fs/ocfs2/alloc.c u32 cpos = le32_to_cpu(split_rec->e_cpos); cpos 4089 fs/ocfs2/alloc.c index = ocfs2_search_extent_list(el, cpos); cpos 4127 fs/ocfs2/alloc.c index = ocfs2_search_extent_list(left_el, cpos); cpos 4140 fs/ocfs2/alloc.c index = ocfs2_search_extent_list(el, cpos); cpos 4245 fs/ocfs2/alloc.c u32 cpos; cpos 4276 fs/ocfs2/alloc.c cpos = le32_to_cpu(insert_rec->e_cpos); cpos 4280 fs/ocfs2/alloc.c cpos = UINT_MAX; cpos 4283 fs/ocfs2/alloc.c ret = ocfs2_find_path(et->et_ci, right_path, cpos); cpos 4530 fs/ocfs2/alloc.c u32 cpos = le32_to_cpu(insert_rec->e_cpos); cpos 4549 fs/ocfs2/alloc.c if (cpos >= cpos 4704 fs/ocfs2/alloc.c u32 cpos, cpos 4718 fs/ocfs2/alloc.c cpos, new_clusters); cpos 4721 fs/ocfs2/alloc.c rec.e_cpos = cpu_to_le32(cpos); cpos 4886 fs/ocfs2/alloc.c u32 cpos, cpos 4894 fs/ocfs2/alloc.c split_rec->e_cpos = cpu_to_le32(cpos); cpos 4895 fs/ocfs2/alloc.c split_rec->e_leaf_clusters = cpu_to_le16(rec_range - cpos); cpos 4899 fs/ocfs2/alloc.c ocfs2_clusters_to_blocks(sb, cpos - rec_cpos)); cpos 4984 fs/ocfs2/alloc.c u32 cpos; cpos 4992 fs/ocfs2/alloc.c cpos = le32_to_cpu(split_rec.e_cpos); cpos 4993 fs/ocfs2/alloc.c ret = ocfs2_find_path(et->et_ci, path, cpos); cpos 5000 fs/ocfs2/alloc.c split_index = ocfs2_search_extent_list(el, cpos); cpos 5005 fs/ocfs2/alloc.c cpos); cpos 5153 fs/ocfs2/alloc.c u32 cpos, u32 len, u32 phys, cpos 5173 fs/ocfs2/alloc.c ret = ocfs2_find_path(et->et_ci, left_path, cpos); cpos 5180 fs/ocfs2/alloc.c index = ocfs2_search_extent_list(el, cpos); cpos 5185 fs/ocfs2/alloc.c cpos); cpos 5209 fs/ocfs2/alloc.c split_rec.e_cpos = cpu_to_le32(cpos); cpos 5241 fs/ocfs2/alloc.c handle_t *handle, u32 cpos, u32 len, u32 phys, cpos 5249 fs/ocfs2/alloc.c cpos, len, phys); cpos 5264 fs/ocfs2/alloc.c ret = ocfs2_change_extent_flag(handle, et, cpos, cpos 5347 fs/ocfs2/alloc.c u32 cpos, u32 len) cpos 5392 fs/ocfs2/alloc.c le32_to_cpu(rec->e_cpos) == cpos) { cpos 5450 fs/ocfs2/alloc.c trunc_range = cpos + len; cpos 5452 fs/ocfs2/alloc.c if (le32_to_cpu(rec->e_cpos) == cpos && rec_range == trunc_range) { cpos 5468 fs/ocfs2/alloc.c } else if (le32_to_cpu(rec->e_cpos) == cpos) { cpos 5484 fs/ocfs2/alloc.c le16_to_cpu(rec->e_leaf_clusters), cpos, len); cpos 5509 fs/ocfs2/alloc.c u32 cpos, u32 len, cpos 5532 fs/ocfs2/alloc.c ret = ocfs2_find_path(et->et_ci, path, cpos); cpos 5539 fs/ocfs2/alloc.c index = ocfs2_search_extent_list(el, cpos); cpos 5544 fs/ocfs2/alloc.c cpos); cpos 5567 fs/ocfs2/alloc.c trunc_range = cpos + len; cpos 5569 fs/ocfs2/alloc.c BUG_ON(cpos < le32_to_cpu(rec->e_cpos) || trunc_range > rec_range); cpos 5573 fs/ocfs2/alloc.c cpos, len, index, le32_to_cpu(rec->e_cpos), cpos 5576 fs/ocfs2/alloc.c if (le32_to_cpu(rec->e_cpos) == cpos || rec_range == trunc_range) { cpos 5578 fs/ocfs2/alloc.c cpos, len); cpos 5597 fs/ocfs2/alloc.c ret = ocfs2_find_path(et->et_ci, path, cpos); cpos 5604 fs/ocfs2/alloc.c index = ocfs2_search_extent_list(el, cpos); cpos 5609 fs/ocfs2/alloc.c cpos); cpos 5625 fs/ocfs2/alloc.c cpos, len, le32_to_cpu(rec->e_cpos), cpos 5632 fs/ocfs2/alloc.c cpos, len); cpos 5695 fs/ocfs2/alloc.c u32 cpos, u32 phys_cpos, u32 len, int flags, cpos 5766 fs/ocfs2/alloc.c ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); cpos 85 fs/ocfs2/alloc.h u32 cpos, cpos 115 fs/ocfs2/alloc.h handle_t *handle, u32 cpos, u32 len, u32 phys, cpos 120 fs/ocfs2/alloc.h u32 cpos, u32 len, u32 phys, cpos 125 fs/ocfs2/alloc.h u32 cpos, u32 len, cpos 130 fs/ocfs2/alloc.h u32 cpos, u32 phys_cpos, u32 len, int flags, cpos 226 fs/ocfs2/alloc.h struct ocfs2_extent_list *root_el, u32 cpos, cpos 295 fs/ocfs2/alloc.h u32 cpos); cpos 306 fs/ocfs2/alloc.h struct ocfs2_path *path, u32 *cpos); cpos 308 fs/ocfs2/alloc.h struct ocfs2_path *path, u32 *cpos); cpos 519 fs/ocfs2/aops.c u32 cpos, cpos 530 fs/ocfs2/aops.c cluster_start = cpos % cpp; cpos 554 fs/ocfs2/aops.c struct ocfs2_super *osb, u32 cpos, cpos 560 fs/ocfs2/aops.c ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end); cpos 955 fs/ocfs2/aops.c struct page *page, u32 cpos, cpos 964 fs/ocfs2/aops.c ocfs2_figure_cluster_boundaries(OCFS2_SB(inode->i_sb), cpos, cpos 1026 fs/ocfs2/aops.c cpos, user_data_from, user_data_to); cpos 1039 fs/ocfs2/aops.c u32 cpos, loff_t user_pos, cpos 1059 fs/ocfs2/aops.c start = ocfs2_align_clusters_to_page_index(inode->i_sb, cpos); cpos 1133 fs/ocfs2/aops.c struct ocfs2_write_ctxt *wc, u32 cpos, cpos 1149 fs/ocfs2/aops.c tmp_pos = cpos; cpos 1174 fs/ocfs2/aops.c wc->w_handle, cpos, 1, *phys, cpos 1186 fs/ocfs2/aops.c ret = ocfs2_get_clusters(inode, cpos, phys, NULL, NULL); cpos 1190 fs/ocfs2/aops.c (unsigned long long)OCFS2_I(inode)->ip_blkno, cpos); cpos 1210 fs/ocfs2/aops.c wc->w_pages[i], cpos, cpos 852 fs/ocfs2/dir.c u32 uninitialized_var(cpos); cpos 856 fs/ocfs2/dir.c ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno, cpos 863 fs/ocfs2/dir.c cend = cpos + clen; cpos 867 fs/ocfs2/dir.c cpos += clen - 1; cpos 870 fs/ocfs2/dir.c name_hash - cpos); cpos 871 fs/ocfs2/dir.c cpos = name_hash; cpos 884 fs/ocfs2/dir.c *ret_cpos = cpos; cpos 2430 fs/ocfs2/dir.c u32 cpos, handle_t *handle, cpos 2471 fs/ocfs2/dir.c u32 cpos, handle_t *handle, cpos 2480 fs/ocfs2/dir.c ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves, cpos 2487 fs/ocfs2/dir.c ret = ocfs2_insert_extent(handle, et, cpos, phys_blkno, 1, 0, cpos 3694 fs/ocfs2/dir.c u32 cpos, split_hash, insert_hash = hinfo->major_hash; cpos 3822 fs/ocfs2/dir.c cpos = split_hash; cpos 3823 fs/ocfs2/dir.c ret = ocfs2_dx_dir_new_cluster(dir, &et, cpos, handle, cpos 4397 fs/ocfs2/dir.c u32 major_hash = UINT_MAX, p_cpos, uninitialized_var(cpos); cpos 4426 fs/ocfs2/dir.c major_hash, &cpos, &blkno, &clen); cpos 4434 fs/ocfs2/dir.c ret = ocfs2_remove_btree_range(dir, &et, cpos, p_cpos, clen, 0, cpos 4441 fs/ocfs2/dir.c if (cpos == 0) cpos 4444 fs/ocfs2/dir.c major_hash = cpos - 1; cpos 51 fs/ocfs2/extent_map.c unsigned int cpos, cpos 62 fs/ocfs2/extent_map.c if (cpos >= emi->ei_cpos && cpos < range) { cpos 71 fs/ocfs2/extent_map.c static int ocfs2_extent_map_lookup(struct inode *inode, unsigned int cpos, cpos 81 fs/ocfs2/extent_map.c __ocfs2_extent_map_lookup(&oi->ip_extent_map, cpos, &emi); cpos 83 fs/ocfs2/extent_map.c coff = cpos - emi->ei_cpos; cpos 102 fs/ocfs2/extent_map.c void ocfs2_extent_map_trunc(struct inode *inode, unsigned int cpos) cpos 112 fs/ocfs2/extent_map.c if (emi->ei_cpos >= cpos) { cpos 121 fs/ocfs2/extent_map.c if (range > cpos) { cpos 123 fs/ocfs2/extent_map.c emi->ei_clusters = cpos - emi->ei_cpos; cpos 665 fs/ocfs2/extent_map.c u32 cpos, num_clusters, p_cluster; cpos 668 fs/ocfs2/extent_map.c cpos = ocfs2_blocks_to_clusters(inode->i_sb, v_blkno); cpos 670 fs/ocfs2/extent_map.c ret = ocfs2_get_clusters(inode, cpos, &p_cluster, &num_clusters, cpos 742 fs/ocfs2/extent_map.c u32 mapping_end, cpos; cpos 770 fs/ocfs2/extent_map.c cpos = map_start >> osb->s_clustersize_bits; cpos 774 fs/ocfs2/extent_map.c while (cpos < mapping_end && !is_last) { cpos 777 fs/ocfs2/extent_map.c ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, cpos 785 fs/ocfs2/extent_map.c cpos += hole_size; cpos 805 fs/ocfs2/extent_map.c cpos = le32_to_cpu(rec.e_cpos)+ le16_to_cpu(rec.e_leaf_clusters); cpos 827 fs/ocfs2/extent_map.c u32 mapping_end, cpos; cpos 838 fs/ocfs2/extent_map.c cpos = map_start >> osb->s_clustersize_bits; cpos 842 fs/ocfs2/extent_map.c while (cpos < mapping_end && !is_last) { cpos 843 fs/ocfs2/extent_map.c ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, cpos 856 fs/ocfs2/extent_map.c cpos = le32_to_cpu(rec.e_cpos) + cpos 860 fs/ocfs2/extent_map.c if (cpos < mapping_end) cpos 872 fs/ocfs2/extent_map.c u32 cpos, cend, clen, hole_size; cpos 899 fs/ocfs2/extent_map.c cpos = *offset >> cs_bits; cpos 902 fs/ocfs2/extent_map.c while (cpos < cend && !is_last) { cpos 903 fs/ocfs2/extent_map.c ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, &hole_size, cpos 910 fs/ocfs2/extent_map.c extoff = cpos; cpos 918 fs/ocfs2/extent_map.c (cpos - le32_to_cpu(rec.e_cpos)); cpos 930 fs/ocfs2/extent_map.c cpos += clen; cpos 934 fs/ocfs2/extent_map.c extoff = cpos; cpos 342 fs/ocfs2/file.c u32 phys, cpos = offset >> OCFS2_SB(inode->i_sb)->s_clustersize_bits; cpos 354 fs/ocfs2/file.c status = ocfs2_get_clusters(inode, cpos, &phys, cpos 364 fs/ocfs2/file.c return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); cpos 1433 fs/ocfs2/file.c u32 cpos, phys_cpos, clusters, alloc_size; cpos 1461 fs/ocfs2/file.c cpos = start >> OCFS2_SB(inode->i_sb)->s_clustersize_bits; cpos 1463 fs/ocfs2/file.c clusters -= cpos; cpos 1466 fs/ocfs2/file.c ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, cpos 1488 fs/ocfs2/file.c ret = ocfs2_extend_allocation(inode, cpos, alloc_size, 1); cpos 1496 fs/ocfs2/file.c cpos += alloc_size; cpos 2057 fs/ocfs2/file.c u32 cpos, clusters, extent_len, phys_cpos; cpos 2065 fs/ocfs2/file.c cpos = pos >> OCFS2_SB(sb)->s_clustersize_bits; cpos 2066 fs/ocfs2/file.c clusters = ocfs2_clusters_for_bytes(sb, pos + count) - cpos; cpos 2069 fs/ocfs2/file.c ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, cpos 2085 fs/ocfs2/file.c cpos += extent_len; cpos 2168 fs/ocfs2/file.c u32 cpos; cpos 2247 fs/ocfs2/file.c cpos = pos >> OCFS2_SB(inode->i_sb)->s_clustersize_bits; cpos 2249 fs/ocfs2/file.c ocfs2_clusters_for_bytes(inode->i_sb, pos + count) - cpos; cpos 2250 fs/ocfs2/file.c ret = ocfs2_refcount_cow(inode, di_bh, cpos, clusters, UINT_MAX); cpos 53 fs/ocfs2/move_extents.c u32 cpos, u32 len, u32 p_cpos, u32 new_p_cpos, cpos 65 fs/ocfs2/move_extents.c ret = ocfs2_duplicate_clusters_by_page(handle, inode, cpos, cpos 73 fs/ocfs2/move_extents.c replace_rec.e_cpos = cpu_to_le32(cpos); cpos 85 fs/ocfs2/move_extents.c ret = ocfs2_find_path(INODE_CACHE(inode), path, cpos); cpos 93 fs/ocfs2/move_extents.c index = ocfs2_search_extent_list(el, cpos); cpos 97 fs/ocfs2/move_extents.c (unsigned long long)ino, cpos); cpos 208 fs/ocfs2/move_extents.c u32 cpos, u32 phys_cpos, u32 *len, int ext_flags) cpos 314 fs/ocfs2/move_extents.c mlog(0, "cpos: %u, phys_cpos: %u, new_phys_cpos: %u\n", cpos, cpos 317 fs/ocfs2/move_extents.c ret = __ocfs2_move_extent(handle, context, cpos, new_len, phys_cpos, cpos 329 fs/ocfs2/move_extents.c ret = ocfs2_cow_sync_writeback(inode->i_sb, context->inode, cpos, *len); cpos 574 fs/ocfs2/move_extents.c u32 cpos, u32 phys_cpos, u32 *new_phys_cpos, cpos 683 fs/ocfs2/move_extents.c ret = __ocfs2_move_extent(handle, context, cpos, len, phys_cpos, cpos 710 fs/ocfs2/move_extents.c ret = ocfs2_cow_sync_writeback(inode->i_sb, context->inode, cpos, len); cpos 773 fs/ocfs2/move_extents.c u32 cpos, phys_cpos, move_start, len_to_move, alloc_size; cpos 828 fs/ocfs2/move_extents.c cpos = move_start; cpos 830 fs/ocfs2/move_extents.c ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &alloc_size, cpos 866 fs/ocfs2/move_extents.c cpos, phys_cpos, alloc_size, len_defraged); cpos 868 fs/ocfs2/move_extents.c ret = ocfs2_defrag_extent(context, cpos, phys_cpos, cpos 871 fs/ocfs2/move_extents.c ret = ocfs2_move_extent(context, cpos, phys_cpos, cpos 885 fs/ocfs2/move_extents.c cpos += alloc_size; cpos 503 fs/ocfs2/ocfs2_trace.h TP_PROTO(unsigned long long owner, unsigned int cpos, cpos 506 fs/ocfs2/ocfs2_trace.h TP_ARGS(owner, cpos, len, index, e_cpos, clusters), cpos 509 fs/ocfs2/ocfs2_trace.h __field(unsigned int, cpos) cpos 517 fs/ocfs2/ocfs2_trace.h __entry->cpos = cpos; cpos 524 fs/ocfs2/ocfs2_trace.h __entry->owner, __entry->cpos, __entry->len, __entry->index, cpos 604 fs/ocfs2/ocfs2_trace.h TP_PROTO(unsigned long long owner, unsigned int cpos, cpos 606 fs/ocfs2/ocfs2_trace.h TP_ARGS(owner, cpos, len, phys), cpos 609 fs/ocfs2/ocfs2_trace.h __field(unsigned int, cpos) cpos 615 fs/ocfs2/ocfs2_trace.h __entry->cpos = cpos; cpos 620 fs/ocfs2/ocfs2_trace.h __entry->owner, __entry->cpos, cpos 904 fs/ocfs2/ocfs2_trace.h unsigned long long cpos, cpos 906 fs/ocfs2/ocfs2_trace.h TP_ARGS(blkno, index, cpos, clusters, refcount), cpos 910 fs/ocfs2/ocfs2_trace.h __field(unsigned long long, cpos) cpos 917 fs/ocfs2/ocfs2_trace.h __entry->cpos = cpos; cpos 922 fs/ocfs2/ocfs2_trace.h __entry->cpos, __entry->clusters, __entry->refcount) cpos 928 fs/ocfs2/ocfs2_trace.h unsigned long long cpos, \ cpos 930 fs/ocfs2/ocfs2_trace.h TP_ARGS(blkno, index, cpos, count, refcount)) cpos 935 fs/ocfs2/ocfs2_trace.h TP_PROTO(unsigned long long cpos, cpos 939 fs/ocfs2/ocfs2_trace.h TP_ARGS(cpos, clusters, refcount, cpos 942 fs/ocfs2/ocfs2_trace.h __field(unsigned long long, cpos) cpos 950 fs/ocfs2/ocfs2_trace.h __entry->cpos = cpos; cpos 958 fs/ocfs2/ocfs2_trace.h __entry->cpos, __entry->clusters, __entry->refcount, cpos 981 fs/ocfs2/ocfs2_trace.h unsigned long long cpos, cpos 983 fs/ocfs2/ocfs2_trace.h TP_ARGS(owner, cpos, len, delete), cpos 986 fs/ocfs2/ocfs2_trace.h __field(unsigned long long, cpos) cpos 992 fs/ocfs2/ocfs2_trace.h __entry->cpos = cpos; cpos 997 fs/ocfs2/ocfs2_trace.h __entry->owner, __entry->cpos, __entry->len, __entry->delete) cpos 1005 fs/ocfs2/ocfs2_trace.h TP_PROTO(int recs_add, unsigned long long cpos, cpos 1008 fs/ocfs2/ocfs2_trace.h TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index), cpos 1011 fs/ocfs2/ocfs2_trace.h __field(unsigned long long, cpos) cpos 1020 fs/ocfs2/ocfs2_trace.h __entry->cpos = cpos; cpos 1028 fs/ocfs2/ocfs2_trace.h __entry->recs_add, __entry->cpos, __entry->clusters, cpos 1044 fs/ocfs2/ocfs2_trace.h TP_PROTO(unsigned long long ino, unsigned int cpos, cpos 1047 fs/ocfs2/ocfs2_trace.h TP_ARGS(ino, cpos, len, p_cluster, ext_flags), cpos 1050 fs/ocfs2/ocfs2_trace.h __field(unsigned int, cpos) cpos 1057 fs/ocfs2/ocfs2_trace.h __entry->cpos = cpos; cpos 1063 fs/ocfs2/ocfs2_trace.h __entry->ino, __entry->cpos, __entry->len, cpos 1068 fs/ocfs2/ocfs2_trace.h TP_PROTO(unsigned long long ino, unsigned int cpos, cpos 1071 fs/ocfs2/ocfs2_trace.h TP_ARGS(ino, cpos, old, new, len, ext_flags), cpos 1074 fs/ocfs2/ocfs2_trace.h __field(unsigned int, cpos) cpos 1082 fs/ocfs2/ocfs2_trace.h __entry->cpos = cpos; cpos 1089 fs/ocfs2/ocfs2_trace.h __entry->ino, __entry->cpos, __entry->old, __entry->new, cpos 1096 fs/ocfs2/ocfs2_trace.h TP_PROTO(unsigned long long ino, unsigned int cpos, cpos 1099 fs/ocfs2/ocfs2_trace.h TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len), cpos 1102 fs/ocfs2/ocfs2_trace.h __field(unsigned int, cpos) cpos 1110 fs/ocfs2/ocfs2_trace.h __entry->cpos = cpos; cpos 1117 fs/ocfs2/ocfs2_trace.h __entry->ino, __entry->cpos, __entry->write_len, cpos 63 fs/ocfs2/refcounttree.c u32 cpos, u32 old_cluster, cpos 876 fs/ocfs2/refcounttree.c u64 cpos, unsigned int len, cpos 889 fs/ocfs2/refcounttree.c le32_to_cpu(rec->r_clusters) <= cpos) cpos 891 fs/ocfs2/refcounttree.c else if (le64_to_cpu(rec->r_cpos) > cpos) cpos 902 fs/ocfs2/refcounttree.c ret_rec->r_cpos = cpu_to_le64(cpos); cpos 905 fs/ocfs2/refcounttree.c le64_to_cpu(rec->r_cpos) < cpos + len) cpos 907 fs/ocfs2/refcounttree.c cpu_to_le32(le64_to_cpu(rec->r_cpos) - cpos); cpos 963 fs/ocfs2/refcounttree.c u32 cpos; cpos 1003 fs/ocfs2/refcounttree.c cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); cpos 1004 fs/ocfs2/refcounttree.c ret = ocfs2_find_path(ci, left_path, cpos); cpos 1017 fs/ocfs2/refcounttree.c ret = ocfs2_find_cpos_for_right_leaf(sb, left_path, &cpos); cpos 1023 fs/ocfs2/refcounttree.c ret = ocfs2_find_path(ci, right_path, cpos); cpos 1058 fs/ocfs2/refcounttree.c u64 cpos, unsigned int len, cpos 1074 fs/ocfs2/refcounttree.c ocfs2_find_refcount_rec_in_rl(ci, ref_root_bh, cpos, len, cpos 1082 fs/ocfs2/refcounttree.c low_cpos = cpos & OCFS2_32BIT_POS_MASK; cpos 1132 fs/ocfs2/refcounttree.c ocfs2_find_refcount_rec_in_rl(ci, ref_leaf_bh, cpos, len, cpos 1451 fs/ocfs2/refcounttree.c u32 cpos = 0; cpos 1479 fs/ocfs2/refcounttree.c ret = ocfs2_find_refcount_split_pos(rl, &cpos, &split_index); cpos 1485 fs/ocfs2/refcounttree.c new_rb->rf_cpos = cpu_to_le32(cpos); cpos 1508 fs/ocfs2/refcounttree.c *split_cpos = cpos; cpos 1751 fs/ocfs2/refcounttree.c u64 cpos = le64_to_cpu(rec->r_cpos); cpos 1762 fs/ocfs2/refcounttree.c cpos, len, NULL, &index, cpos 1878 fs/ocfs2/refcounttree.c u64 cpos = le64_to_cpu(orig_rec->r_cpos); cpos 1892 fs/ocfs2/refcounttree.c cpos, len, &tmp_rec, &index, cpos 1981 fs/ocfs2/refcounttree.c u64 cpos, u32 len, int merge, cpos 1992 fs/ocfs2/refcounttree.c (unsigned long long)cpos, len); cpos 1996 fs/ocfs2/refcounttree.c cpos, len, &rec, &index, cpos 2015 fs/ocfs2/refcounttree.c if (rec.r_refcount && le64_to_cpu(rec.r_cpos) == cpos && cpos 2018 fs/ocfs2/refcounttree.c (unsigned long long)cpos, set_len, cpos 2042 fs/ocfs2/refcounttree.c set_len = min((u64)(cpos + len), cpos 2043 fs/ocfs2/refcounttree.c le64_to_cpu(rec.r_cpos) + set_len) - cpos; cpos 2044 fs/ocfs2/refcounttree.c rec.r_cpos = cpu_to_le64(cpos); cpos 2061 fs/ocfs2/refcounttree.c cpos += set_len; cpos 2155 fs/ocfs2/refcounttree.c u64 cpos, u32 len, cpos 2160 fs/ocfs2/refcounttree.c cpos, len, 1, cpos 2168 fs/ocfs2/refcounttree.c int index, u64 cpos, unsigned int len, cpos 2177 fs/ocfs2/refcounttree.c BUG_ON(cpos < le64_to_cpu(rec->r_cpos)); cpos 2178 fs/ocfs2/refcounttree.c BUG_ON(cpos + len > cpos 2183 fs/ocfs2/refcounttree.c (unsigned long long)cpos, len); cpos 2185 fs/ocfs2/refcounttree.c if (cpos == le64_to_cpu(rec->r_cpos) && cpos 2191 fs/ocfs2/refcounttree.c split.r_cpos = cpu_to_le64(cpos); cpos 2223 fs/ocfs2/refcounttree.c u64 cpos, u32 len, cpos 2236 fs/ocfs2/refcounttree.c (unsigned long long)cpos, len, delete); cpos 2240 fs/ocfs2/refcounttree.c cpos, len, &rec, &index, cpos 2252 fs/ocfs2/refcounttree.c r_len = min((u64)(cpos + len), le64_to_cpu(rec.r_cpos) + cpos 2253 fs/ocfs2/refcounttree.c le32_to_cpu(rec.r_clusters)) - cpos; cpos 2257 fs/ocfs2/refcounttree.c cpos, r_len, cpos 2266 fs/ocfs2/refcounttree.c ocfs2_clusters_to_blocks(sb, cpos), cpos 2274 fs/ocfs2/refcounttree.c cpos += r_len; cpos 2287 fs/ocfs2/refcounttree.c handle_t *handle, u32 cpos, u32 len, cpos 2319 fs/ocfs2/refcounttree.c cpos, len, meta_ac, dealloc, delete); cpos 2338 fs/ocfs2/refcounttree.c handle_t *handle, u32 cpos, cpos 2346 fs/ocfs2/refcounttree.c cpos, len, phys); cpos 2354 fs/ocfs2/refcounttree.c ret = ocfs2_change_extent_flag(handle, et, cpos, cpos 2377 fs/ocfs2/refcounttree.c u64 cpos = start_cpos; cpos 2385 fs/ocfs2/refcounttree.c cpos, clusters, &rec, cpos 2415 fs/ocfs2/refcounttree.c recs_add, (unsigned long long)cpos, clusters, cpos 2420 fs/ocfs2/refcounttree.c len = min((u64)cpos + clusters, le64_to_cpu(rec.r_cpos) + cpos 2421 fs/ocfs2/refcounttree.c le32_to_cpu(rec.r_clusters)) - cpos; cpos 2444 fs/ocfs2/refcounttree.c if (cpos == start_cpos && cpos 2445 fs/ocfs2/refcounttree.c cpos != le64_to_cpu(rec.r_cpos)) cpos 2449 fs/ocfs2/refcounttree.c if (cpos + clusters < le64_to_cpu(rec.r_cpos) + cpos 2458 fs/ocfs2/refcounttree.c cpos += len; cpos 2591 fs/ocfs2/refcounttree.c unsigned int cpos) cpos 2593 fs/ocfs2/refcounttree.c BUG_ON(start > cpos); cpos 2595 fs/ocfs2/refcounttree.c return start + ((cpos - start) & ocfs2_cow_contig_mask(sb)); cpos 2629 fs/ocfs2/refcounttree.c u32 cpos, cpos 2644 fs/ocfs2/refcounttree.c BUG_ON(cpos + write_len > max_cpos); cpos 2647 fs/ocfs2/refcounttree.c ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); cpos 2676 fs/ocfs2/refcounttree.c le16_to_cpu(rec->e_leaf_clusters) <= cpos) cpos 2713 fs/ocfs2/refcounttree.c want_clusters = (cpos + write_len) - cpos 2728 fs/ocfs2/refcounttree.c else if (*cow_len || (*cow_start == cpos)) { cpos 2744 fs/ocfs2/refcounttree.c (cpos + write_len)) { cpos 2751 fs/ocfs2/refcounttree.c } else if ((rec_end - cpos) <= contig_clusters) { cpos 2758 fs/ocfs2/refcounttree.c } else if ((rec_end - cpos) <= want_clusters) { cpos 2770 fs/ocfs2/refcounttree.c *cow_start, cpos); cpos 2782 fs/ocfs2/refcounttree.c *cow_start, cpos); cpos 2784 fs/ocfs2/refcounttree.c want_clusters = (cpos + write_len) - *cow_start; cpos 2794 fs/ocfs2/refcounttree.c if ((*cow_start + *cow_len) >= (cpos + write_len)) cpos 2905 fs/ocfs2/refcounttree.c u32 cpos, u32 old_cluster, cpos 2917 fs/ocfs2/refcounttree.c trace_ocfs2_duplicate_clusters_by_page(cpos, old_cluster, cpos 2920 fs/ocfs2/refcounttree.c offset = ((loff_t)cpos) << OCFS2_SB(sb)->s_clustersize_bits; cpos 3000 fs/ocfs2/refcounttree.c u32 cpos, u32 old_cluster, cpos 3013 fs/ocfs2/refcounttree.c trace_ocfs2_duplicate_clusters_by_page(cpos, old_cluster, cpos 3055 fs/ocfs2/refcounttree.c u32 cpos, u32 p_cluster, u32 len, cpos 3068 fs/ocfs2/refcounttree.c cpos, len, p_cluster, ext_flags); cpos 3071 fs/ocfs2/refcounttree.c replace_rec.e_cpos = cpu_to_le32(cpos); cpos 3085 fs/ocfs2/refcounttree.c ret = ocfs2_find_path(et->et_ci, path, cpos); cpos 3093 fs/ocfs2/refcounttree.c index = ocfs2_search_extent_list(el, cpos); cpos 3097 fs/ocfs2/refcounttree.c (unsigned long long)ino, cpos); cpos 3113 fs/ocfs2/refcounttree.c u32 cpos, u32 old, cpos 3122 fs/ocfs2/refcounttree.c cpos, old, new, len, ext_flags); cpos 3127 fs/ocfs2/refcounttree.c cpos, old, new, len); cpos 3135 fs/ocfs2/refcounttree.c cpos, new, len, ext_flags, cpos 3145 fs/ocfs2/refcounttree.c u32 cpos, u32 num_clusters) cpos 3155 fs/ocfs2/refcounttree.c offset = ((loff_t)cpos) << OCFS2_SB(sb)->s_clustersize_bits; cpos 3204 fs/ocfs2/refcounttree.c u32 cpos, u32 p_cluster, cpos 3216 fs/ocfs2/refcounttree.c trace_ocfs2_make_clusters_writable(cpos, p_cluster, cpos 3268 fs/ocfs2/refcounttree.c cpos, p_cluster, cpos 3289 fs/ocfs2/refcounttree.c cpos, p_cluster, new_bit, cpos 3308 fs/ocfs2/refcounttree.c cpos += set_len; cpos 3330 fs/ocfs2/refcounttree.c ret = ocfs2_cow_sync_writeback(sb, context->inode, cpos, cpos 3409 fs/ocfs2/refcounttree.c u32 cpos, u32 write_len, u32 max_cpos) cpos 3422 fs/ocfs2/refcounttree.c cpos, write_len, max_cpos, cpos 3430 fs/ocfs2/refcounttree.c cpos, write_len, max_cpos, cpos 3485 fs/ocfs2/refcounttree.c u32 cpos, u32 write_len, u32 max_cpos) cpos 3492 fs/ocfs2/refcounttree.c ret = ocfs2_get_clusters(inode, cpos, &p_cluster, cpos 3503 fs/ocfs2/refcounttree.c ret = ocfs2_refcount_cow_hunk(inode, di_bh, cpos, cpos 3512 fs/ocfs2/refcounttree.c cpos += num_clusters; cpos 3543 fs/ocfs2/refcounttree.c u32 cpos = 0, clusters = le32_to_cpu(xv->xr_clusters); cpos 3548 fs/ocfs2/refcounttree.c while (cpos < clusters) { cpos 3549 fs/ocfs2/refcounttree.c ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, cpos 3557 fs/ocfs2/refcounttree.c cpos += num_clusters; cpos 3624 fs/ocfs2/refcounttree.c u32 cpos, u32 write_len, cpos 3635 fs/ocfs2/refcounttree.c cpos, write_len, UINT_MAX, cpos 3685 fs/ocfs2/refcounttree.c u32 cpos, u32 p_cluster, u32 num_clusters, cpos 3729 fs/ocfs2/refcounttree.c cpos, num_clusters, p_cluster, cpos 3803 fs/ocfs2/refcounttree.c u32 cpos, num_clusters, clusters, p_cluster; cpos 3834 fs/ocfs2/refcounttree.c cpos = 0; cpos 3835 fs/ocfs2/refcounttree.c while (cpos < clusters) { cpos 3836 fs/ocfs2/refcounttree.c ret = ocfs2_get_clusters(inode, cpos, &p_cluster, cpos 3845 fs/ocfs2/refcounttree.c ref_root_bh, cpos, cpos 3855 fs/ocfs2/refcounttree.c cpos += num_clusters; cpos 3898 fs/ocfs2/refcounttree.c u32 cpos, u32 p_cluster, u32 num_clusters, cpos 3925 fs/ocfs2/refcounttree.c ret = ocfs2_insert_extent(handle, et, cpos, cpos 4005 fs/ocfs2/refcounttree.c u32 p_cluster, num_clusters, clusters, cpos; cpos 4015 fs/ocfs2/refcounttree.c cpos = 0; cpos 4016 fs/ocfs2/refcounttree.c while (cpos < clusters) { cpos 4017 fs/ocfs2/refcounttree.c ret = ocfs2_get_clusters(s_inode, cpos, &p_cluster, cpos 4026 fs/ocfs2/refcounttree.c cpos, p_cluster, cpos 4036 fs/ocfs2/refcounttree.c cpos += num_clusters; cpos 37 fs/ocfs2/refcounttree.h handle_t *handle, u32 cpos, u32 len, cpos 49 fs/ocfs2/refcounttree.h u32 cpos, u32 write_len, u32 max_cpos); cpos 77 fs/ocfs2/refcounttree.h u32 cpos, u32 write_len, cpos 81 fs/ocfs2/refcounttree.h u32 cpos, u32 old_cluster, cpos 85 fs/ocfs2/refcounttree.h u32 cpos, u32 old_cluster, cpos 89 fs/ocfs2/refcounttree.h u32 cpos, u32 num_clusters); cpos 94 fs/ocfs2/refcounttree.h u32 cpos, u32 p_cluster, u32 num_clusters, cpos 103 fs/ocfs2/refcounttree.h u64 cpos, u32 len, cpos 275 fs/ocfs2/xattr.c u64 blkno, u32 cpos, u32 len, void *para); cpos 286 fs/ocfs2/xattr.c u32 cpos, cpos 767 fs/ocfs2/xattr.c u32 cpos, u32 phys_cpos, u32 len, cpos 785 fs/ocfs2/xattr.c ret = ocfs2_remove_extent(handle, &et, cpos, len, ctxt->meta_ac, cpos 818 fs/ocfs2/xattr.c u32 trunc_len, cpos, phys_cpos, alloc_size; cpos 824 fs/ocfs2/xattr.c cpos = new_clusters; cpos 827 fs/ocfs2/xattr.c ret = ocfs2_xattr_get_clusters(inode, cpos, &phys_cpos, cpos 838 fs/ocfs2/xattr.c ret = __ocfs2_remove_xattr_range(inode, vb, cpos, cpos 849 fs/ocfs2/xattr.c cpos += alloc_size; cpos 1106 fs/ocfs2/xattr.c u32 cpos, p_cluster, num_clusters, bpc, clusters; cpos 1118 fs/ocfs2/xattr.c cpos = 0; cpos 1119 fs/ocfs2/xattr.c while (cpos < clusters) { cpos 1120 fs/ocfs2/xattr.c ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, cpos 1147 fs/ocfs2/xattr.c cpos += num_clusters; cpos 1356 fs/ocfs2/xattr.c u32 cpos = 0, bpc = ocfs2_clusters_to_blocks(inode->i_sb, 1); cpos 1365 fs/ocfs2/xattr.c while (cpos < clusters) { cpos 1366 fs/ocfs2/xattr.c ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, cpos 1414 fs/ocfs2/xattr.c cpos += num_clusters; cpos 4124 fs/ocfs2/xattr.c u64 blkno, u32 cpos, u32 len, void *para) cpos 5420 fs/ocfs2/xattr.c u32 cpos, cpos 5447 fs/ocfs2/xattr.c (unsigned long long)blkno, cpos, len); cpos 5482 fs/ocfs2/xattr.c ret = ocfs2_remove_extent(handle, &et, cpos, len, meta_ac, cpos 5899 fs/ocfs2/xattr.c u32 cpos, p_cluster, num_clusters; cpos 5903 fs/ocfs2/xattr.c cpos = 0; cpos 5904 fs/ocfs2/xattr.c while (cpos < clusters) { cpos 5905 fs/ocfs2/xattr.c ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, cpos 5912 fs/ocfs2/xattr.c cpos += num_clusters; cpos 5920 fs/ocfs2/xattr.c cpos - num_clusters, cpos 6096 fs/ocfs2/xattr.c u64 blkno, u32 cpos, u32 len, void *para) cpos 6355 fs/ocfs2/xattr.c u32 clusters, cpos, p_cluster, num_clusters; cpos 6418 fs/ocfs2/xattr.c cpos = 0; cpos 6419 fs/ocfs2/xattr.c while (cpos < clusters) { cpos 6421 fs/ocfs2/xattr.c cpos, cpos 6435 fs/ocfs2/xattr.c &data_et, cpos, cpos 6456 fs/ocfs2/xattr.c cpos += num_clusters; cpos 6835 fs/ocfs2/xattr.c u32 *cpos, int num_buckets, cpos 6879 fs/ocfs2/xattr.c *cpos = le32_to_cpu(bucket_xh(args->new_bucket)-> cpos 6930 fs/ocfs2/xattr.c u64 blkno, u32 cpos, u32 len) cpos 6973 fs/ocfs2/xattr.c reflink_cpos = cpos; cpos 6998 fs/ocfs2/xattr.c u32 cpos, cpos 7034 fs/ocfs2/xattr.c blkno, cpos, len); cpos 90 fs/ubifs/lprops.c int val1, val2, val3, cpos; cpos 120 fs/ubifs/lprops.c cpos = hpos * 2 + 1; cpos 121 fs/ubifs/lprops.c if (cpos >= heap->cnt) cpos 123 fs/ubifs/lprops.c val2 = get_heap_comp_val(heap->arr[cpos], cat); cpos 126 fs/ubifs/lprops.c if (cpos + 1 < heap->cnt) { cpos 127 fs/ubifs/lprops.c val3 = get_heap_comp_val(heap->arr[cpos + 1], cpos 130 fs/ubifs/lprops.c cpos += 1; /* Right child is bigger */ cpos 132 fs/ubifs/lprops.c heap->arr[cpos]->hpos = hpos; cpos 133 fs/ubifs/lprops.c heap->arr[hpos] = heap->arr[cpos]; cpos 134 fs/ubifs/lprops.c heap->arr[cpos] = lprops; cpos 135 fs/ubifs/lprops.c lprops->hpos = cpos; cpos 136 fs/ubifs/lprops.c hpos = cpos; cpos 140 fs/ubifs/lprops.c cpos += 1; cpos 141 fs/ubifs/lprops.c if (cpos >= heap->cnt) cpos 143 fs/ubifs/lprops.c val3 = get_heap_comp_val(heap->arr[cpos], cat); cpos 146 fs/ubifs/lprops.c heap->arr[cpos]->hpos = hpos; cpos 147 fs/ubifs/lprops.c heap->arr[hpos] = heap->arr[cpos]; cpos 148 fs/ubifs/lprops.c heap->arr[cpos] = lprops; cpos 149 fs/ubifs/lprops.c lprops->hpos = cpos; cpos 150 fs/ubifs/lprops.c hpos = cpos; cpos 173 fs/ubifs/lprops.c int cpos, val1, val2; cpos 177 fs/ubifs/lprops.c cpos = (((size_t)lprops >> 4) & b) + b; cpos 178 fs/ubifs/lprops.c ubifs_assert(c, cpos >= b); cpos 179 fs/ubifs/lprops.c ubifs_assert(c, cpos < LPT_HEAP_SZ); cpos 180 fs/ubifs/lprops.c ubifs_assert(c, cpos < heap->cnt); cpos 183 fs/ubifs/lprops.c val2 = get_heap_comp_val(heap->arr[cpos], cat); cpos 187 fs/ubifs/lprops.c lp = heap->arr[cpos]; cpos 191 fs/ubifs/lprops.c lprops->hpos = cpos; cpos 192 fs/ubifs/lprops.c heap->arr[cpos] = lprops;