Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Ddirtree.h81 xfs_ino_t root_ino; member
H A Ddirtree.c113 dl->root_ino = NULLFSINO; in xchk_setup_dirtree()
387 if (parent_ino == dl->root_ino) { in xchk_dirpath_step_up()
920 dl->root_ino = sc->mp->m_rootip->i_ino; in xchk_dirtree()
H A Ddirtree_repair.c440 parent_ino = dl->root_ino; in xrep_dirtree_unlink()
H A Dtrace.h1830 __entry->rootino = dl->root_ino;
/linux/fs/hostfs/
H A Dhostfs_kern.c42 static char *root_ino = ""; variable
58 root_ino = options; in hostfs_args()
249 size_t offset = strlen(root_ino) + 1; in hostfs_show_options()
946 kasprintf(GFP_KERNEL, "%s/%s", root_ino, req_root); in hostfs_fill_sb_common()
/linux/fs/f2fs/
H A Dnamei.c523 unsigned int root_ino = F2FS_ROOT_INO(F2FS_I_SB(dir)); in f2fs_lookup() local
559 if ((dir->i_ino == root_ino) && f2fs_has_inline_dots(dir)) { in f2fs_lookup()
560 err = __recover_dot_dentries(dir, root_ino); in f2fs_lookup()
H A Dsuper.c3595 le32_to_cpu(raw_super->root_ino) != 3) { in sanity_check_raw_super()
3599 le32_to_cpu(raw_super->root_ino)); in sanity_check_raw_super()
3790 F2FS_ROOT_INO(sbi) = le32_to_cpu(raw_super->root_ino); in init_sb_info()
/linux/include/linux/
H A Df2fs_fs.h134 __le32 root_ino; /* root inode number */ member