Searched refs:ntfs_iget5 (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | super.c | 896 inode = ntfs_iget5(sb, &ref, NULL); in ntfs_export_get_inode() 1341 inode = ntfs_iget5(sb, &ref, &NAME_VOLUME); in ntfs_fill_super() 1394 inode = ntfs_iget5(sb, &ref, &NAME_MIRROR); in ntfs_fill_super() 1409 inode = ntfs_iget5(sb, &ref, &NAME_LOGFILE); in ntfs_fill_super() 1440 inode = ntfs_iget5(sb, &ref, &NAME_MFT); in ntfs_fill_super() 1502 inode = ntfs_iget5(sb, &ref, &NAME_BITMAP); in ntfs_fill_super() 1542 inode = ntfs_iget5(sb, &ref, &NAME_BADCLUS); in ntfs_fill_super() 1580 inode = ntfs_iget5(sb, &ref, &NAME_ATTRDEF); in ntfs_fill_super() 1644 inode = ntfs_iget5(sb, &ref, &NAME_UPCASE); in ntfs_fill_super() 1715 inode = ntfs_iget5(sb, &ref, &NAME_ROOT); in ntfs_fill_super()
|
| H A D | fsntfs.c | 230 inode = ntfs_iget5(sb, &ref, &NAME_EXTEND); in ntfs_extend_init() 303 inode = ntfs_iget5(sb, &ref, NULL); in ntfs_loadlog_and_replay() 313 inode = ntfs_iget5(sb, &ref, NULL); in ntfs_loadlog_and_replay() 648 i = ntfs_iget5(sb, &ref, NULL); in ntfs_look_free_mft() 1892 inode = ntfs_iget5(sb, &ref, &NAME_SECURE); in ntfs_security_init()
|
| H A D | namei.c | 395 ntfs_iget5(inode->i_sb, &fname->home, NULL)); in ntfs3_get_parent()
|
| H A D | dir.c | 381 struct inode *inode = ntfs_iget5(sbi->sb, &e->ref, NULL); in ntfs_dir_emit()
|
| H A D | ntfs_fs.h | 796 static inline struct inode *ntfs_iget5(struct super_block *sb, in ntfs_iget5() function
|
| H A D | frecord.c | 3020 dir = ntfs_iget5(sb, &fname->home, NULL); in ni_write_parents() 3140 dir = ntfs_iget5(sb, &fname->home, NULL); in ni_update_parent()
|
| H A D | fslog.c | 3212 inode_parent = ntfs_iget5(sbi->sb, &rec->parent_ref, NULL); in do_action() 4897 inode = ntfs_iget5(sbi->sb, &oe->ref, NULL); in log_replay()
|