Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dsuballoc.c2795 * Read the inode specified by blkno to get suballoc_slot and
2799 u16 *suballoc_slot, u64 *group_blkno, in ocfs2_get_suballoc_slot_bit() argument
2833 if (suballoc_slot) in ocfs2_get_suballoc_slot_bit()
2834 *suballoc_slot = le16_to_cpu(inode_fe->i_suballoc_slot); in ocfs2_get_suballoc_slot_bit()
2917 u16 suballoc_bit = 0, suballoc_slot = 0; in ocfs2_test_inode_bit() local
2923 status = ocfs2_get_suballoc_slot_bit(osb, blkno, &suballoc_slot, in ocfs2_test_inode_bit()
2930 if (suballoc_slot == (u16)OCFS2_INVALID_SLOT) in ocfs2_test_inode_bit()
2932 GLOBAL_INODE_ALLOC_SYSTEM_INODE, suballoc_slot); in ocfs2_test_inode_bit()
2935 INODE_ALLOC_SYSTEM_INODE, suballoc_slot); in ocfs2_test_inode_bit()
2941 (u32)suballoc_slot); in ocfs2_test_inode_bit()
[all...]