Searched refs:suballoc (Results 1 – 5 of 5) sorted by relevance
/fs/ocfs2/ |
D | Makefile | 35 suballoc.o \
|
D | alloc.h | 199 int type, int slot, u64 suballoc, u64 blkno,
|
D | ocfs2_trace.h | 670 TP_PROTO(int type, int slot, unsigned long long suballoc, 672 TP_ARGS(type, slot, suballoc, blkno, bit), 676 __field(unsigned long long, suballoc) 683 __entry->suballoc = suballoc; 688 __entry->type, __entry->slot, __entry->suballoc,
|
D | suballoc.c | 2753 struct inode *suballoc, in ocfs2_test_suballoc_bit() argument 2778 status = ocfs2_read_group_descriptor(suballoc, alloc_di, bg_blkno, in ocfs2_test_suballoc_bit()
|
D | alloc.c | 6748 int type, int slot, u64 suballoc, in ocfs2_cache_block_dealloc() argument 6770 (unsigned long long)suballoc, in ocfs2_cache_block_dealloc() 6773 item->free_bg = suballoc; in ocfs2_cache_block_dealloc()
|