Home
last modified time | relevance | path

Searched refs:s_mtime (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dnilfs2_ondisk.h171 /*60*/ __le64 s_mtime; /* Mount time */ member
/linux-6.15/fs/ext2/
H A Dext2.h423 __le32 s_mtime; /* Mount time */ member
H A Dsuper.c1399 es->s_mtime = cpu_to_le32(ktime_get_real_seconds()); in ext2_reconfigure()
/linux-6.15/Documentation/filesystems/ext4/
H A Dsuper.rst78 - s_mtime
455 - Upper 8 bits of the s_mtime field.
/linux-6.15/fs/nilfs2/
H A Dsuper.c838 sbp[0]->s_mtime = cpu_to_le64(ktime_get_real_seconds()); in nilfs_setup_super()
/linux-6.15/fs/ext4/
H A Dext4.h1319 __le32 s_mtime; /* Mount time */ member
H A Dsuper.c3098 ext4_update_tstamp(es, s_mtime); in ext4_setup_super()