Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
DMakefile36 suballoc.o \
Dalloc.h213 int type, int slot, u64 suballoc, u64 blkno,
Docfs2_trace.h669 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,
Dsuballoc.c2809 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()
Dalloc.c6539 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()