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

/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.h28 void ntfs_haiku_put_close_state(struct lowntfs_context *ctx, u64 ino, u64 ghost);
64 int ntfs_fuse_release(struct lowntfs_context *ctx, ino_t parent, ino_t ino, int state, u64 ghost);
H A Dlowntfs.c42 static const char ghostformat[] = ".ghost-ntfs-3g-%020llu";
43 #define GHOSTLTH 40 /* max length of a ghost file name - see ghostformat */
1022 * in a different parent directory. The ghost is
1035 /* file was open, create a ghost in unlink parent */
1039 /* ni has to be closed for linking ghost */
1048 u64 ghost = ++ctx->latest_ghost; local
1050 sprintf(ghostname,ghostformat,ghost);
1058 /* sweep existing ghost if any, ignoring errors */
1081 ntfs_haiku_put_close_state(ctx, ino, ghost);
1132 int ntfs_fuse_release(struct lowntfs_context *ctx, ino_t parent, ino_t ino, int state, u64 ghost) argument
[all...]
H A Dkernel_interface.cpp439 ntfs_haiku_put_close_state(struct lowntfs_context *ctx, u64 ino, u64 ghost) argument
445 node->lowntfs_ghost = ghost;

Completed in 41 milliseconds