Home
last modified time | relevance | path

Searched refs:ntfs_iget5 (Results 1 – 8 of 8) sorted by relevance

/linux/fs/ntfs3/
H A Dsuper.c797 inode = ntfs_iget5(sb, &ref, NULL); in ntfs_export_get_inode()
1208 inode = ntfs_iget5(sb, &ref, &NAME_VOLUME); in ntfs_fill_super()
1256 inode = ntfs_iget5(sb, &ref, &NAME_MIRROR); in ntfs_fill_super()
1271 inode = ntfs_iget5(sb, &ref, &NAME_LOGFILE); in ntfs_fill_super()
1302 inode = ntfs_iget5(sb, &ref, &NAME_MFT); in ntfs_fill_super()
1330 inode = ntfs_iget5(sb, &ref, &NAME_BITMAP); in ntfs_fill_super()
1370 inode = ntfs_iget5(sb, &ref, &NAME_BADCLUS); in ntfs_fill_super()
1408 inode = ntfs_iget5(sb, &ref, &NAME_ATTRDEF); in ntfs_fill_super()
1472 inode = ntfs_iget5(sb, &ref, &NAME_UPCASE); in ntfs_fill_super()
1544 inode = ntfs_iget5(sb, &ref, &NAME_ROOT); in ntfs_fill_super()
H A Ddir.c264 inode = ntfs_iget5(sb, &e->ref, uni); in dir_search_u()
335 struct inode *inode = ntfs_iget5(sbi->sb, &e->ref, NULL); in ntfs_dir_emit()
H A Dfsntfs.c224 inode = ntfs_iget5(sb, &ref, &NAME_EXTEND); in ntfs_extend_init()
297 inode = ntfs_iget5(sb, &ref, NULL); in ntfs_loadlog_and_replay()
307 inode = ntfs_iget5(sb, &ref, NULL); in ntfs_loadlog_and_replay()
619 i = ntfs_iget5(sb, &ref, NULL); in ntfs_look_free_mft()
1882 inode = ntfs_iget5(sb, &ref, &NAME_SECURE); in ntfs_security_init()
H A Dnamei.c360 ntfs_iget5(inode->i_sb, &fname->home, NULL)); in ntfs3_get_parent()
H A Dntfs_fs.h708 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref,
H A Dinode.c525 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, in ntfs_iget5() function
H A Dfslog.c3113 inode_parent = ntfs_iget5(sbi->sb, &rec->parent_ref, NULL); in do_action()
4716 inode = ntfs_iget5(sbi->sb, &oe->ref, NULL); in log_replay()
H A Dfrecord.c3286 dir = ntfs_iget5(sb, &fname->home, NULL); in ni_update_parent()