Lines Matching refs:suballoc_slot
2692 * Read the inode specified by blkno to get suballoc_slot and
2696 u16 *suballoc_slot, u64 *group_blkno,
2730 if (suballoc_slot)
2731 *suballoc_slot = le16_to_cpu(inode_fe->i_suballoc_slot);
2814 u16 suballoc_bit = 0, suballoc_slot = 0;
2820 status = ocfs2_get_suballoc_slot_bit(osb, blkno, &suballoc_slot,
2827 if (suballoc_slot == (u16)OCFS2_INVALID_SLOT)
2829 GLOBAL_INODE_ALLOC_SYSTEM_INODE, suballoc_slot);
2832 INODE_ALLOC_SYSTEM_INODE, suballoc_slot);
2838 (u32)suballoc_slot);
2848 (u32)suballoc_slot, status);