Searched refs:endp (Results 1 – 5 of 5) sorted by relevance
54 char *endp; /* end of useful data */ in __xfs_dir3_data_check() local84 endp = (char *)lep; in __xfs_dir3_data_check()98 endp = (char *)hdr + geo->blksize; in __xfs_dir3_data_check()130 while (p < endp) { in __xfs_dir3_data_check()517 char *endp; /* end of block's data */ in xfs_dir2_data_freescan() local539 endp = (char *)xfs_dir2_block_leaf_p(btp); in xfs_dir2_data_freescan()541 endp = (char *)hdr + geo->blksize; in xfs_dir2_data_freescan()545 while (p < endp) { in xfs_dir2_data_freescan()
641 char *endp; in xfs_dir2_sf_verify() local670 endp = (char *)sfp + size; in xfs_dir2_sf_verify()688 if (((char *)sfep + sizeof(*sfep)) >= endp) in xfs_dir2_sf_verify()701 if (endp < (char *)next_sfep) in xfs_dir2_sf_verify()727 if ((void *)sfep != (void *)endp) in xfs_dir2_sf_verify()
603 char *endp; \604 __typeof__(type) num = which_strtol(val, &endp, 0); \605 if (endp == val || *endp || num < (min) || num > (max)) \
1001 struct msdos_dir_entry *de, *endp; in __fat_remove_entries() local1012 endp = (struct msdos_dir_entry *)(bh->b_data + sb->s_blocksize); in __fat_remove_entries()1013 while (nr_slots && de < endp) { in __fat_remove_entries()
277 const __be64 *endp = (const __be64 *)(bh->b_data + bh->b_size); in gfs2_metapath_ra() local280 for (t = pos; t < endp; t++) { in gfs2_metapath_ra()