Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Ddirtree.h81 xfs_ino_t root_ino; member
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()
Ddirtree_repair.c440 parent_ino = dl->root_ino; in xrep_dirtree_unlink()
Dtrace.h1828 __entry->rootino = dl->root_ino;
/linux-6.12.1/fs/hostfs/
Dhostfs_kern.c48 static char *root_ino = ""; variable
64 root_ino = options; in hostfs_args()
263 size_t offset = strlen(root_ino) + 1; in hostfs_show_options()
998 kasprintf(GFP_KERNEL, "%s/%s", root_ino, host_root); in hostfs_parse_param()
1017 kasprintf(GFP_KERNEL, "%s/%s", root_ino, host_root); in hostfs_parse_monolithic()
/linux-6.12.1/include/linux/
Df2fs_fs.h134 __le32 root_ino; /* root inode number */ member
/linux-6.12.1/fs/f2fs/
Dsuper.c3606 le32_to_cpu(raw_super->root_ino) != 3) { in sanity_check_raw_super()
3610 le32_to_cpu(raw_super->root_ino)); in sanity_check_raw_super()
3801 F2FS_ROOT_INO(sbi) = le32_to_cpu(raw_super->root_ino); in init_sb_info()