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()2223 iput(vol->root_ino); in load_system_files()2303 ntfs_commit_inode(vol->root_ino); in ntfs_put_super()2331 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()949 kmalloc(strlen(root_ino) + strlen(req_root) + 2, GFP_KERNEL); in hostfs_fill_sb_common()953 sprintf(host_root_path, "%s/%s", root_ino, req_root); in hostfs_fill_sb_common()
81 __le32 root_ino; /* root inode number */ member
912 sbi->root_ino_num = le32_to_cpu(raw_super->root_ino); in init_sb_info()