Home
last modified time | relevance | path

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

/fs/ocfs2/
DMakefile35 suballoc.o \
Dalloc.h199 int type, int slot, u64 suballoc, u64 blkno,
Docfs2_trace.h670 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,
Dsuballoc.c2753 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()
Dalloc.c6748 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()