search for: ntfs_attr_lookup

Displaying 2 results from an estimated 2 matches for "ntfs_attr_lookup".

2014 Feb 20
2
[PATCH] NTFS: fragmented $MFT file was not handled
...struct ntfs_readdir_state *readdi /*** Function declarations */ static f_mft_record_lookup ntfs_mft_record_lookup_3_0; static f_mft_record_lookup ntfs_mft_record_lookup_3_1; +static inline enum dirent_type get_inode_mode(struct ntfs_mft_record *mrec); +static inline struct ntfs_attr_record * ntfs_attr_lookup(struct fs_info *fs, uint32_t type, struct ntfs_mft_record **mmrec, struct ntfs_mft_record *mrec); +static inline uint8_t *mapping_chunk_init(struct ntfs_attr_record *attr,struct mapping_chunk *chunk,uint32_t *offset); +static int parse_data_run(const void *stream, uint32_t *offset, uint8_t *att...
2012 Feb 15
0
[GIT PULL] NTFS features and fixes
...: handle MFT records that contain $ATTRIBUTE_LIST attribute ntfs: handle offsets when walking through attribute list's entries ntfs: print function names on debug mode ntfs: add missing field in ntfs_attr_list_entry structure ntfs: MFT record may be changed when invoking ntfs_attr_lookup() ntfs: keep looking for attributes with the latest found MFT record ntfs: remove wrong checks ntfs: check for index entry which has INDEX_ENTRY_END flag set NEWS: trivial change NEWS | 2 +- core/fs/ntfs/ntfs.c | 344 ++++++++++++++++++++++++++++++...