Searched refs:ntfs_attr_iget (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | reparse.c | 677 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 D | attrlist.c | 216 attr_vi = ntfs_attr_iget(VFS_I(base_ni), AT_ATTRIBUTE_LIST, AT_UNNAMED, 0); in ntfs_attrlist_update_locked()
|
| H A D | wof.c | 680 wof_inode = ntfs_attr_iget(VFS_I(ni), AT_DATA, (__le16 *)WOF_NAME, in ntfs_read_wof_compressed_block()
|
| H A D | attrib.c | 1070 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 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 | 214 attr_vi = ntfs_attr_iget(vi, ctx->attr->type, in ntfs_file_fsync()
|
| H A D | inode.c | 212 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 D | index.c | 1049 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 | 1424 vol->mftbmp_ino = ntfs_attr_iget(vol->mft_ino, AT_BITMAP, NULL, 0); in load_system_files()
|