Home
last modified time | relevance | path

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

/fs/ntfs/
Dsuper.c1258 mutex_lock(&vol->root_ino->i_mutex); in check_windows_hibernation_status()
1259 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12, in check_windows_hibernation_status()
1261 mutex_unlock(&vol->root_ino->i_mutex); in check_windows_hibernation_status()
1960 vol->root_ino = ntfs_iget(sb, FILE_root); in load_system_files()
1961 if (IS_ERR(vol->root_ino) || is_bad_inode(vol->root_ino)) { in load_system_files()
1962 if (!IS_ERR(vol->root_ino)) in load_system_files()
1963 iput(vol->root_ino); in load_system_files()
2195 iput(vol->root_ino); in load_system_files()
2274 ntfs_commit_inode(vol->root_ino); in ntfs_put_super()
2302 ntfs_commit_inode(vol->root_ino); in ntfs_put_super()
[all …]
Dvolume.h116 struct inode *root_ino; /* The VFS inode of the root member
/fs/hostfs/
Dhostfs_kern.c44 static char *root_ino = ""; variable
62 root_ino = options; in hostfs_args()
331 size_t offset = strlen(root_ino) + 1; in hostfs_show_options()
981 host_root_path = kmalloc(strlen(root_ino) + 1 in hostfs_fill_sb_common()
986 sprintf(host_root_path, "%s/%s", root_ino, req_root); in hostfs_fill_sb_common()