Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ntfs/
Dsuper.c1287 inode_lock(vol->root_ino); in check_windows_hibernation_status()
1288 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12, in check_windows_hibernation_status()
1290 inode_unlock(vol->root_ino); in check_windows_hibernation_status()
1988 vol->root_ino = ntfs_iget(sb, FILE_root); in load_system_files()
1989 if (IS_ERR(vol->root_ino) || is_bad_inode(vol->root_ino)) { in load_system_files()
1990 if (!IS_ERR(vol->root_ino)) in load_system_files()
1991 iput(vol->root_ino); in load_system_files()
2215 iput(vol->root_ino); in load_system_files()
2293 ntfs_commit_inode(vol->root_ino); in ntfs_put_super()
2321 ntfs_commit_inode(vol->root_ino); in ntfs_put_super()
[all …]
Dvolume.h117 struct inode *root_ino; /* The VFS inode of the root member
/Linux-v4.19/fs/hostfs/
Dhostfs_kern.c38 static char *root_ino = ""; variable
54 root_ino = options; in hostfs_args()
260 size_t offset = strlen(root_ino) + 1; in hostfs_show_options()
933 kmalloc(strlen(root_ino) + strlen(req_root) + 2, GFP_KERNEL); in hostfs_fill_sb_common()
937 sprintf(host_root_path, "%s/%s", root_ino, req_root); in hostfs_fill_sb_common()
/Linux-v4.19/fs/f2fs/
Dnamei.c432 unsigned int root_ino = F2FS_ROOT_INO(F2FS_I_SB(dir)); in f2fs_lookup() local
463 if ((dir->i_ino == root_ino) && f2fs_has_inline_dots(dir)) { in f2fs_lookup()
464 err = __recover_dot_dentries(dir, root_ino); in f2fs_lookup()
Dsuper.c2294 le32_to_cpu(raw_super->root_ino) != 3) { in sanity_check_raw_super()
2299 le32_to_cpu(raw_super->root_ino)); in sanity_check_raw_super()
2417 sbi->root_ino_num = le32_to_cpu(raw_super->root_ino); in init_sb_info()
/Linux-v4.19/include/linux/
Df2fs_fs.h99 __le32 root_ino; /* root inode number */ member