Searched refs:ext_start (Results 1 – 5 of 5) sorted by relevance
326 wchar_t *ip, *ext_start, *end, *name_start; in vfat_create_shortname() local339 ext_start = end = &uname[ulen]; in vfat_create_shortname()340 while (--ext_start >= uname) { in vfat_create_shortname()341 if (*ext_start == 0x002E) { /* is `.' */ in vfat_create_shortname()342 if (ext_start == end - 1) { in vfat_create_shortname()344 ext_start = NULL; in vfat_create_shortname()350 if (ext_start == uname - 1) { in vfat_create_shortname()352 ext_start = NULL; in vfat_create_shortname()353 } else if (ext_start) { in vfat_create_shortname()360 while (name_start < ext_start) { in vfat_create_shortname()[all …]
25 xfs_dfsbno_t ext_start; member37 __uint64_t ext_start; member42 __uint64_t ext_start; member
80 extp->ext_start = start_block; in xfs_trans_log_efi_extent()131 extp->ext_start = start_block; in xfs_trans_log_efd_extent()
292 dst_efi_fmt->efi_extents[i].ext_start = in xfs_efi_copy_format()293 src_efi_fmt_32->efi_extents[i].ext_start; in xfs_efi_copy_format()306 dst_efi_fmt->efi_extents[i].ext_start = in xfs_efi_copy_format()307 src_efi_fmt_64->efi_extents[i].ext_start; in xfs_efi_copy_format()
2889 XFS_FSB_TO_DADDR(mp, extp->ext_start)); in xlog_recover_process_efi()2911 error = xfs_free_extent(tp, extp->ext_start, extp->ext_len); in xlog_recover_process_efi()2914 xfs_trans_log_efd_extent(tp, efdp, extp->ext_start, in xlog_recover_process_efi()