Lines Matching refs:aux
124 struct ceph_aux_inode aux; in ceph_fscache_inode_check_aux() local
128 if (dlen != sizeof(aux) || in ceph_fscache_inode_check_aux()
132 memset(&aux, 0, sizeof(aux)); in ceph_fscache_inode_check_aux()
133 aux.version = ci->i_version; in ceph_fscache_inode_check_aux()
134 aux.mtime_sec = inode->i_mtime.tv_sec; in ceph_fscache_inode_check_aux()
135 aux.mtime_nsec = inode->i_mtime.tv_nsec; in ceph_fscache_inode_check_aux()
137 if (memcmp(data, &aux, sizeof(aux)) != 0) in ceph_fscache_inode_check_aux()
154 struct ceph_aux_inode aux; in ceph_fscache_register_inode_cookie() local
166 memset(&aux, 0, sizeof(aux)); in ceph_fscache_register_inode_cookie()
167 aux.version = ci->i_version; in ceph_fscache_register_inode_cookie()
168 aux.mtime_sec = inode->i_mtime.tv_sec; in ceph_fscache_register_inode_cookie()
169 aux.mtime_nsec = inode->i_mtime.tv_nsec; in ceph_fscache_register_inode_cookie()
173 &aux, sizeof(aux), in ceph_fscache_register_inode_cookie()