Lines Matching defs:ino
92 #define ext_debug(ino, fmt, ...) \
93 pr_debug("[%s/%d] EXT4-fs (%s): ino %lu: (%s, %d): %s:" fmt, \
95 ino->i_sb->s_id, ino->i_ino, __FILE__, __LINE__, \
98 #define ext_debug(ino, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
1682 static inline int ext4_valid_inum(struct super_block *sb, unsigned long ino)
1684 return ino == EXT4_ROOT_INO ||
1685 (ino >= EXT4_FIRST_INO(sb) &&
1686 ino <= le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count));
2755 extern int ext4_mark_inode_used(struct super_block *sb, int ino);
2808 int ext4_fc_record_regions(struct super_block *sb, int ino,
2879 extern struct inode *__ext4_iget(struct super_block *sb, unsigned long ino,
2883 #define ext4_iget(sb, ino, flags) \
2884 __ext4_iget((sb), (ino), (flags), __func__, __LINE__)
2896 extern int ext4_get_fc_inode_loc(struct super_block *sb, unsigned long ino,
3060 #define ext4_grp_locked_error(sb, grp, ino, block, fmt, ...) \
3061 __ext4_grp_locked_error(__func__, __LINE__, sb, grp, ino, block, \
3108 #define ext4_grp_locked_error(sb, grp, ino, block, fmt, ...) \
3111 __ext4_grp_locked_error("", 0, sb, grp, ino, block, " "); \