Home
last modified time | relevance | path

Searched refs:s_wtime (Results 1 – 4 of 4) 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/ext4/
H A Dsuper.c488 last_update = ext4_get_tstamp(es, s_wtime); in ext4_maybe_update_superblock()
6232 ext4_update_tstamp(es, s_wtime); in ext4_update_super()
H A Dext4.h1342 /*30*/ __le32 s_wtime; /* Write time */ member