Searched defs:dmap (Results 1 – 3 of 3) sorted by relevance
160 struct dmap { struct161 __le32 nblocks; /* 4: num blks covered by this dmap */ argument162 __le32 nfree; /* 4: num of free blks in this dmap */ argument163 __le64 start; /* 8: starting blkno for this dmap */ argument164 struct dmaptree tree; /* 360: dmap tree */ argument186 * common definition for dmaptree within dmap and dmapctl argument
256 int nilfs_copy_dirty_pages(struct address_space *dmap, in nilfs_copy_dirty_pages()311 void nilfs_copy_back_pages(struct address_space *dmap, in nilfs_copy_back_pages()
67 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()