Searched defs:suballoc (Results 1 - 2 of 2) sorted by relevance

/fs/ocfs2/
H A Dsuballoc.c4 * suballoc.c
42 #include "suballoc.h"
2449 * expects the suballoc inode to already be locked.
2777 mlog(ML_ERROR, "inode %llu has invalid suballoc slot %u\n",
2803 * cluster locked against suballoc, or you may get a result based on
2807 struct inode *suballoc,
2823 mlog(ML_ERROR, "suballoc bit %u out of range of %u\n",
2832 status = ocfs2_read_group_descriptor(suballoc, alloc_di, bg_blkno,
2906 mlog(ML_ERROR, "test suballoc bit failed %d\n", status);
2806 ocfs2_test_suballoc_bit(struct ocfs2_super *osb, struct inode *suballoc, struct buffer_head *alloc_bh, u64 group_blkno, u64 blkno, u16 bit, int *res) argument
H A Dalloc.c46 #include "suballoc.h"
6287 * out of their own suballoc inode.
6540 int type, int slot, u64 suballoc,
6562 (unsigned long long)suballoc,
6565 item->free_bg = suballoc;
6539 ocfs2_cache_block_dealloc(struct ocfs2_cached_dealloc_ctxt *ctxt, int type, int slot, u64 suballoc, u64 blkno, unsigned int bit) argument

Completed in 46 milliseconds