Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ntfs/
Dsuper.c1287 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 …]
Dvolume.h117 struct inode *root_ino; /* The VFS inode of the root member
/linux-4.4.14/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()
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()
/linux-4.4.14/include/linux/
Df2fs_fs.h83 __le32 root_ino; /* root inode number */ member
/linux-4.4.14/fs/f2fs/
Dsuper.c1011 sbi->root_ino_num = le32_to_cpu(raw_super->root_ino); in init_sb_info()