Home
last modified time | relevance | path

Searched defs:dmap (Results 1 – 3 of 3) sorted by relevance

/fs/jfs/
Djfs_dmap.h160 struct dmap { struct
161 __le32 nblocks; /* 4: num blks covered by this dmap */ argument
162 __le32 nfree; /* 4: num of free blks in this dmap */ argument
163 __le64 start; /* 8: starting blkno for this dmap */ argument
164 struct dmaptree tree; /* 360: dmap tree */ argument
186 * common definition for dmaptree within dmap and dmapctl argument
/fs/nilfs2/
Dpage.c256 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()
/fs/ocfs2/dlm/
Ddlmdomain.c67 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()