Searched refs:s_time_max (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/fs/isofs/
H A Dinode.c806 s->s_time_max = mktime64(U8_MAX+1900, 12, 31, 23, 59, 59) + MAX_TZ_OFFSET;
/linux-master/fs/
H A Dnamespace.c2803 (ktime_get_real_seconds() + TIME_UPTIME_SEC_MAX > sb->s_time_max)) {
2810 mntpath, &sb->s_time_max,
2811 (unsigned long long)sb->s_time_max);
H A Dsuper.c375 s->s_time_max = TIME64_MAX;
/linux-master/fs/fat/
H A Dinode.c1719 sb->s_time_max = ts.tv_sec;
/linux-master/fs/ext2/
H A Dsuper.c996 sb->s_time_max = S32_MAX;
/linux-master/fs/reiserfs/
H A Dsuper.c1972 s->s_time_max = U32_MAX;
/linux-master/include/linux/
H A Dfs.h1263 time64_t s_time_max; member in struct:super_block
/linux-master/fs/bcachefs/
H A Dfs.c1955 sb->s_time_max = div_s64(S64_MAX, c->sb.time_units_per_sec);
/linux-master/fs/ext4/
H A Dsuper.c4519 sb->s_time_max = EXT4_EXTRA_TIMESTAMP_MAX;
4522 sb->s_time_max = EXT4_NON_EXTRA_TIMESTAMP_MAX;

Completed in 179 milliseconds

12