Lines Matching defs:mapping
50 struct address_space *mapping = VFS_I(sc->ip)->i_mapping;
59 * in the mapping for the writer threads to consume.
62 * extent mapping checks because write failures do not
69 error = filemap_fdatawrite(mapping);
71 error = filemap_fdatawait_keep_errors(mapping);
88 * Inode fork block mapping (BMBT) scrubber.
100 /* Previous fork mapping that we examined */
184 * The rmap must be an exact match for this incore file mapping record,
253 * mapping. There are no offsets to check.
727 /* Decide if this individual fork mapping is ok. */
765 * into a single incore mapping. Returns true if @irec has been set to a
766 * mapping or false if there are no more mappings. Caller must ensure that
780 /* Advance to the next iextent record and check the mapping. */
812 * If the merged mapping could be expressed with fewer bmbt records
897 /* Find the offset of the last extent in the mapping. */
908 * the rmap must match the combined mapping exactly.