Lines Matching refs:la
70 * proportionally to la size. In addition to that, the reservations
91 * csize: 4K group: 126M la: 121M
92 * csize: 8K group: 252M la: 243M
93 * csize: 16K group: 504M la: 486M
94 * csize: 32K group: 1008M la: 972M
95 * csize: 64K group: 2016M la: 1944M
96 * csize: 128K group: 4032M la: 3888M
97 * csize: 256K group: 8064M la: 7776M
98 * csize: 512K group: 16128M la: 15552M
99 * csize: 1024K group: 32256M la: 31104M
277 struct ocfs2_local_alloc *la;
308 la = OCFS2_LOCAL_ALLOC(alloc);
318 if ((la->la_size == 0) ||
319 (le16_to_cpu(la->la_size) > ocfs2_local_alloc_size(inode->i_sb))) {
321 le16_to_cpu(la->la_size));
334 || la->la_bm_off) {
726 struct ocfs2_local_alloc *la;
732 la = OCFS2_LOCAL_ALLOC(alloc);
743 bitmap = la->la_bitmap;
744 *bit_off = le32_to_cpu(la->la_bm_off) + start;
782 struct ocfs2_local_alloc *la;
788 la = OCFS2_LOCAL_ALLOC(alloc);
790 bitmap = la->la_bitmap;
791 start = bit_off - le32_to_cpu(la->la_bm_off);
816 struct ocfs2_local_alloc *la = OCFS2_LOCAL_ALLOC(alloc);
818 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size));
914 struct ocfs2_local_alloc *la = OCFS2_LOCAL_ALLOC(alloc);
919 la->la_bm_off = 0;
920 for(i = 0; i < le16_to_cpu(la->la_size); i++)
921 la->la_bitmap[i] = 0;
960 struct ocfs2_local_alloc *la = OCFS2_LOCAL_ALLOC(alloc);
976 le32_to_cpu(la->la_bm_off));
977 bitmap = la->la_bitmap;
1155 struct ocfs2_local_alloc *la;
1158 la = OCFS2_LOCAL_ALLOC(alloc);
1211 la->la_bm_off = cpu_to_le32(cluster_off);
1219 le16_to_cpu(la->la_size));