Searched refs:ntfs_sequence (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 181 static u32 ntfs_sequence; variable 2651 ret = snprintf(tmp, len, "%s%s%010d", new_path, ext, ++ntfs_sequence); in ntfs_fuse_rename_existing_dest()
|
D | lowntfs-3g.c | 245 static u32 ntfs_sequence; variable 2967 ret = snprintf(tmp, len, "%s%s%010d", newname, ext, ++ntfs_sequence); in ntfs_fuse_rename_existing_dest()
|