Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dmap.h147 struct dmap { struct
148 __le32 nblocks; /* 4: num blks covered by this dmap */ argument
149 __le32 nfree; /* 4: num of free blks in this dmap */ argument
150 __le64 start; /* 8: starting blkno for this dmap */ argument
151 struct dmaptree tree; /* 360: dmap tree */ argument
173 * common definition for dmaptree within dmap and dmapctl argument
/fs/nilfs2/
Dpage.c241 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()
/fs/ocfs2/dlm/
Ddlmdomain.c51 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()
/fs/f2fs/
Dsegment.c1852 unsigned long *dmap = SIT_I(sbi)->tmp_map; in add_discard_addrs() local