Searched defs:ino (Results 1 - 17 of 17) sorted by path

/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp59 Inode::Inode(Volume* volume, ino_t ino) argument
H A DVolume.h33 ino_t ino; member in struct:node
H A DVolume.cpp327 Volume::GetNode(ino_t ino, ino_t &parent) argument
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h76 fuse_ino_t ino; member in struct:fuse_entry_param
132 uint64_t ino; member in struct:fuse_forget_data
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp425 ntfs_haiku_get_close_state(struct lowntfs_context *ctx, u64 ino) argument
439 ntfs_haiku_put_close_state(struct lowntfs_context *ctx, u64 ino, u64 ghost) argument
[all...]
H A Dlowntfs.c94 u64 ino = (u64)-1; local
360 ntfs_fuse_readlink(struct lowntfs_context* ctx, u64 ino, void* buffer, size_t* bufferSize) argument
611 ntfs_fuse_create(struct lowntfs_context *ctx, ino_t parent, const char *name, mode_t typemode, dev_t dev, const char *target, ino_t* ino) argument
819 ntfs_fuse_newlink(struct lowntfs_context *ctx, ino_t ino, ino_t newparent, const char *newname, struct fuse_entry_param *e) argument
923 ino_t ino; local
1132 ntfs_fuse_release(struct lowntfs_context *ctx, ino_t parent, ino_t ino, int state, u64 ghost) argument
1214 ntfs_fuse_safe_rename(struct lowntfs_context *ctx, ino_t ino, ino_t parent, const char *name, ino_t xino, ino_t newparent, const char *newname, const char *tmp) argument
1266 ntfs_fuse_rename_existing_dest(struct lowntfs_context *ctx, ino_t ino, ino_t parent, const char *name, ino_t xino, ino_t newparent, const char *newname) argument
1333 ino_t ino; local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp100 fuse_ll_getattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct stat* st) argument
114 fuse_ll_setattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const struct stat *attr, argument
129 fuse_ll_readlink(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size) argument
211 fuse_ll_link(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_ino_t newparent, argument
225 fuse_ll_open(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_inf argument
239 fuse_ll_read(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t bufferSize, off_t position, fuse_file_info* ffi) argument
254 fuse_ll_write(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *buf, size_t size, off_t off, struct fuse_file_info *fi) argument
268 fuse_ll_flush(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi) argument
281 fuse_ll_release(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi) argument
294 fuse_ll_fsync(const fuse_lowlevel_ops* ops, fuse_ino_t ino, int datasync, fuse_file_info* ffi) argument
327 fuse_ll_readdir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, void* cookie, char* buffer, size_t bufferSize, ReadDirBufferFiller filler, off_t pos, fuse_file_info* ffi) argument
347 fuse_ll_releasedir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct fuse_file_info *fi) argument
374 fuse_ll_getxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *name, char* buffer, size_t size) argument
389 fuse_ll_listxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size) argument
403 fuse_ll_access(const fuse_lowlevel_ops* ops, fuse_ino_t ino, int mask) argument
416 fuse_ll_create(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi, fuse_ino_t& ino) argument
[all...]
H A DFUSEVolume.cpp1655 fuse_ino_t ino; local
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DBPlusTree.cpp460 TreeDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) argument
648 TreeDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) argument
H A DExtent.cpp153 Extent::GetNext(char* name, size_t* length, xfs_ino_t* ino) argument
207 Extent::Lookup(const char* name, size_t length, xfs_ino_t* ino) argument
H A DLeafDirectory.cpp227 LeafDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) argument
321 LeafDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) argument
H A DNode.cpp256 NodeDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) argument
351 NodeDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) argument
H A DShortDirectory.cpp81 ShortDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) argument
117 ShortDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) argument
[all...]
H A Dkernel_interface.cpp425 xfs_ino_t ino; local
/haiku/src/kits/app/
H A DMessageUtils.cpp105 ino_t *ino = (ino_t *)buffer; local
155 ino_t *ino = (ino_t *)buffer; local
/haiku/src/libs/bsd/
H A Dfts.c945 ino_t ino; local
/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c15 ino_t ino; member in struct:history

Completed in 135 milliseconds