ext_start         332 fs/fat/namei_vfat.c 	wchar_t *ip, *ext_start, *end, *name_start;
ext_start         345 fs/fat/namei_vfat.c 	ext_start = end = &uname[ulen];
ext_start         346 fs/fat/namei_vfat.c 	while (--ext_start >= uname) {
ext_start         347 fs/fat/namei_vfat.c 		if (*ext_start == 0x002E) {	/* is `.' */
ext_start         348 fs/fat/namei_vfat.c 			if (ext_start == end - 1) {
ext_start         350 fs/fat/namei_vfat.c 				ext_start = NULL;
ext_start         356 fs/fat/namei_vfat.c 	if (ext_start == uname - 1) {
ext_start         358 fs/fat/namei_vfat.c 		ext_start = NULL;
ext_start         359 fs/fat/namei_vfat.c 	} else if (ext_start) {
ext_start         366 fs/fat/namei_vfat.c 		while (name_start < ext_start) {
ext_start         371 fs/fat/namei_vfat.c 		if (name_start != ext_start) {
ext_start         372 fs/fat/namei_vfat.c 			sz = ext_start - uname;
ext_start         373 fs/fat/namei_vfat.c 			ext_start++;
ext_start         376 fs/fat/namei_vfat.c 			ext_start = NULL;
ext_start         409 fs/fat/namei_vfat.c 	if (ext_start) {
ext_start         410 fs/fat/namei_vfat.c 		for (p = ext, ip = ext_start; extlen < 3 && ip < end; ip++) {
ext_start         536 fs/xfs/libxfs/xfs_log_format.h 	xfs_fsblock_t	ext_start;
ext_start         547 fs/xfs/libxfs/xfs_log_format.h 	uint64_t	ext_start;
ext_start         552 fs/xfs/libxfs/xfs_log_format.h 	uint64_t	ext_start;
ext_start         210 fs/xfs/xfs_extfree_item.c 			dst_efi_fmt->efi_extents[i].ext_start =
ext_start         211 fs/xfs/xfs_extfree_item.c 				src_efi_fmt_32->efi_extents[i].ext_start;
ext_start         224 fs/xfs/xfs_extfree_item.c 			dst_efi_fmt->efi_extents[i].ext_start =
ext_start         225 fs/xfs/xfs_extfree_item.c 				src_efi_fmt_64->efi_extents[i].ext_start;
ext_start         390 fs/xfs/xfs_extfree_item.c 	extp->ext_start = start_block;
ext_start         460 fs/xfs/xfs_extfree_item.c 	extp->ext_start = free->xefi_startblock;
ext_start         570 fs/xfs/xfs_extfree_item.c 	extp->ext_start = free->xefi_startblock;
ext_start         616 fs/xfs/xfs_extfree_item.c 				   XFS_FSB_TO_DADDR(mp, extp->ext_start));
ext_start         638 fs/xfs/xfs_extfree_item.c 		error = xfs_trans_free_extent(tp, efdp, extp->ext_start,