Home
last modified time | relevance | path

Searched refs:s_wtime (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nilfs2/
H A Dsuper.c286 sbp[0]->s_wtime = cpu_to_le64(t); in nilfs_commit_super()
292 sbp[1]->s_wtime = sbp[0]->s_wtime; in nilfs_commit_super()
H A Dthe_nilfs.c280 nilfs->ns_sbwtime = le64_to_cpu(sbp[0]->s_wtime); in load_nilfs()
685 nilfs->ns_sbwtime = le64_to_cpu(sbp[0]->s_wtime); in nilfs_load_super_block()
/linux/fs/ext2/
H A Dsuper.c1288 es->s_wtime = cpu_to_le32(ktime_get_real_seconds()); in ext2_sync_super()
/linux/fs/ext4/
H A Dsuper.c488 last_update = ext4_get_tstamp(es, s_wtime); in ext4_maybe_update_superblock()
6224 ext4_update_tstamp(es, s_wtime); in ext4_update_super()
H A Dext4.h1345 /*30*/ __le32 s_wtime; /* Write time */ member