2 * ntfs.handler - New Technology FileSystem handler
4 * Copyright © 2012 The AROS Development Team
6 * This program is free software; you can redistribute it and/or modify it
7 * under the same terms as AROS itself.
12 #include <aros/macros.h>
13 #include <exec/types.h>
15 #include <proto/exec.h>
22 #include "ntfs_protos.h"
26 /* set the name of an entry. */
27 LONG
SetDirEntryName(struct DirEntry
*short_de
, STRPTR name
, ULONG len
)
31 D(bug("[NTFS] %s: setting name for entry no #%ld to '", __PRETTY_FUNCTION__
, short_de
->no
);
32 RawPutChars(name
, len
); bug("'\n"));