Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Dsuballoc.c2778 struct ocfs2_dinode *inode_fe; in ocfs2_get_suballoc_slot_bit() local
2790 inode_fe = (struct ocfs2_dinode *) inode_bh->b_data; in ocfs2_get_suballoc_slot_bit()
2791 if (!OCFS2_IS_VALID_DINODE(inode_fe)) { in ocfs2_get_suballoc_slot_bit()
2798 if (le16_to_cpu(inode_fe->i_suballoc_slot) != (u16)OCFS2_INVALID_SLOT && in ocfs2_get_suballoc_slot_bit()
2799 (u32)le16_to_cpu(inode_fe->i_suballoc_slot) > osb->max_slots - 1) { in ocfs2_get_suballoc_slot_bit()
2802 (u32)le16_to_cpu(inode_fe->i_suballoc_slot)); in ocfs2_get_suballoc_slot_bit()
2808 *suballoc_slot = le16_to_cpu(inode_fe->i_suballoc_slot); in ocfs2_get_suballoc_slot_bit()
2810 *suballoc_bit = le16_to_cpu(inode_fe->i_suballoc_bit); in ocfs2_get_suballoc_slot_bit()
2812 *group_blkno = le64_to_cpu(inode_fe->i_suballoc_loc); in ocfs2_get_suballoc_slot_bit()