Searched defs:dmap (Results 1 – 4 of 4) sorted by relevance
147 struct dmap { struct148 __le32 nblocks; /* 4: num blks covered by this dmap */ argument149 __le32 nfree; /* 4: num of free blks in this dmap */ argument150 __le64 start; /* 8: starting blkno for this dmap */ argument151 struct dmaptree tree; /* 360: dmap tree */ argument173 * common definition for dmaptree within dmap and dmapctl argument
241 int nilfs_copy_dirty_pages(struct address_space *dmap, in nilfs_copy_dirty_pages()295 void nilfs_copy_back_pages(struct address_space *dmap, in nilfs_copy_back_pages()
51 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()
1852 unsigned long *dmap = SIT_I(sbi)->tmp_map; in add_discard_addrs() local