Lines Matching refs:suballoc_slot
2694 * Read the inode specified by blkno to get suballoc_slot and
2698 u16 *suballoc_slot, u64 *group_blkno,
2732 if (suballoc_slot)
2733 *suballoc_slot = le16_to_cpu(inode_fe->i_suballoc_slot);
2816 u16 suballoc_bit = 0, suballoc_slot = 0;
2822 status = ocfs2_get_suballoc_slot_bit(osb, blkno, &suballoc_slot,
2829 if (suballoc_slot == (u16)OCFS2_INVALID_SLOT)
2831 GLOBAL_INODE_ALLOC_SYSTEM_INODE, suballoc_slot);
2834 INODE_ALLOC_SYSTEM_INODE, suballoc_slot);
2840 (u32)suballoc_slot);
2850 (u32)suballoc_slot, status);