Home
last modified time | relevance | path

Searched refs:ntfs_iget (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ntfs/
H A Dsuper.c907 tmp_ino = ntfs_iget(vol->sb, FILE_MFTMirr); in load_and_init_mft_mirror()
1097 tmp_ino = ntfs_iget(vol->sb, FILE_LogFile); in load_and_check_logfile()
1176 vi = ntfs_iget(vol->sb, MREF(mref)); in check_windows_hibernation_status()
1237 ino = ntfs_iget(sb, FILE_AttrDef); in load_and_init_attrdef()
1303 ino = ntfs_iget(sb, FILE_UpCase); in load_and_init_upcase()
1447 vol->lcnbmp_ino = ntfs_iget(sb, FILE_Bitmap); in load_system_files()
1469 vol->vol_ino = ntfs_iget(sb, FILE_Volume); in load_system_files()
1568 vol->root_ino = ntfs_iget(sb, FILE_root); in load_system_files()
1615 vol->secure_ino = ntfs_iget(sb, FILE_Secure); in load_system_files()
1623 vol->extend_ino = ntfs_iget(sb, FILE_Extend); in load_system_files()
H A Dreparse.c406 vi = ntfs_iget(vol->sb, mref); in ntfs_reparse_tag_dt_types()
627 dir_vi = ntfs_iget(vol->sb, FILE_Extend); in open_reparse_index()
647 vi = ntfs_iget(vol->sb, MREF(mref)); in open_reparse_index()
H A Dnamei.c199 dent_inode = ntfs_iget(vol->sb, dent_ino); in ntfs_lookup()
1637 return d_obtain_alias(ntfs_iget(vi->i_sb, parent_ino)); in ntfs_get_parent()
1645 inode = ntfs_iget(sb, ino); in ntfs_nfs_get_inode()
H A Ddir.c1139 parent_vi = ntfs_iget(vi->i_sb, MREF_LE(fn->parent_directory)); in ntfs_dir_fsync()
H A Dfile.c192 parent_vi = ntfs_iget(vi->i_sb, MREF_LE(fn->parent_directory)); in ntfs_file_fsync()
H A Dinode.c152 struct inode *ntfs_iget(struct super_block *sb, u64 mft_no) in ntfs_iget() function
2616 index_vi = ntfs_iget(sb, MREF_LE(fn->parent_directory)); in ntfs_inode_sync_filename()
H A Dattrib.c4844 tvi = ntfs_iget(sb, base_ni->mft_no); in ntfs_resident_attr_resize()