Linux Kernel
3.7.1
|
#include <attrib.h>
Data Fields | |
MFT_RECORD * | mrec |
ATTR_RECORD * | attr |
bool | is_first |
ntfs_inode * | ntfs_ino |
ATTR_LIST_ENTRY * | al_entry |
ntfs_inode * | base_ntfs_ino |
MFT_RECORD * | base_mrec |
ATTR_RECORD * | base_attr |
ntfs_attr_search_ctx - used in attribute search functions : buffer containing mft record to search : attribute record in where to begin/continue search : if true ntfs_attr_lookup() begins search with , else after
Structure must be initialized to zero before the first call to one of the attribute search functions. Initialize to point to the mft record to search, and to point to the first attribute within (not necessary if calling the _first() functions), and set to 'true' (not necessary if calling the _first() functions).
If is 'true', the search begins with . If is 'false', the search begins after . This is so that, after the first call to one of the search attribute functions, we can call the function again, without any modification of the search context, to automagically get the next matching attribute.
ntfs_inode* base_ntfs_ino |
ntfs_inode* ntfs_ino |