Home
last modified time | relevance | path

Searched refs:pre_ctime (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dnfs3xdr.c713 xdr_decode_nfstime3(p, &fattr->pre_ctime); in decode_wcc_attr()
714 fattr->pre_change_attr = nfs_timespec_to_change_attr(&fattr->pre_ctime); in decode_wcc_attr()
H A Dinode.c1450 && timespec64_equal(&ts, &fattr->pre_ctime)) { in nfs_wcc_update_inode()
2000 fattr->pre_ctime = inode_get_ctime(inode); in nfs_post_op_update_inode_force_wcc_locked()
/openbmc/linux/include/linux/
H A Dnfs_xdr.h74 struct timespec64 pre_ctime; /* pre_op_attr.ctime */ member