Lines Matching defs:ino

146 	__le32 ino = node->footer.ino;
153 chksum = f2fs_chksum(sbi, sbi->s_chksum_seed, (__u8 *)&ino,
154 sizeof(ino));
219 f2fs_warn(sbi, "%s: corrupted inode footer i_ino=%lx, ino,nid: [%u, %u] run fsck to fix.",
228 f2fs_warn(sbi, "%s: corrupted inode ino=%lx, run fsck to fix.",
236 f2fs_warn(sbi, "%s: inode (ino=%lx) is with extra_attr, but extra_attr feature is off",
244 f2fs_warn(sbi, "%s: inode (ino=%lx) has corrupted i_extra_isize: %d, max: %zu",
256 f2fs_warn(sbi, "%s: inode (ino=%lx) has corrupted i_inline_xattr_size: %d, max: %zu",
271 f2fs_warn(sbi, "%s: inode (ino=%lx) extent info [%u, %u, %u] is incorrect, run fsck to fix",
280 f2fs_warn(sbi, "%s: inode (ino=%lx, mode=%u) should not have inline_data, run fsck to fix",
287 f2fs_warn(sbi, "%s: inode (ino=%lx, mode=%u) should not have inline_dentry, run fsck to fix",
294 f2fs_warn(sbi, "%s: inode (ino=%lx) has casefold flag, but casefold feature is off",
305 f2fs_warn(sbi, "%s: inode (ino=%lx) has unsupported "
314 f2fs_warn(sbi, "%s: inode (ino=%lx) has inconsistent "
324 f2fs_warn(sbi, "%s: inode (ino=%lx) has unsupported "
333 f2fs_warn(sbi, "%s: inode (ino=%lx) has corrupted i_xattr_nid: %u, run fsck to fix.",
350 /* Check if ino is within scope */
487 struct inode *f2fs_iget(struct super_block *sb, unsigned long ino)
493 inode = iget_locked(sb, ino);
501 if (ino == F2FS_NODE_INO(sbi) || ino == F2FS_META_INO(sbi))
508 if (ino == F2FS_NODE_INO(sbi)) {
511 } else if (ino == F2FS_META_INO(sbi)) {
550 struct inode *f2fs_iget_retry(struct super_block *sb, unsigned long ino)
554 inode = f2fs_iget(sb, ino);
778 "f2fs_evict_inode: inconsistent node id, ino:%lu",