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

/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.h13 struct lowntfs_context { struct
27 int* ntfs_haiku_get_close_state(struct lowntfs_context *ctx, u64 ino);
28 void ntfs_haiku_put_close_state(struct lowntfs_context *ctx, u64 ino, u64 ghost);
38 u64 ntfs_fuse_inode_lookup(struct lowntfs_context *ctx, u64 parent, const char* name);
40 int ntfs_fuse_getstat(struct lowntfs_context *ctx, struct SECURITY_CONTEXT *scx,
43 int ntfs_fuse_readlink(struct lowntfs_context *ctx, u64 ino, void* buffer, size_t* bufferSize);
46 int ntfs_fuse_write(struct lowntfs_context* ctx, ntfs_inode* ni, const char *buf,
49 int ntfs_fuse_create(struct lowntfs_context *ctx, ino_t parent, const char *name,
61 int ntfs_fuse_rm(struct lowntfs_context *ctx, ino_t parent, const char *name,
64 int ntfs_fuse_release(struct lowntfs_context *ct
[all...]
H A Dntfs.h39 lowntfs_context lowntfs;
H A Dlowntfs.c74 static BOOL ntfs_fuse_fill_security_context(struct lowntfs_context *ctx,
92 ntfs_fuse_inode_lookup(struct lowntfs_context *ctx, u64 parent, const char *name)
119 ntfs_fuse_getstat(struct lowntfs_context *ctx, struct SECURITY_CONTEXT *scx,
360 ntfs_fuse_readlink(struct lowntfs_context* ctx, u64 ino, void* buffer, size_t* bufferSize)
554 ntfs_fuse_write(struct lowntfs_context* ctx, ntfs_inode* ni, const char *buf,
611 ntfs_fuse_create(struct lowntfs_context *ctx, ino_t parent, const char *name,
819 static int ntfs_fuse_newlink(struct lowntfs_context *ctx,
914 ntfs_fuse_rm(struct lowntfs_context *ctx, ino_t parent, const char *name,
1132 int ntfs_fuse_release(struct lowntfs_context *ctx, ino_t parent, ino_t ino, int state, u64 ghost)
1214 static int ntfs_fuse_safe_rename(struct lowntfs_context *ct
[all...]
H A Dkernel_interface.cpp217 // construct lowntfs_context
425 ntfs_haiku_get_close_state(struct lowntfs_context *ctx, u64 ino)
439 ntfs_haiku_put_close_state(struct lowntfs_context *ctx, u64 ino, u64 ghost)

Completed in 159 milliseconds