Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dsuper.c1281 inode_lock(vol->root_ino); in check_windows_hibernation_status()
1284 inode_unlock(vol->root_ino); in check_windows_hibernation_status()
1983 if (IS_ERR(vol->root_ino) || is_bad_inode(vol->root_ino)) { in load_system_files()
1984 if (!IS_ERR(vol->root_ino)) in load_system_files()
1985 iput(vol->root_ino); in load_system_files()
2210 iput(vol->root_ino); in load_system_files()
2364 iput(vol->root_ino); in ntfs_put_super()
2365 vol->root_ino = NULL; in ntfs_put_super()
2906 ihold(vol->root_ino); in ntfs_fill_super()
2960 iput(vol->root_ino); in ntfs_fill_super()
[all …]
H A Dvolume.h103 struct inode *root_ino; /* The VFS inode of the root member
/openbmc/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()
/openbmc/linux/fs/f2fs/
H A Dnamei.c524 unsigned int root_ino = F2FS_ROOT_INO(F2FS_I_SB(dir)); in f2fs_lookup() local
561 if ((dir->i_ino == root_ino) && f2fs_has_inline_dots(dir)) { in f2fs_lookup()
562 err = __recover_dot_dentries(dir, root_ino); in f2fs_lookup()
H A Dsuper.c3546 le32_to_cpu(raw_super->root_ino) != 3) { in sanity_check_raw_super()
3550 le32_to_cpu(raw_super->root_ino)); in sanity_check_raw_super()
3741 F2FS_ROOT_INO(sbi) = le32_to_cpu(raw_super->root_ino); in init_sb_info()
/openbmc/linux/include/linux/
H A Df2fs_fs.h133 __le32 root_ino; /* root inode number */ member