Home
last modified time | relevance | path

Searched refs:s_time_max (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v6.1/fs/freevxfs/
Dvxfs_super.c209 sbp->s_time_max = U32_MAX; in vxfs_fill_super()
/Linux-v6.1/fs/sysv/
Dsuper.c374 sb->s_time_max = U32_MAX; in sysv_fill_super()
492 sb->s_time_max = U32_MAX; in v7_fill_super()
/Linux-v6.1/fs/coda/
Dinode.c193 sb->s_time_max = S64_MAX; in coda_fill_super()
/Linux-v6.1/fs/efs/
Dsuper.c262 s->s_time_max = U32_MAX; in efs_fill_super()
/Linux-v6.1/fs/9p/
Dvfs_super.c71 sb->s_time_max = U32_MAX; in v9fs_fill_super()
/Linux-v6.1/fs/nfs/
Dsuper.c1057 sb->s_time_max = U32_MAX; in nfs_fill_super()
1067 sb->s_time_max = U32_MAX; in nfs_fill_super()
1074 sb->s_time_max = S64_MAX; in nfs_fill_super()
/Linux-v6.1/fs/qnx4/
Dinode.c204 s->s_time_max = U32_MAX; in qnx4_fill_super()
/Linux-v6.1/fs/xfs/
Dxfs_super.c1615 sb->s_time_max = xfs_bigtime_to_unix(XFS_BIGTIME_TIME_MAX); in xfs_fs_fill_super()
1618 sb->s_time_max = XFS_LEGACY_TIME_MAX; in xfs_fs_fill_super()
1620 trace_xfs_inode_timestamp_range(mp, sb->s_time_min, sb->s_time_max); in xfs_fs_fill_super()
/Linux-v6.1/fs/squashfs/
Dsuper.c242 sb->s_time_max = U32_MAX; in squashfs_fill_super()
/Linux-v6.1/fs/romfs/
Dsuper.c482 sb->s_time_max = 0; in romfs_fill_super()
/Linux-v6.1/fs/bfs/
Dinode.c327 s->s_time_max = U32_MAX; in bfs_fill_super()
/Linux-v6.1/fs/affs/
Dsuper.c360 sb->s_time_max = 86400LL * U32_MAX + 86400 + sb->s_time_min; in affs_fill_super()
/Linux-v6.1/fs/qnx6/
Dinode.c431 s->s_time_max = U32_MAX; in qnx6_fill_super()
/Linux-v6.1/fs/omfs/
Dinode.c481 sb->s_time_max = U64_MAX / MSEC_PER_SEC; in omfs_fill_super()
/Linux-v6.1/fs/hpfs/
Dsuper.c617 s->s_time_max = local_to_gmt(s, U32_MAX); in hpfs_fill_super()
/Linux-v6.1/fs/cifs/
Dcifsfs.c222 sb->s_time_max = ts.tv_sec; in cifs_read_super()
232 sb->s_time_max = ts.tv_sec; in cifs_read_super()
/Linux-v6.1/fs/exfat/
Dsuper.c648 sb->s_time_max = EXFAT_MAX_TIMESTAMP_SECS; in exfat_fill_super()
/Linux-v6.1/fs/jffs2/
Dfs.c596 sb->s_time_max = U32_MAX; in jffs2_do_fill_super()
/Linux-v6.1/fs/minix/
Dinode.c301 s->s_time_max = U32_MAX; in minix_fill_super()
/Linux-v6.1/fs/
Dinode.c2448 t.tv_sec = clamp(t.tv_sec, sb->s_time_min, sb->s_time_max); in timestamp_truncate()
2449 if (unlikely(t.tv_sec == sb->s_time_max || t.tv_sec == sb->s_time_min)) in timestamp_truncate()
Dnamespace.c2615 (ktime_get_real_seconds() + TIME_UPTIME_SEC_MAX > sb->s_time_max)) { in mnt_warn_timestamp_expiry()
2620 time64_to_tm(sb->s_time_max, 0, &tm); in mnt_warn_timestamp_expiry()
2626 tm.tm_year+1900, (unsigned long long)sb->s_time_max); in mnt_warn_timestamp_expiry()
/Linux-v6.1/fs/ufs/
Dsuper.c847 sb->s_time_max = S32_MAX; in ufs_fill_super()
869 sb->s_time_max = S64_MAX; in ufs_fill_super()
/Linux-v6.1/fs/cramfs/
Dinode.c592 sb->s_time_max = 0; in cramfs_finalize_super()
/Linux-v6.1/fs/jfs/
Dsuper.c502 sb->s_time_max = U32_MAX; in jfs_fill_super()
/Linux-v6.1/fs/befs/
Dlinuxvfs.c897 sb->s_time_max = 0xffffffffffffll; in befs_fill_super()

12