Searched refs:s_time_max (Results 1 – 25 of 33) sorted by relevance
12
372 sb->s_time_max = U32_MAX; in sysv_fill_super()490 sb->s_time_max = U32_MAX; in v7_fill_super()
233 sbp->s_time_max = U32_MAX; in vxfs_fill_super()
193 sb->s_time_max = S64_MAX; in coda_fill_super()
262 s->s_time_max = U32_MAX; in efs_fill_super()
70 sb->s_time_max = U32_MAX; in v9fs_fill_super()
204 s->s_time_max = U32_MAX; in qnx4_fill_super()
1581 sb->s_time_max = xfs_bigtime_to_unix(XFS_BIGTIME_TIME_MAX); in xfs_fs_fill_super()1584 sb->s_time_max = XFS_LEGACY_TIME_MAX; in xfs_fs_fill_super()1586 trace_xfs_inode_timestamp_range(mp, sb->s_time_min, sb->s_time_max); in xfs_fs_fill_super()
481 sb->s_time_max = 0; in romfs_fill_super()
242 sb->s_time_max = U32_MAX; in squashfs_fill_super()
1066 sb->s_time_max = U32_MAX; in nfs_fill_super()1069 sb->s_time_max = S64_MAX; in nfs_fill_super()
327 s->s_time_max = U32_MAX; in bfs_fill_super()
360 sb->s_time_max = 86400LL * U32_MAX + 86400 + sb->s_time_min; in affs_fill_super()
481 sb->s_time_max = U64_MAX / MSEC_PER_SEC; in omfs_fill_super()
431 s->s_time_max = U32_MAX; in qnx6_fill_super()
192 sb->s_time_max = ts.tv_sec; in cifs_read_super()202 sb->s_time_max = ts.tv_sec; in cifs_read_super()
2293 t.tv_sec = clamp(t.tv_sec, sb->s_time_min, sb->s_time_max); in timestamp_truncate()2294 if (unlikely(t.tv_sec == sb->s_time_max || t.tv_sec == sb->s_time_min)) in timestamp_truncate()
2564 (ktime_get_real_seconds() + TIME_UPTIME_SEC_MAX > sb->s_time_max)) { in mnt_warn_timestamp_expiry()2569 time64_to_tm(sb->s_time_max, 0, &tm); in mnt_warn_timestamp_expiry()2575 tm.tm_year+1900, (unsigned long long)sb->s_time_max); in mnt_warn_timestamp_expiry()
617 s->s_time_max = local_to_gmt(s, U32_MAX); in hpfs_fill_super()
847 sb->s_time_max = S32_MAX; in ufs_fill_super()869 sb->s_time_max = S64_MAX; in ufs_fill_super()
301 s->s_time_max = U32_MAX; in minix_fill_super()
596 sb->s_time_max = U32_MAX; in jffs2_do_fill_super()
643 sb->s_time_max = EXFAT_MAX_TIMESTAMP_SECS; in exfat_fill_super()
506 sb->s_time_max = U32_MAX; in jfs_fill_super()
601 sb->s_time_max = 0; in cramfs_finalize_super()
898 sb->s_time_max = 0xffffffffffffll; in befs_fill_super()
Completed in 48 milliseconds