Lines Matching refs:aux
111 struct ceph_aux_inode aux; in ceph_fscache_inode_check_aux() local
115 if (dlen != sizeof(aux) || in ceph_fscache_inode_check_aux()
119 memset(&aux, 0, sizeof(aux)); in ceph_fscache_inode_check_aux()
120 aux.version = ci->i_version; in ceph_fscache_inode_check_aux()
121 aux.mtime_sec = inode->i_mtime.tv_sec; in ceph_fscache_inode_check_aux()
122 aux.mtime_nsec = inode->i_mtime.tv_nsec; in ceph_fscache_inode_check_aux()
124 if (memcmp(data, &aux, sizeof(aux)) != 0) in ceph_fscache_inode_check_aux()
141 struct ceph_aux_inode aux; in ceph_fscache_register_inode_cookie() local
153 memset(&aux, 0, sizeof(aux)); in ceph_fscache_register_inode_cookie()
154 aux.version = ci->i_version; in ceph_fscache_register_inode_cookie()
155 aux.mtime_sec = inode->i_mtime.tv_sec; in ceph_fscache_register_inode_cookie()
156 aux.mtime_nsec = inode->i_mtime.tv_nsec; in ceph_fscache_register_inode_cookie()
160 &aux, sizeof(aux), in ceph_fscache_register_inode_cookie()