Lines Matching defs:ino
94 #define ext_debug(ino, fmt, ...) \
95 pr_debug("[%s/%d] EXT4-fs (%s): ino %lu: (%s, %d): %s:" fmt, \
97 ino->i_sb->s_id, ino->i_ino, __FILE__, __LINE__, \
100 #define ext_debug(ino, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
1778 static inline int ext4_valid_inum(struct super_block *sb, unsigned long ino)
1780 return ino == EXT4_ROOT_INO ||
1781 (ino >= EXT4_FIRST_INO(sb) &&
1782 ino <= le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count));
2844 extern int ext4_mark_inode_used(struct super_block *sb, int ino);
2895 int ext4_fc_record_regions(struct super_block *sb, int ino,
2969 extern struct inode *__ext4_iget(struct super_block *sb, unsigned long ino,
2973 #define ext4_iget(sb, ino, flags) \
2974 __ext4_iget((sb), (ino), (flags), __func__, __LINE__)
2989 extern int ext4_get_fc_inode_loc(struct super_block *sb, unsigned long ino,
3161 #define ext4_grp_locked_error(sb, grp, ino, block, fmt, ...) \
3162 __ext4_grp_locked_error(__func__, __LINE__, sb, grp, ino, block, \
3209 #define ext4_grp_locked_error(sb, grp, ino, block, fmt, ...) \
3212 __ext4_grp_locked_error("", 0, sb, grp, ino, block, " "); \