Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h171 /*60*/ __le64 s_mtime; /* Mount time */ member
/openbmc/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()
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst78 - s_mtime
451 - Upper 8 bits of the s_mtime field.
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch104 - uint32_t s_mtime; /* Mount time */
893 - __u32 s_mtime; /* Mount time */
/openbmc/linux/fs/nilfs2/
H A Dsuper.c856 sbp[0]->s_mtime = cpu_to_le64(ktime_get_real_seconds()); in nilfs_setup_super()
/openbmc/linux/fs/ext4/
H A Dext4.h1311 __le32 s_mtime; /* Mount time */ member
H A Dsuper.c3132 ext4_update_tstamp(es, s_mtime); in ext4_setup_super()