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

/linux-master/fs/hostfs/
H A Dhostfs_kern.c42 static char *root_ino = ""; variable
58 root_ino = options;
249 size_t offset = strlen(root_ino) + 1;
946 kasprintf(GFP_KERNEL, "%s/%s", root_ino, req_root);
/linux-master/fs/f2fs/
H A Dnamei.c523 unsigned int root_ino = F2FS_ROOT_INO(F2FS_I_SB(dir)); local
559 if ((dir->i_ino == root_ino) && f2fs_has_inline_dots(dir)) {
560 err = __recover_dot_dentries(dir, root_ino);
H A Dsuper.c3567 le32_to_cpu(raw_super->root_ino) != 3) {
3571 le32_to_cpu(raw_super->root_ino));
3762 F2FS_ROOT_INO(sbi) = le32_to_cpu(raw_super->root_ino);
/linux-master/include/linux/
H A Df2fs_fs.h134 __le32 root_ino; /* root inode number */ member in struct:f2fs_super_block

Completed in 157 milliseconds