Searched refs:ghostname (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c924 char ghostname[GHOSTLTH]; local
1050 sprintf(ghostname,ghostformat,ghost);
1053 ugname_len = ntfs_mbstoucs(ghostname, &ugname);
1059 gref = ntfs_inode_lookup_by_mbsname(dir_ni, ghostname);
1074 res = ntfs_fuse_newlink(ctx, ino, parent, ghostname,
1136 char ghostname[GHOSTLTH]; local
1191 sprintf(ghostname,ghostformat,ghost);
1192 ntfs_fuse_rm(ctx, parent, ghostname, RM_ANY | RM_NO_CHECK_OPEN);

Completed in 35 milliseconds