Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dinode.c1200 && timespec_equal(&inode->i_ctime, &fattr->pre_ctime)) { in nfs_wcc_update_inode()
1570 memcpy(&fattr->pre_ctime, &inode->i_ctime, sizeof(fattr->pre_ctime)); in nfs_post_op_update_inode_force_wcc_locked()
Dnfs3xdr.c741 xdr_decode_nfstime3(p, &fattr->pre_ctime); in decode_wcc_attr()
742 fattr->pre_change_attr = nfs_timespec_to_change_attr(&fattr->pre_ctime); in decode_wcc_attr()
/linux-4.4.14/include/linux/
Dnfs_xdr.h71 struct timespec pre_ctime; /* pre_op_attr.ctime */ member