Lines Matching defs:mapping

34  * runlist fragments and allows their mapping.  If you do not have the mft
36 * will perform the necessary mapping and unmapping.
61 * why the mapping of the old inode failed.
163 * Only decompress the mapping pairs if @vcn is inside it. Otherwise
188 * things are more complicated as we need to deal with mapping
257 * at this stage is not a problem as the mapping error is fatal
407 * runlist fragments and allows their mapping. If you do not have the mft
409 * will perform the necessary mapping and unmapping.
440 * why the mapping of the old inode failed.
1609 /* Determine the size of the mapping pairs array. */
1613 ntfs_debug("Failed to get size for mapping pairs array, error "
1646 * Calculate new offsets for the name and the mapping pairs array.
1713 /* Generate the mapping pairs array into the attribute record. */
1717 ntfs_debug("Failed to build mapping pairs, error code %i.",
1885 * updating the mapping pairs array of the attribute. This in turn involves
2201 "mapping of a runlist "
2276 /* Get the size for the new mapping pairs array for this extent. */
2284 "mapping pairs failed with error code "
2290 /* Extend the attribute record to fit the bigger mapping pairs array. */
2311 /* Generate the mapping pairs array directly into the attr record. */
2319 "because building the mapping pairs "
2440 * mapping pairs array thus we mark the inode bad so that no access to
2463 "mapping pairs array in error "
2506 struct address_space *mapping;
2524 mapping = VFS_I(ni)->i_mapping;
2539 page = read_mapping_page(mapping, idx, NULL);
2558 balance_dirty_pages_ratelimited(mapping);
2567 page = grab_cache_page(mapping, idx);
2599 balance_dirty_pages_ratelimited(mapping);
2604 page = read_mapping_page(mapping, idx, NULL);
2616 balance_dirty_pages_ratelimited(mapping);