Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h171 /*60*/ __le64 s_mtime; /* Mount time */ member
/linux/fs/ext2/
H A Dext2.h422 __le32 s_mtime; /* Mount time */ member
H A Dsuper.c1364 es->s_mtime = cpu_to_le32(ktime_get_real_seconds()); in ext2_remount()
/linux/Documentation/filesystems/ext4/
H A Dsuper.rst78 - s_mtime
451 - Upper 8 bits of the s_mtime field.
/linux/fs/nilfs2/
H A Dsuper.c832 sbp[0]->s_mtime = cpu_to_le64(ktime_get_real_seconds()); in nilfs_setup_super()
/linux/fs/ext4/
H A Dext4.h1316 __le32 s_mtime; /* Mount time */ member
H A Dsuper.c3091 ext4_update_tstamp(es, s_mtime); in ext4_setup_super()