Lines Matching refs:mapping
89 static int gfs2_aspace_writepages(struct address_space *mapping, in gfs2_aspace_writepages() argument
95 while ((folio = writeback_iter(mapping, wbc, folio, &error))) in gfs2_aspace_writepages()
128 struct address_space *mapping = gfs2_glock2aspace(gl); in gfs2_getbuf() local
136 if (mapping == NULL) in gfs2_getbuf()
137 mapping = gfs2_aspace(sdp); in gfs2_getbuf()
144 folio = __filemap_get_folio(mapping, index, in gfs2_getbuf()
146 mapping_gfp_mask(mapping) | __GFP_NOFAIL); in gfs2_getbuf()
152 folio = __filemap_get_folio(mapping, index, in gfs2_getbuf()
346 struct address_space *mapping = bh->b_folio->mapping; in gfs2_remove_from_journal() local
347 struct gfs2_sbd *sdp = gfs2_mapping2sbd(mapping); in gfs2_remove_from_journal()
415 struct address_space *mapping = ip->i_inode.i_mapping; in gfs2_getjdatabuf() local
423 folio = __filemap_get_folio(mapping, index, FGP_LOCK | FGP_ACCESSED, 0); in gfs2_getjdatabuf()