lowntfs_context
ntfs_haiku_get_close_state(struct lowntfs_context *ctx, u64 ino)
ntfs_haiku_put_close_state(struct lowntfs_context *ctx, u64 ino, u64 ghost)
int ntfs_fuse_release(struct lowntfs_context *ctx, ino_t parent, ino_t ino, int state, u64 ghost)
static int ntfs_fuse_safe_rename(struct lowntfs_context *ctx, ino_t ino,
ntfs_fuse_getstat(struct lowntfs_context *ctx, struct SECURITY_CONTEXT *scx,
static int ntfs_fuse_rename_existing_dest(struct lowntfs_context *ctx, ino_t ino,
int ntfs_fuse_rename(struct lowntfs_context *ctx, ino_t parent,
ntfs_fuse_readlink(struct lowntfs_context* ctx, u64 ino, void* buffer, size_t* bufferSize)
ntfs_fuse_write(struct lowntfs_context* ctx, ntfs_inode* ni, const char *buf,
ntfs_fuse_create(struct lowntfs_context *ctx, ino_t parent, const char *name,
static BOOL ntfs_fuse_fill_security_context(struct lowntfs_context *ctx,
static int ntfs_fuse_newlink(struct lowntfs_context *ctx,
ntfs_fuse_rm(struct lowntfs_context *ctx, ino_t parent, const char *name,
ntfs_fuse_inode_lookup(struct lowntfs_context *ctx, u64 parent, const char *name)
int* ntfs_haiku_get_close_state(struct lowntfs_context *ctx, u64 ino);
void ntfs_haiku_put_close_state(struct lowntfs_context *ctx, u64 ino, u64 ghost);
u64 ntfs_fuse_inode_lookup(struct lowntfs_context *ctx, u64 parent, const char* name);
int ntfs_fuse_getstat(struct lowntfs_context *ctx, struct SECURITY_CONTEXT *scx,
int ntfs_fuse_readlink(struct lowntfs_context *ctx, u64 ino, void* buffer, size_t* bufferSize);
int ntfs_fuse_write(struct lowntfs_context* ctx, ntfs_inode* ni, const char *buf,
int ntfs_fuse_create(struct lowntfs_context *ctx, ino_t parent, const char *name,
int ntfs_fuse_rm(struct lowntfs_context *ctx, ino_t parent, const char *name,
int ntfs_fuse_release(struct lowntfs_context *ctx, ino_t parent, ino_t ino, int state, u64 ghost);
int ntfs_fuse_rename(struct lowntfs_context *ctx, ino_t parent, const char *name,
lowntfs_context lowntfs;