/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | dnode.c | 15 struct hpfs_dirent *de_end = dnode_end_de(d); in get_pos() local 17 for (de = dnode_first_de(d); de < de_end; de = de_next_de(de)) { in get_pos() 122 struct hpfs_dirent *de, *de_end, *dee = NULL, *deee = NULL; in dnode_pre_last_de() local 123 de_end = dnode_end_de(d); in dnode_pre_last_de() 124 for (de = dnode_first_de(d); de < de_end; de = de_next_de(de)) { in dnode_pre_last_de() 132 struct hpfs_dirent *de, *de_end, *dee = NULL; in dnode_last_de() local 133 de_end = dnode_end_de(d); in dnode_last_de() 134 for (de = dnode_first_de(d); de < de_end; de = de_next_de(de)) { in dnode_last_de() 178 struct hpfs_dirent *de_end = dnode_end_de(d); in hpfs_add_de() local 180 for (de = dnode_first_de(d); de < de_end; d in hpfs_add_de() 218 struct hpfs_dirent *de_end = dnode_end_de(d); fix_up_ptrs() local 393 struct hpfs_dirent *de, *de_end; hpfs_add_dirent() local 532 struct hpfs_dirent *de_end; delete_empty_dnode() local 800 struct hpfs_dirent *de, *de_end; map_nth_dirent() local 915 struct hpfs_dirent *de_end; map_dirent() local 1008 struct hpfs_dirent *de, *de_end; map_fnode_dirent() local [all...] |
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | dnode.c | 15 struct hpfs_dirent *de_end = dnode_end_de(d); in get_pos() local 17 for (de = dnode_first_de(d); de < de_end; de = de_next_de(de)) { in get_pos() 122 struct hpfs_dirent *de, *de_end, *dee = NULL, *deee = NULL; in dnode_pre_last_de() local 123 de_end = dnode_end_de(d); in dnode_pre_last_de() 124 for (de = dnode_first_de(d); de < de_end; de = de_next_de(de)) { in dnode_pre_last_de() 132 struct hpfs_dirent *de, *de_end, *dee = NULL; in dnode_last_de() local 133 de_end = dnode_end_de(d); in dnode_last_de() 134 for (de = dnode_first_de(d); de < de_end; de = de_next_de(de)) { in dnode_last_de() 178 struct hpfs_dirent *de_end = dnode_end_de(d); in hpfs_add_de() local 180 for (de = dnode_first_de(d); de < de_end; d in hpfs_add_de() 218 struct hpfs_dirent *de_end = dnode_end_de(d); fix_up_ptrs() local 393 struct hpfs_dirent *de, *de_end; hpfs_add_dirent() local 532 struct hpfs_dirent *de_end; delete_empty_dnode() local 800 struct hpfs_dirent *de, *de_end; map_nth_dirent() local 915 struct hpfs_dirent *de_end; map_dirent() local 1008 struct hpfs_dirent *de, *de_end; map_fnode_dirent() local [all...] |
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | dat.c | 98 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() 202 entry->de_end = cpu_to_le64(end); in nilfs_dat_commit_end() 361 (unsigned long long)le64_to_cpu(entry->de_end)); in nilfs_dat_move() 462 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | dat.c | 98 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() 213 entry->de_end = cpu_to_le64(end); in nilfs_dat_commit_end() 372 (unsigned long long)le64_to_cpu(entry->de_end)); in nilfs_dat_move() 473 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo()
|
/kernel/linux/linux-5.10/include/media/i2c/ |
H A D | adv7842.h | 113 u16 de_end; member
|
/kernel/linux/linux-6.6/include/media/i2c/ |
H A D | adv7842.h | 113 u16 de_end; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nilfs2_ondisk.h | 470 * @de_end: end checkpoint number 476 __le64 de_end; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nilfs2_ondisk.h | 470 * @de_end: end checkpoint number 476 __le64 de_end; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nilfs2_ondisk.h | 225 __le64 de_end; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nilfs2_ondisk.h | 204 __le64 de_end; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nilfs2_ondisk.h | 225 __le64 de_end; member
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7842.c | 2907 sdp_io_write(sd, 0x9a, (s->de_end >> 8) & 0xf); in adv7842_s_sdp_io() 2908 sdp_io_write(sd, 0x9b, s->de_end & 0xff); in adv7842_s_sdp_io()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7842.c | 2916 sdp_io_write(sd, 0x9a, (s->de_end >> 8) & 0xf); in adv7842_s_sdp_io() 2917 sdp_io_write(sd, 0x9b, s->de_end & 0xff); in adv7842_s_sdp_io()
|