Searched refs:fixed_time (Results 1 – 7 of 7) sorted by relevance
190 if (c.fixed_time == -1 && c.from_dir) in set_inode_metadata()193 de->mtime = c.fixed_time; in set_inode_metadata()
709 c.fixed_time = strtoul(optarg, &p, 0); in f2fs_parse_options()
270 c.fixed_time = strtoul(optarg, NULL, 0); in f2fs_parse_options()
51 #define mkfs_time ((c.fixed_time == -1) ? time(NULL) : c.fixed_time)
314 fs_config_func, sehnd, fixed_time,
703 c.fixed_time = -1; in f2fs_init_configuration()
525 time_t fixed_time; member