Home
last modified time | relevance | path

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

12

/linux-6.6.21/fs/freevxfs/
Dvxfs_super.c209 sbp->s_time_max = U32_MAX; in vxfs_fill_super()
/linux-6.6.21/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-6.6.21/fs/coda/
Dinode.c193 sb->s_time_max = S64_MAX; in coda_fill_super()
/linux-6.6.21/fs/9p/
Dvfs_super.c70 sb->s_time_max = U32_MAX; in v9fs_fill_super()
/linux-6.6.21/fs/efs/
Dsuper.c262 s->s_time_max = U32_MAX; in efs_fill_super()
/linux-6.6.21/fs/nfs/
Dsuper.c1060 sb->s_time_max = U32_MAX; in nfs_fill_super()
1070 sb->s_time_max = U32_MAX; in nfs_fill_super()
1077 sb->s_time_max = S64_MAX; in nfs_fill_super()
/linux-6.6.21/fs/qnx4/
Dinode.c204 s->s_time_max = U32_MAX; in qnx4_fill_super()
/linux-6.6.21/fs/romfs/
Dsuper.c481 sb->s_time_max = 0; in romfs_fill_super()
/linux-6.6.21/fs/xfs/
Dxfs_super.c1692 sb->s_time_max = xfs_bigtime_to_unix(XFS_BIGTIME_TIME_MAX); in xfs_fs_fill_super()
1695 sb->s_time_max = XFS_LEGACY_TIME_MAX; in xfs_fs_fill_super()
1697 trace_xfs_inode_timestamp_range(mp, sb->s_time_min, sb->s_time_max); in xfs_fs_fill_super()
/linux-6.6.21/fs/bfs/
Dinode.c326 s->s_time_max = U32_MAX; in bfs_fill_super()
/linux-6.6.21/fs/squashfs/
Dsuper.c313 sb->s_time_max = U32_MAX; in squashfs_fill_super()
/linux-6.6.21/fs/affs/
Dsuper.c360 sb->s_time_max = 86400LL * U32_MAX + 86400 + sb->s_time_min; in affs_fill_super()
/linux-6.6.21/fs/omfs/
Dinode.c480 sb->s_time_max = U64_MAX / MSEC_PER_SEC; in omfs_fill_super()
/linux-6.6.21/fs/qnx6/
Dinode.c431 s->s_time_max = U32_MAX; in qnx6_fill_super()
/linux-6.6.21/fs/hpfs/
Dsuper.c617 s->s_time_max = local_to_gmt(s, U32_MAX); in hpfs_fill_super()
/linux-6.6.21/fs/exfat/
Dsuper.c637 sb->s_time_max = EXFAT_MAX_TIMESTAMP_SECS; in exfat_fill_super()
/linux-6.6.21/fs/minix/
Dinode.c301 s->s_time_max = U32_MAX; in minix_fill_super()
/linux-6.6.21/fs/jffs2/
Dfs.c596 sb->s_time_max = U32_MAX; in jffs2_do_fill_super()
/linux-6.6.21/fs/smb/client/
Dcifsfs.c227 sb->s_time_max = ts.tv_sec; in cifs_read_super()
237 sb->s_time_max = ts.tv_sec; in cifs_read_super()
/linux-6.6.21/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-6.6.21/fs/
Dinode.c2496 t.tv_sec = clamp(t.tv_sec, sb->s_time_min, sb->s_time_max); in timestamp_truncate()
2497 if (unlikely(t.tv_sec == sb->s_time_max || t.tv_sec == sb->s_time_min)) in timestamp_truncate()
/linux-6.6.21/fs/befs/
Dlinuxvfs.c897 sb->s_time_max = 0xffffffffffffll; in befs_fill_super()
/linux-6.6.21/fs/jfs/
Dsuper.c502 sb->s_time_max = U32_MAX; in jfs_fill_super()
/linux-6.6.21/fs/cramfs/
Dinode.c596 sb->s_time_max = 0; in cramfs_finalize_super()
/linux-6.6.21/fs/isofs/
Dinode.c806 s->s_time_max = mktime64(U8_MAX+1900, 12, 31, 23, 59, 59) + MAX_TZ_OFFSET; in isofs_fill_super()

12