Lines Matching defs:entry
40 * @ni: inode containing the @entry described by this context
43 * @entry: index entry (points into @ir or @ib)
44 * @data: index entry data (points into @entry)
47 * @is_in_root: TRUE if @entry is in @ir or FALSE if it is in @ib
55 * @parent_vcn: entry's parent nodes or VCN_INDEX_ROOT_PARENT for root
63 * @entry is the index entry described by this context. @data and @data_len
64 * are the index entry data and its length in bytes, respectively. @data
65 * simply points into @entry. This is probably what the user is interested in.
67 * If @is_in_root is TRUE, @entry is in the index root attribute @ir described
71 * If @is_in_root is FALSE, @entry is in the index allocation attribute and @ib
79 * When finished with the @entry and its @data, call ntfs_index_ctx_put() to
82 * If the index entry was modified, call ntfs_index_entry_mark_dirty() before
90 INDEX_ENTRY *entry;