Searched refs:ntfs_iget5 (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/fs/ntfs3/ |
D | super.c | 618 inode = ntfs_iget5(sb, &ref, NULL); in ntfs_export_get_inode() 946 inode = ntfs_iget5(sb, &ref, &NAME_VOLUME); in ntfs_fill_super() 994 inode = ntfs_iget5(sb, &ref, &NAME_MIRROR); in ntfs_fill_super() 1009 inode = ntfs_iget5(sb, &ref, &NAME_LOGFILE); in ntfs_fill_super() 1045 inode = ntfs_iget5(sb, &ref, &NAME_MFT); in ntfs_fill_super() 1071 inode = ntfs_iget5(sb, &ref, &NAME_BADCLUS); in ntfs_fill_super() 1095 inode = ntfs_iget5(sb, &ref, &NAME_BITMAP); in ntfs_fill_super() 1132 inode = ntfs_iget5(sb, &ref, &NAME_ATTRDEF); in ntfs_fill_super() 1195 inode = ntfs_iget5(sb, &ref, &NAME_UPCASE); in ntfs_fill_super() 1262 inode = ntfs_iget5(sb, &ref, &NAME_ROOT); in ntfs_fill_super()
|
D | namei.c | 352 ntfs_iget5(inode->i_sb, &fname->home, NULL)); in ntfs3_get_parent()
|
D | fsntfs.c | 199 inode = ntfs_iget5(sb, &ref, &NAME_EXTEND); in ntfs_extend_init() 272 inode = ntfs_iget5(sb, &ref, NULL); in ntfs_loadlog_and_replay() 282 inode = ntfs_iget5(sb, &ref, NULL); in ntfs_loadlog_and_replay() 590 i = ntfs_iget5(sb, &ref, NULL); in ntfs_look_free_mft() 1833 inode = ntfs_iget5(sb, &ref, &NAME_SECURE); in ntfs_security_init()
|
D | dir.c | 264 inode = ntfs_iget5(sb, &e->ref, uni); in dir_search_u()
|
D | ntfs_fs.h | 688 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref,
|
D | inode.c | 498 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, in ntfs_iget5() function
|
D | fslog.c | 3107 inode_parent = ntfs_iget5(sbi->sb, &rec->parent_ref, NULL); in do_action() 4699 inode = ntfs_iget5(sbi->sb, &oe->ref, NULL); in log_replay()
|
D | frecord.c | 3196 dir = ntfs_iget5(sb, &fname->home, NULL); in ni_update_parent()
|