Lines Matching defs:ghost
158 #define GHOSTLTH 40 /* max length of a ghost file name - see ghostformat */
217 long long ghost;
246 static const char ghostformat[] = ".ghost-ntfs-3g-%020llu";
2792 * in a different parent directory. The ghost is
2799 /* file was open, create a ghost in unlink parent */
2803 /* ni has to be closed for linking ghost */
2813 of->ghost = ++ctx->latest_ghost;
2814 sprintf(ghostname,ghostformat,of->ghost);
2822 /* sweep existing ghost if any, ignoring errors */
3132 /* remove the associate ghost file (even if release failed) */
3135 sprintf(ghostname,ghostformat,of->ghost);