Home
last modified time | relevance | path

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

/fs/fat/
Dnamei_vfat.c312 wchar_t *ip, *ext_start, *end, *name_start; in vfat_create_shortname() local
325 ext_start = end = &uname[ulen]; in vfat_create_shortname()
326 while (--ext_start >= uname) { in vfat_create_shortname()
327 if (*ext_start == 0x002E) { /* is `.' */ in vfat_create_shortname()
328 if (ext_start == end - 1) { in vfat_create_shortname()
330 ext_start = NULL; in vfat_create_shortname()
336 if (ext_start == uname - 1) { in vfat_create_shortname()
338 ext_start = NULL; in vfat_create_shortname()
339 } else if (ext_start) { in vfat_create_shortname()
346 while (name_start < ext_start) { in vfat_create_shortname()
[all …]
/fs/xfs/
Dxfs_extfree_item.h25 xfs_dfsbno_t ext_start; member
38 __uint64_t ext_start; member
44 __uint64_t ext_start; member
Dxfs_trans_extfree.c81 extp->ext_start = start_block; in xfs_trans_log_efi_extent()
138 extp->ext_start = start_block; in xfs_trans_log_efd_extent()
Dxfs_extfree_item.c303 dst_efi_fmt->efi_extents[i].ext_start = in xfs_efi_copy_format()
304 src_efi_fmt_32->efi_extents[i].ext_start; in xfs_efi_copy_format()
318 dst_efi_fmt->efi_extents[i].ext_start = in xfs_efi_copy_format()
319 src_efi_fmt_64->efi_extents[i].ext_start; in xfs_efi_copy_format()
Dxfs_log_recover.c2999 XFS_FSB_TO_DADDR(mp, extp->ext_start)); in xlog_recover_process_efi()
3021 error = xfs_free_extent(tp, extp->ext_start, extp->ext_len); in xlog_recover_process_efi()
3024 xfs_trans_log_efd_extent(tp, efdp, extp->ext_start, in xlog_recover_process_efi()