• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/

Lines Matching defs:entry

36  * @idx_ni:	index inode containing the @entry described by this context
37 * @entry: index entry (points into @ir or @ia)
38 * @data: index entry data (points into @entry)
40 * @is_in_root: 'true' if @entry is in @ir and 'false' if it is in @ia
49 * @entry is the index entry described by this context. @data and @data_len
50 * are the index entry data and its length in bytes, respectively. @data
51 * simply points into @entry. This is probably what the user is interested in.
53 * If @is_in_root is 'true', @entry is in the index root attribute @ir described
57 * If @is_in_root is 'false', @entry is in the index allocation attribute and @ia
64 * @entry and its @data without having to allocate a buffer and copy the @entry
67 * When finished with the @entry and its @data, call ntfs_index_ctx_put() to
70 * If the index entry was modified, call flush_dcache_index_entry_page()
77 INDEX_ENTRY *entry;
98 * @ictx: ntfs index context describing the index entry
100 * Call flush_dcache_page() for the page in which an index entry resides.
102 * This must be called every time an index entry is modified, just after the
105 * If the index entry is in the index root attribute, simply flush the page
108 * If the index entry is in an index block belonging to the index allocation
120 * ntfs_index_entry_mark_dirty - mark an index entry dirty
121 * @ictx: ntfs index context describing the index entry
123 * Mark the index entry described by the index entry context @ictx dirty.
125 * If the index entry is in the index root attribute, simply mark the mft
130 * If the index entry is in an index block belonging to the index allocation
133 * VFS inode of the ntfs index inode to which the index entry belongs dirty,