Home
last modified time | relevance | path

Searched refs:ntfs_iget (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dnamei.c34 * directory, the corresponding inode is loaded by calling ntfs_iget() on its
116 ntfs_debug("Found inode 0x%lx. Calling ntfs_iget.", dent_ino); in ntfs_lookup()
117 dent_inode = ntfs_iget(vol->sb, dent_ino); in ntfs_lookup()
143 ntfs_error(vol->sb, "ntfs_iget(0x%lx) failed with " in ntfs_lookup()
334 return d_obtain_alias(ntfs_iget(vi->i_sb, parent_ino)); in ntfs_get_parent()
342 inode = ntfs_iget(sb, ino); in ntfs_nfs_get_inode()
384 * and due to using iget() whereas NTFS needs ntfs_iget().
H A Dsuper.c1027 tmp_ino = ntfs_iget(vol->sb, FILE_MFTMirr); in load_and_init_mft_mirror()
1208 tmp_ino = ntfs_iget(vol->sb, FILE_LogFile); in load_and_check_logfile()
1293 vi = ntfs_iget(vol->sb, MREF(mref)); in check_windows_hibernation_status()
1392 tmp_ino = ntfs_iget(vol->sb, MREF(mref)); in load_and_init_quota()
1477 tmp_ino = ntfs_iget(vol->sb, MREF(mref)); in load_and_init_usnjrnl()
1589 ino = ntfs_iget(sb, FILE_AttrDef); in load_and_init_attrdef()
1655 ino = ntfs_iget(sb, FILE_UpCase); in load_and_init_upcase()
1825 vol->lcnbmp_ino = ntfs_iget(sb, FILE_Bitmap); in load_system_files()
1847 vol->vol_ino = ntfs_iget(sb, FILE_Volume); in load_system_files()
1974 vol->root_ino = ntfs_iget(s in load_system_files()
[all...]
H A Dinode.h258 extern struct inode *ntfs_iget(struct super_block *sb, unsigned long mft_no);
H A Dinode.c142 * ntfs_iget - obtain a struct inode corresponding to a specific normal inode
157 struct inode *ntfs_iget(struct super_block *sb, unsigned long mft_no) in ntfs_iget() function
502 * ntfs_read_locked_inode() is called from ntfs_iget() to read the inode
/kernel/linux/linux-6.6/fs/ntfs/
H A Dnamei.c34 * directory, the corresponding inode is loaded by calling ntfs_iget() on its
116 ntfs_debug("Found inode 0x%lx. Calling ntfs_iget.", dent_ino); in ntfs_lookup()
117 dent_inode = ntfs_iget(vol->sb, dent_ino); in ntfs_lookup()
143 ntfs_error(vol->sb, "ntfs_iget(0x%lx) failed with " in ntfs_lookup()
334 return d_obtain_alias(ntfs_iget(vi->i_sb, parent_ino)); in ntfs_get_parent()
342 inode = ntfs_iget(sb, ino); in ntfs_nfs_get_inode()
384 * and due to using iget() whereas NTFS needs ntfs_iget().
H A Dsuper.c1035 tmp_ino = ntfs_iget(vol->sb, FILE_MFTMirr); in load_and_init_mft_mirror()
1216 tmp_ino = ntfs_iget(vol->sb, FILE_LogFile); in load_and_check_logfile()
1301 vi = ntfs_iget(vol->sb, MREF(mref)); in check_windows_hibernation_status()
1400 tmp_ino = ntfs_iget(vol->sb, MREF(mref)); in load_and_init_quota()
1485 tmp_ino = ntfs_iget(vol->sb, MREF(mref)); in load_and_init_usnjrnl()
1597 ino = ntfs_iget(sb, FILE_AttrDef); in load_and_init_attrdef()
1663 ino = ntfs_iget(sb, FILE_UpCase); in load_and_init_upcase()
1833 vol->lcnbmp_ino = ntfs_iget(sb, FILE_Bitmap); in load_system_files()
1855 vol->vol_ino = ntfs_iget(sb, FILE_Volume); in load_system_files()
1982 vol->root_ino = ntfs_iget(s in load_system_files()
[all...]
H A Dinode.h258 extern struct inode *ntfs_iget(struct super_block *sb, unsigned long mft_no);
H A Dinode.c142 * ntfs_iget - obtain a struct inode corresponding to a specific normal inode
157 struct inode *ntfs_iget(struct super_block *sb, unsigned long mft_no) in ntfs_iget() function
502 * ntfs_read_locked_inode() is called from ntfs_iget() to read the inode

Completed in 14 milliseconds