Searched refs:root_ino (Results 1 – 5 of 5) sorted by relevance
1287 mutex_lock(&vol->root_ino->i_mutex); 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 mutex_unlock(&vol->root_ino->i_mutex); 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()2218 iput(vol->root_ino); in load_system_files()2296 ntfs_commit_inode(vol->root_ino); in ntfs_put_super()2324 ntfs_commit_inode(vol->root_ino); in ntfs_put_super()[all …]
117 struct inode *root_ino; /* The VFS inode of the root member
38 static char *root_ino = ""; variable54 root_ino = options; in hostfs_args()260 size_t offset = strlen(root_ino) + 1; in hostfs_show_options()946 kmalloc(strlen(root_ino) + strlen(req_root) + 2, GFP_KERNEL); in hostfs_fill_sb_common()950 sprintf(host_root_path, "%s/%s", root_ino, req_root); in hostfs_fill_sb_common()
429 unsigned int root_ino = F2FS_ROOT_INO(F2FS_I_SB(dir)); in f2fs_lookup() local460 if ((dir->i_ino == root_ino) && f2fs_has_inline_dots(dir)) { in f2fs_lookup()461 err = __recover_dot_dentries(dir, root_ino); in f2fs_lookup()
2205 le32_to_cpu(raw_super->root_ino) != 3) { in sanity_check_raw_super()2210 le32_to_cpu(raw_super->root_ino)); in sanity_check_raw_super()2344 sbi->root_ino_num = le32_to_cpu(raw_super->root_ino); in init_sb_info()