Searched refs:de_start (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/nilfs2/ |
H A D | dat.c | 97 entry->de_start = cpu_to_le64(NILFS_CNO_MIN); in nilfs_dat_commit_alloc() 121 entry->de_start = cpu_to_le64(NILFS_CNO_MIN); in nilfs_dat_commit_free() 151 entry->de_start = cpu_to_le64(nilfs_mdt_cno(dat)); in nilfs_dat_commit_start() 173 start = le64_to_cpu(entry->de_start); in nilfs_dat_prepare_end() 208 end = start = le64_to_cpu(entry->de_start); in nilfs_dat_commit_end() 233 start = le64_to_cpu(entry->de_start); in nilfs_dat_abort_end() 371 (unsigned long long)le64_to_cpu(entry->de_start), in nilfs_dat_move() 472 vinfo->vi_start = le64_to_cpu(entry->de_start); in nilfs_dat_get_vinfo()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/ |
H A D | 0001-adjust-for-64bit-time_t.patch | 94 strftime(buf, sizeof(buf), "%FT%T%z", localtime_r(&(de->de_start), &tm)); 105 strftime(buf, sizeof(buf), "%FT%T%z", localtime_r(&(de->de_start), &tm)); 164 - de->de_start, 166 + (intmax_t)de->de_start,
|
/openbmc/linux/include/uapi/linux/ |
H A D | nilfs2_ondisk.h | 475 __le64 de_start; member
|