Lines Matching full:aux
112 struct ceph_aux_inode aux; in ceph_fscache_inode_check_aux() local
116 if (dlen != sizeof(aux) || in ceph_fscache_inode_check_aux()
120 memset(&aux, 0, sizeof(aux)); in ceph_fscache_inode_check_aux()
121 aux.version = ci->i_version; in ceph_fscache_inode_check_aux()
122 aux.mtime_sec = inode->i_mtime.tv_sec; in ceph_fscache_inode_check_aux()
123 aux.mtime_nsec = inode->i_mtime.tv_nsec; in ceph_fscache_inode_check_aux()
125 if (memcmp(data, &aux, sizeof(aux)) != 0) in ceph_fscache_inode_check_aux()
142 struct ceph_aux_inode aux; in ceph_fscache_register_inode_cookie() local
154 memset(&aux, 0, sizeof(aux)); in ceph_fscache_register_inode_cookie()
155 aux.version = ci->i_version; in ceph_fscache_register_inode_cookie()
156 aux.mtime_sec = inode->i_mtime.tv_sec; in ceph_fscache_register_inode_cookie()
157 aux.mtime_nsec = inode->i_mtime.tv_nsec; in ceph_fscache_register_inode_cookie()
161 &aux, sizeof(aux), in ceph_fscache_register_inode_cookie()