search for: ntfs_cvt_filenam

Displaying 2 results from an estimated 2 matches for "ntfs_cvt_filenam".

Did you mean: ntfs_cvt_filename
2014 Jun 02
2
[PATCH] NTFS: fix incorrect file->offset usage in ntfs_readdir
...>in_idx_root = false; readdir_state->idx_blks_count = 1; @@ -1074,7 +1073,7 @@ idx_root_next_entry: goto descend_into_child_node; } - file->offset = (uint32_t)((uint8_t *)ie + ie->len); + file->offset += ie->len; len = ntfs_cvt_filename(filename, ie); if (!is_filename_printable(filename)) goto idx_root_next_entry;
2014 Jun 02
0
[PATCH] NTFS: fix incorrect file->offset usage in ntfs_readdir
...>in_idx_root = false; readdir_state->idx_blks_count = 1; @@ -1074,7 +1073,7 @@ idx_root_next_entry: goto descend_into_child_node; } - file->offset = (uint32_t)((uint8_t *)ie + ie->len); + file->offset += ie->len; len = ntfs_cvt_filename(filename, ie); if (!is_filename_printable(filename)) goto idx_root_next_entry;