Home
last modified time | relevance | path

Searched refs:old_mtime (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcache.py596 for f, old_mtime in depends:
599 if old_mtime != 0 and fmtime == 0:
605 if (fmtime != old_mtime):
/openbmc/linux/fs/fuse/
H A Dinode.c301 struct timespec64 old_mtime; in fuse_change_attributes() local
328 old_mtime = inode->i_mtime; in fuse_change_attributes()
358 if (!timespec64_equal(&old_mtime, &new_mtime)) in fuse_change_attributes()
/openbmc/linux/fs/f2fs/
H A Dsegment.c2385 unsigned long long old_mtime) in update_segment_mtime() argument
2390 unsigned long long mtime = old_mtime ? old_mtime : ctime; in update_segment_mtime()
3457 unsigned long long old_mtime; in f2fs_allocate_data_block() local
3492 old_mtime = get_segment_mtime(sbi, old_blkaddr); in f2fs_allocate_data_block()
3495 old_mtime = 0; in f2fs_allocate_data_block()
3497 update_segment_mtime(sbi, *new_blkaddr, old_mtime); in f2fs_allocate_data_block()