Lines Matching refs:la
68 * proportionally to la size. In addition to that, the reservations
89 * csize: 4K group: 126M la: 121M
90 * csize: 8K group: 252M la: 243M
91 * csize: 16K group: 504M la: 486M
92 * csize: 32K group: 1008M la: 972M
93 * csize: 64K group: 2016M la: 1944M
94 * csize: 128K group: 4032M la: 3888M
95 * csize: 256K group: 8064M la: 7776M
96 * csize: 512K group: 16128M la: 15552M
97 * csize: 1024K group: 32256M la: 31104M
275 struct ocfs2_local_alloc *la;
306 la = OCFS2_LOCAL_ALLOC(alloc);
316 if ((la->la_size == 0) ||
317 (le16_to_cpu(la->la_size) > ocfs2_local_alloc_size(inode->i_sb))) {
319 le16_to_cpu(la->la_size));
332 || la->la_bm_off) {
724 struct ocfs2_local_alloc *la;
730 la = OCFS2_LOCAL_ALLOC(alloc);
741 bitmap = la->la_bitmap;
742 *bit_off = le32_to_cpu(la->la_bm_off) + start;
780 struct ocfs2_local_alloc *la;
786 la = OCFS2_LOCAL_ALLOC(alloc);
788 bitmap = la->la_bitmap;
789 start = bit_off - le32_to_cpu(la->la_bm_off);
814 struct ocfs2_local_alloc *la = OCFS2_LOCAL_ALLOC(alloc);
816 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size));
912 struct ocfs2_local_alloc *la = OCFS2_LOCAL_ALLOC(alloc);
917 la->la_bm_off = 0;
918 for(i = 0; i < le16_to_cpu(la->la_size); i++)
919 la->la_bitmap[i] = 0;
958 struct ocfs2_local_alloc *la = OCFS2_LOCAL_ALLOC(alloc);
974 le32_to_cpu(la->la_bm_off));
975 bitmap = la->la_bitmap;
1153 struct ocfs2_local_alloc *la;
1156 la = OCFS2_LOCAL_ALLOC(alloc);
1209 la->la_bm_off = cpu_to_le32(cluster_off);
1217 le16_to_cpu(la->la_size));