Home
last modified time | relevance | path

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

/linux/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()
1054 fsi->host_root_path = kasprintf(GFP_KERNEL, "%s/", root_ino); in hostfs_init_fs_context()
/linux/include/linux/
H A Df2fs_fs.h138 __le32 root_ino; /* root inode number */ member
/linux/fs/f2fs/
H A Dsuper.c4071 le32_to_cpu(raw_super->root_ino) != 3) { in sanity_check_raw_super()
4075 le32_to_cpu(raw_super->root_ino)); in sanity_check_raw_super()
4290 F2FS_ROOT_INO(sbi) = le32_to_cpu(raw_super->root_ino); in init_sb_info()
/linux/fs/xfs/scrub/
H A Dtrace.h1842 __entry->rootino = dl->root_ino;