Searched refs:ntfs_iget (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | super.c | 866 tmp_ino = ntfs_iget(vol->sb, FILE_MFTMirr); in load_and_init_mft_mirror() 1056 tmp_ino = ntfs_iget(vol->sb, FILE_LogFile); in load_and_check_logfile() 1135 vi = ntfs_iget(vol->sb, MREF(mref)); in check_windows_hibernation_status() 1226 tmp_ino = ntfs_iget(vol->sb, MREF(mref)); in load_and_init_quota() 1263 ino = ntfs_iget(sb, FILE_AttrDef); in load_and_init_attrdef() 1330 ino = ntfs_iget(sb, FILE_UpCase); in load_and_init_upcase() 1479 vol->lcnbmp_ino = ntfs_iget(sb, FILE_Bitmap); in load_system_files() 1501 vol->vol_ino = ntfs_iget(sb, FILE_Volume); in load_system_files() 1599 vol->root_ino = ntfs_iget(sb, FILE_root); in load_system_files() 1646 vol->secure_ino = ntfs_iget(sb, FILE_Secure); in load_system_files() [all …]
|
| H A D | reparse.c | 180 vi = ntfs_iget(vol->sb, mref); in ntfs_reparse_tag_dt_types() 290 dir_vi = ntfs_iget(vol->sb, FILE_Extend); in open_reparse_index() 310 vi = ntfs_iget(vol->sb, MREF(mref)); in open_reparse_index()
|
| H A D | namei.c | 199 dent_inode = ntfs_iget(vol->sb, dent_ino); in ntfs_lookup() 1652 return d_obtain_alias(ntfs_iget(vi->i_sb, parent_ino)); in ntfs_get_parent() 1660 inode = ntfs_iget(sb, ino); in ntfs_nfs_get_inode()
|
| H A D | file.c | 189 parent_vi = ntfs_iget(vi->i_sb, MREF_LE(fn->parent_directory)); in ntfs_file_fsync()
|
| H A D | dir.c | 1177 parent_vi = ntfs_iget(vi->i_sb, MREF_LE(fn->parent_directory)); in ntfs_dir_fsync()
|
| H A D | inode.c | 152 struct inode *ntfs_iget(struct super_block *sb, u64 mft_no) in ntfs_iget() function 2574 index_vi = ntfs_iget(sb, MREF_LE(fn->parent_directory)); in ntfs_inode_sync_filename()
|
| H A D | attrib.c | 4556 tvi = ntfs_iget(sb, base_ni->mft_no); in ntfs_resident_attr_resize()
|