Searched refs:suballoc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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 | 2809 struct inode *suballoc, in ocfs2_test_suballoc_bit() argument 2834 status = ocfs2_read_group_descriptor(suballoc, alloc_di, bg_blkno, in ocfs2_test_suballoc_bit()
|
D | alloc.c | 6539 int type, int slot, u64 suballoc, in ocfs2_cache_block_dealloc() argument 6561 (unsigned long long)suballoc, in ocfs2_cache_block_dealloc() 6564 item->free_bg = suballoc; in ocfs2_cache_block_dealloc()
|