Home
last modified time | relevance | path

Searched refs:fixed_time (Results 1 – 7 of 7) sorted by relevance

/third_party/f2fs-tools/fsck/
Dsload.c190 if (c.fixed_time == -1 && c.from_dir) in set_inode_metadata()
193 de->mtime = c.fixed_time; in set_inode_metadata()
Dmain.c709 c.fixed_time = strtoul(optarg, &p, 0); in f2fs_parse_options()
/third_party/f2fs-tools/mkfs/
Df2fs_format_main.c270 c.fixed_time = strtoul(optarg, NULL, 0); in f2fs_parse_options()
Df2fs_format.c51 #define mkfs_time ((c.fixed_time == -1) ? time(NULL) : c.fixed_time)
/third_party/e2fsprogs/
D1003-add-dac-config.patch314 fs_config_func, sehnd, fixed_time,
/third_party/f2fs-tools/lib/
Dlibf2fs.c703 c.fixed_time = -1; in f2fs_init_configuration()
/third_party/f2fs-tools/include/
Df2fs_fs.h525 time_t fixed_time; member