Home
last modified time | relevance | path

Searched refs:OCFS2_LOCAL_ALLOC (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dlocalalloc.c49 #define OCFS2_LOCAL_ALLOC(dinode) (&((dinode)->id2.i_lab)) macro
322 la = OCFS2_LOCAL_ALLOC(alloc); in ocfs2_load_local_alloc()
354 OCFS2_LOCAL_ALLOC(alloc)->la_bm_off); in ocfs2_load_local_alloc()
747 la = OCFS2_LOCAL_ALLOC(alloc); in ocfs2_claim_local_alloc_bits()
803 la = OCFS2_LOCAL_ALLOC(alloc); in ocfs2_free_local_alloc_bits()
831 struct ocfs2_local_alloc *la = OCFS2_LOCAL_ALLOC(alloc); in ocfs2_local_alloc_count_bits()
879 bitmap = OCFS2_LOCAL_ALLOC(alloc)->la_bitmap; in ocfs2_local_alloc_find_clear_bits()
930 struct ocfs2_local_alloc *la = OCFS2_LOCAL_ALLOC(alloc); in ocfs2_clear_local_alloc()
976 struct ocfs2_local_alloc *la = OCFS2_LOCAL_ALLOC(alloc); in ocfs2_sync_local_to_main()
1174 la = OCFS2_LOCAL_ALLOC(alloc); in ocfs2_local_alloc_new_window()
[all …]