Home
last modified time | relevance | path

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

/linux-6.15/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()
388 if (parent_ino == dl->root_ino) { in xchk_dirpath_step_up()
931 dl->root_ino = xchk_inode_rootdir_inum(sc->ip); in xchk_dirtree()
H A Ddirtree_repair.c440 parent_ino = dl->root_ino; in xrep_dirtree_unlink()
H A Dtrace.h1842 __entry->rootino = dl->root_ino;
/linux-6.15/fs/hostfs/
H A Dhostfs_kern.c49 static char *root_ino = ""; variable
66 root_ino = options; in hostfs_args()
250 size_t offset = strlen(root_ino) + 1; in hostfs_show_options()
993 kasprintf(GFP_KERNEL, "%s/%s", root_ino, host_root); in hostfs_parse_param()
1012 kasprintf(GFP_KERNEL, "%s/%s", root_ino, host_root); in hostfs_parse_monolithic()
/linux-6.15/include/linux/
H A Df2fs_fs.h135 __le32 root_ino; /* root inode number */ member
/linux-6.15/fs/f2fs/
H A Dsuper.c3690 le32_to_cpu(raw_super->root_ino) != 3) { in sanity_check_raw_super()
3694 le32_to_cpu(raw_super->root_ino)); in sanity_check_raw_super()
3885 F2FS_ROOT_INO(sbi) = le32_to_cpu(raw_super->root_ino); in init_sb_info()