Searched refs:ntfs_attr_iget (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | reparse.c | 340 rp_inode = ntfs_attr_iget(VFS_I(ni), AT_REPARSE_POINT, AT_UNNAMED, 0); in update_reparse_data() 393 vi = ntfs_attr_iget(VFS_I(ni), AT_REPARSE_POINT, AT_UNNAMED, 0); in ntfs_delete_reparse_index()
|
| H A D | attrlist.c | 60 attr_vi = ntfs_attr_iget(VFS_I(base_ni), AT_ATTRIBUTE_LIST, AT_UNNAMED, 0); in ntfs_attrlist_update()
|
| H A D | attrib.c | 855 attr_vi = ntfs_attr_iget(VFS_I(base_ni), AT_ATTRIBUTE_LIST, AT_UNNAMED, 0); in load_attribute_list() 2782 attr_vi = ntfs_attr_iget(VFS_I(ni), type, name, name_len); in ntfs_attr_add() 4558 tvi = ntfs_attr_iget(VFS_I(base_ni), a->type, in ntfs_resident_attr_resize() 5073 attr_vi = ntfs_attr_iget(VFS_I(ni), type, name, name_len); in ntfs_attr_remove() 5118 bmp_vi = ntfs_attr_iget(VFS_I(ni), type, name, name_len); in ntfs_attr_readall()
|
| H A D | ea.c | 29 ea_vi = ntfs_attr_iget(VFS_I(ni), type, AT_UNNAMED, 0); in ntfs_write_ea()
|
| H A D | file.c | 211 attr_vi = ntfs_attr_iget(vi, ctx->attr->type, in ntfs_file_fsync()
|
| H A D | inode.c | 209 struct inode *ntfs_attr_iget(struct inode *base_vi, __le32 type, in ntfs_attr_iget() function 1642 bvi = ntfs_attr_iget(base_vi, AT_BITMAP, ni->name, ni->name_len); in ntfs_read_locked_index_inode()
|
| H A D | index.c | 952 bmp_vi = ntfs_attr_iget(VFS_I(icx->idx_ni), AT_BITMAP, icx->name, icx->name_len); in ntfs_ibm_modify()
|
| H A D | super.c | 1456 vol->mftbmp_ino = ntfs_attr_iget(vol->mft_ino, AT_BITMAP, NULL, 0); in load_system_files()
|