Searched refs:suballoc_slot (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | suballoc.c | 2694 * Read the inode specified by blkno to get suballoc_slot and 2698 u16 *suballoc_slot, u64 *group_blkno, in ocfs2_get_suballoc_slot_bit() 2732 if (suballoc_slot) in ocfs2_get_suballoc_slot_bit() 2733 *suballoc_slot = le16_to_cpu(inode_fe->i_suballoc_slot); in ocfs2_get_suballoc_slot_bit() 2816 u16 suballoc_bit = 0, suballoc_slot = 0; in ocfs2_test_inode_bit() local 2822 status = ocfs2_get_suballoc_slot_bit(osb, blkno, &suballoc_slot, in ocfs2_test_inode_bit() 2829 if (suballoc_slot == (u16)OCFS2_INVALID_SLOT) in ocfs2_test_inode_bit() 2831 GLOBAL_INODE_ALLOC_SYSTEM_INODE, suballoc_slot); in ocfs2_test_inode_bit() 2834 INODE_ALLOC_SYSTEM_INODE, suballoc_slot); in ocfs2_test_inode_bit() 2840 (u32)suballoc_slot); in ocfs2_test_inode_bit() 2697 ocfs2_get_suballoc_slot_bit(struct ocfs2_super *osb, u64 blkno, u16 *suballoc_slot, u64 *group_blkno, u16 *suballoc_bit) ocfs2_get_suballoc_slot_bit() argument [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | suballoc.c | 2692 * Read the inode specified by blkno to get suballoc_slot and 2696 u16 *suballoc_slot, u64 *group_blkno, in ocfs2_get_suballoc_slot_bit() 2730 if (suballoc_slot) in ocfs2_get_suballoc_slot_bit() 2731 *suballoc_slot = le16_to_cpu(inode_fe->i_suballoc_slot); in ocfs2_get_suballoc_slot_bit() 2814 u16 suballoc_bit = 0, suballoc_slot = 0; in ocfs2_test_inode_bit() local 2820 status = ocfs2_get_suballoc_slot_bit(osb, blkno, &suballoc_slot, in ocfs2_test_inode_bit() 2827 if (suballoc_slot == (u16)OCFS2_INVALID_SLOT) in ocfs2_test_inode_bit() 2829 GLOBAL_INODE_ALLOC_SYSTEM_INODE, suballoc_slot); in ocfs2_test_inode_bit() 2832 INODE_ALLOC_SYSTEM_INODE, suballoc_slot); in ocfs2_test_inode_bit() 2838 (u32)suballoc_slot); in ocfs2_test_inode_bit() 2695 ocfs2_get_suballoc_slot_bit(struct ocfs2_super *osb, u64 blkno, u16 *suballoc_slot, u64 *group_blkno, u16 *suballoc_bit) ocfs2_get_suballoc_slot_bit() argument [all...] |
Completed in 7 milliseconds