Searched refs:la_bitmap (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | localalloc.c | 743 bitmap = la->la_bitmap; in ocfs2_claim_local_alloc_bits() 790 bitmap = la->la_bitmap; in ocfs2_free_local_alloc_bits() 818 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size)); in ocfs2_local_alloc_count_bits() 864 bitmap = OCFS2_LOCAL_ALLOC(alloc)->la_bitmap; in ocfs2_local_alloc_find_clear_bits() 921 la->la_bitmap[i] = 0; in ocfs2_clear_local_alloc() 977 bitmap = la->la_bitmap; in ocfs2_sync_local_to_main() 1218 memset(OCFS2_LOCAL_ALLOC(alloc)->la_bitmap, 0, in ocfs2_local_alloc_new_window() 1222 OCFS2_LOCAL_ALLOC(alloc)->la_bitmap); in ocfs2_local_alloc_new_window()
|
H A D | ocfs2_fs.h | 643 /*10*/ __u8 la_bitmap[]; member 1354 offsetof(struct ocfs2_dinode, id2.i_lab.la_bitmap); in ocfs2_local_alloc_size() 1502 offsetof(struct ocfs2_dinode, id2.i_lab.la_bitmap); in ocfs2_local_alloc_size()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | localalloc.c | 741 bitmap = la->la_bitmap; in ocfs2_claim_local_alloc_bits() 788 bitmap = la->la_bitmap; in ocfs2_free_local_alloc_bits() 816 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size)); in ocfs2_local_alloc_count_bits() 862 bitmap = OCFS2_LOCAL_ALLOC(alloc)->la_bitmap; in ocfs2_local_alloc_find_clear_bits() 919 la->la_bitmap[i] = 0; in ocfs2_clear_local_alloc() 975 bitmap = la->la_bitmap; in ocfs2_sync_local_to_main() 1216 memset(OCFS2_LOCAL_ALLOC(alloc)->la_bitmap, 0, in ocfs2_local_alloc_new_window() 1220 OCFS2_LOCAL_ALLOC(alloc)->la_bitmap); in ocfs2_local_alloc_new_window()
|
H A D | ocfs2_fs.h | 641 /*10*/ __u8 la_bitmap[]; member 1352 offsetof(struct ocfs2_dinode, id2.i_lab.la_bitmap); in ocfs2_local_alloc_size() 1500 offsetof(struct ocfs2_dinode, id2.i_lab.la_bitmap); in ocfs2_local_alloc_size()
|
Completed in 10 milliseconds