Lines Matching refs:ptr
195 xfs_dir2_dataptr_t ptr; in xchk_dir_rec() local
207 ptr = be32_to_cpu(ent->address); in xchk_dir_rec()
208 if (ptr == 0) in xchk_dir_rec()
212 db = xfs_dir2_dataptr_to_db(mp->m_dir_geo, ptr); in xchk_dir_rec()
213 off = xfs_dir2_dataptr_to_off(mp->m_dir_geo, ptr); in xchk_dir_rec()
323 char *ptr; in xchk_directory_data_bestfree() local
386 ptr = (char *)d_ops->data_entry_p(bp->b_addr); in xchk_directory_data_bestfree()
390 while (ptr < endptr) { in xchk_directory_data_bestfree()
391 dup = (struct xfs_dir2_data_unused *)ptr; in xchk_directory_data_bestfree()
396 dep = (struct xfs_dir2_data_entry *)ptr; in xchk_directory_data_bestfree()
403 ptr += newlen; in xchk_directory_data_bestfree()
428 ptr += newlen; in xchk_directory_data_bestfree()
429 if (ptr <= endptr) in xchk_directory_data_bestfree()
434 if (ptr != endptr) in xchk_directory_data_bestfree()