Home
last modified time | relevance | path

Searched refs:de_end (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/hpfs/
Ddnode.c14 struct hpfs_dirent *de_end = dnode_end_de(d); in get_pos() local
16 for (de = dnode_first_de(d); de < de_end; de = de_next_de(de)) { in get_pos()
118 struct hpfs_dirent *de, *de_end, *dee = NULL, *deee = NULL; in dnode_pre_last_de() local
119 de_end = dnode_end_de(d); in dnode_pre_last_de()
120 for (de = dnode_first_de(d); de < de_end; de = de_next_de(de)) { in dnode_pre_last_de()
128 struct hpfs_dirent *de, *de_end, *dee = NULL; in dnode_last_de() local
129 de_end = dnode_end_de(d); in dnode_last_de()
130 for (de = dnode_first_de(d); de < de_end; de = de_next_de(de)) { in dnode_last_de()
174 struct hpfs_dirent *de_end = dnode_end_de(d); in hpfs_add_de() local
176 for (de = dnode_first_de(d); de < de_end; de = de_next_de(de)) { in hpfs_add_de()
[all …]
/linux-4.4.14/fs/nilfs2/
Ddat.c98 entry->de_end = cpu_to_le64(NILFS_CNO_MAX); in nilfs_dat_commit_alloc()
122 entry->de_end = cpu_to_le64(NILFS_CNO_MIN); in nilfs_dat_commit_free()
201 entry->de_end = cpu_to_le64(end); in nilfs_dat_commit_end()
359 (unsigned long long)le64_to_cpu(entry->de_end)); in nilfs_dat_move()
460 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo()
/linux-4.4.14/include/media/
Dadv7842.h126 u16 de_end; member
/linux-4.4.14/include/linux/
Dnilfs2_fs.h483 __le64 de_end; member
/linux-4.4.14/drivers/media/i2c/
Dadv7842.c2676 sdp_io_write(sd, 0x9a, (s->de_end >> 8) & 0xf); in adv7842_s_sdp_io()
2677 sdp_io_write(sd, 0x9b, s->de_end & 0xff); in adv7842_s_sdp_io()