Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dsuballoc.c2718 struct ocfs2_dinode *inode_fe; in ocfs2_get_suballoc_slot_bit() local
2730 inode_fe = (struct ocfs2_dinode *) inode_bh->b_data; in ocfs2_get_suballoc_slot_bit()
2731 if (!OCFS2_IS_VALID_DINODE(inode_fe)) { in ocfs2_get_suballoc_slot_bit()
2738 if (le16_to_cpu(inode_fe->i_suballoc_slot) != (u16)OCFS2_INVALID_SLOT && in ocfs2_get_suballoc_slot_bit()
2739 (u32)le16_to_cpu(inode_fe->i_suballoc_slot) > osb->max_slots - 1) { in ocfs2_get_suballoc_slot_bit()
2742 (u32)le16_to_cpu(inode_fe->i_suballoc_slot)); in ocfs2_get_suballoc_slot_bit()
2748 *suballoc_slot = le16_to_cpu(inode_fe->i_suballoc_slot); in ocfs2_get_suballoc_slot_bit()
2750 *suballoc_bit = le16_to_cpu(inode_fe->i_suballoc_bit); in ocfs2_get_suballoc_slot_bit()
2752 *group_blkno = le64_to_cpu(inode_fe->i_suballoc_loc); in ocfs2_get_suballoc_slot_bit()