Home
last modified time | relevance | path

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

/linux-4.19.296/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
/linux-4.19.296/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()
/linux-4.19.296/drivers/misc/sgi-gru/
Dgrufault.c156 struct gru_tlb_fault_map *dmap) in get_clear_fault_map()
535 struct gru_tlb_fault_map imap, dmap; in gru_intr() local
/linux-4.19.296/fs/ocfs2/dlm/
Ddlmdomain.c66 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()
/linux-4.19.296/drivers/edac/
Dpnd2_edac.c447 static struct d_cr_dmap dmap[DNV_NUM_CHANNELS]; variable
/linux-4.19.296/fs/f2fs/
Dsegment.c1748 unsigned long *dmap = SIT_I(sbi)->tmp_map; in add_discard_addrs() local