Home
last modified time | relevance | path

Searched refs:ext_start (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/fat/
Dnamei_vfat.c326 wchar_t *ip, *ext_start, *end, *name_start; in vfat_create_shortname() local
339 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 …]
/linux-2.6.39/fs/xfs/
Dxfs_extfree_item.h25 xfs_dfsbno_t ext_start; member
37 __uint64_t ext_start; member
42 __uint64_t ext_start; member
Dxfs_trans_extfree.c80 extp->ext_start = start_block; in xfs_trans_log_efi_extent()
131 extp->ext_start = start_block; in xfs_trans_log_efd_extent()
Dxfs_extfree_item.c292 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()
Dxfs_log_recover.c2889 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()