Home
last modified time | relevance | path

Searched refs:ntfs_attr_iget (Results 1 – 9 of 9) sorted by relevance

/linux/fs/ntfs/
H A Dreparse.c677 rp_inode = ntfs_attr_iget(VFS_I(ni), AT_REPARSE_POINT, AT_UNNAMED, 0); in update_reparse_data()
731 vi = ntfs_attr_iget(VFS_I(ni), AT_REPARSE_POINT, AT_UNNAMED, 0); in ntfs_delete_reparse_index()
H A Dattrlist.c216 attr_vi = ntfs_attr_iget(VFS_I(base_ni), AT_ATTRIBUTE_LIST, AT_UNNAMED, 0); in ntfs_attrlist_update_locked()
H A Dwof.c680 wof_inode = ntfs_attr_iget(VFS_I(ni), AT_DATA, (__le16 *)WOF_NAME, in ntfs_read_wof_compressed_block()
H A Dattrib.c1070 attr_vi = ntfs_attr_iget(VFS_I(base_ni), AT_ATTRIBUTE_LIST, AT_UNNAMED, 0); in load_attribute_list()
2957 attr_vi = ntfs_attr_iget(VFS_I(ni), type, name, name_len); in ntfs_attr_add()
4846 tvi = ntfs_attr_iget(VFS_I(base_ni), a->type, in ntfs_resident_attr_resize()
5413 attr_vi = ntfs_attr_iget(VFS_I(ni), type, name, name_len); in ntfs_attr_remove()
5459 bmp_vi = ntfs_attr_iget(VFS_I(ni), type, name, name_len); in ntfs_attr_readall()
H A Dea.c29 ea_vi = ntfs_attr_iget(VFS_I(ni), type, AT_UNNAMED, 0); in ntfs_write_ea()
H A Dfile.c214 attr_vi = ntfs_attr_iget(vi, ctx->attr->type, in ntfs_file_fsync()
H A Dinode.c212 struct inode *ntfs_attr_iget(struct inode *base_vi, __le32 type, in ntfs_attr_iget() function
1685 bvi = ntfs_attr_iget(base_vi, AT_BITMAP, ni->name, ni->name_len); in ntfs_read_locked_index_inode()
H A Dindex.c1049 bmp_vi = ntfs_attr_iget(VFS_I(icx->idx_ni), AT_BITMAP, icx->name, icx->name_len); in ntfs_ibm_modify()
H A Dsuper.c1424 vol->mftbmp_ino = ntfs_attr_iget(vol->mft_ino, AT_BITMAP, NULL, 0); in load_system_files()