Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dnfs3xdr.c746 xdr_decode_nfstime3(p, &fattr->pre_ctime); in decode_wcc_attr()
747 fattr->pre_change_attr = nfs_timespec_to_change_attr(&fattr->pre_ctime); in decode_wcc_attr()
Dinode.c1367 && timespec_equal(&ts, &fattr->pre_ctime)) { in nfs_wcc_update_inode()
1726 fattr->pre_ctime = timespec64_to_timespec(inode->i_ctime); in nfs_post_op_update_inode_force_wcc_locked()
/Linux-v4.19/include/linux/
Dnfs_xdr.h72 struct timespec pre_ctime; /* pre_op_attr.ctime */ member