Searched refs:suballoc (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | Makefile | 36 suballoc.o \
|
D | alloc.h | 213 int type, int slot, u64 suballoc, u64 blkno,
|
D | ocfs2_trace.h | 669 TP_PROTO(int type, int slot, unsigned long long suballoc, 671 TP_ARGS(type, slot, suballoc, blkno, bit), 675 __field(unsigned long long, suballoc) 682 __entry->suballoc = suballoc; 687 __entry->type, __entry->slot, __entry->suballoc,
|
D | suballoc.c | 2792 struct inode *suballoc, in ocfs2_test_suballoc_bit() argument 2817 status = ocfs2_read_group_descriptor(suballoc, alloc_di, bg_blkno, in ocfs2_test_suballoc_bit()
|
D | alloc.c | 6557 int type, int slot, u64 suballoc, in ocfs2_cache_block_dealloc() argument 6579 (unsigned long long)suballoc, in ocfs2_cache_block_dealloc() 6582 item->free_bg = suballoc; in ocfs2_cache_block_dealloc()
|