Home
last modified time | relevance | path

Searched defs:ino (Results 1 – 20 of 20) sorted by relevance

/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) in fuse_ll_getattr()
114 fuse_ll_setattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const struct stat *attr, in fuse_ll_setattr()
129 fuse_ll_readlink(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size) in fuse_ll_readlink()
211 fuse_ll_link(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_ino_t newparent, in fuse_ll_link()
225 fuse_ll_open(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi) in fuse_ll_open()
239 fuse_ll_read(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t bufferSize, in fuse_ll_read()
254 fuse_ll_write(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *buf, in fuse_ll_write()
268 fuse_ll_flush(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi) in fuse_ll_flush()
281 fuse_ll_release(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi) in fuse_ll_release()
294 fuse_ll_fsync(const fuse_lowlevel_ops* ops, fuse_ino_t ino, int datasync, fuse_file_info* ffi) in fuse_ll_fsync()
[all …]
H A DFUSEVolume.cpp1655 fuse_ino_t ino; in Create() local
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c35 #define INODE(ino) ino argument
97 u64 ino = (u64)-1; in ntfs_fuse_inode_lookup() local
363 ntfs_fuse_readlink(struct lowntfs_context* ctx, u64 ino, void* buffer, size_t* bufferSize) in ntfs_fuse_readlink()
615 mode_t typemode, dev_t dev, const char *target, ino_t* ino) in ntfs_fuse_create()
823 ino_t ino, ino_t newparent, in ntfs_fuse_newlink()
926 ino_t ino; local
1135 int ntfs_fuse_release(struct lowntfs_context *ctx, ino_t parent, ino_t ino, int state, u64 ghost)
1217 static int ntfs_fuse_safe_rename(struct lowntfs_context *ctx, ino_t ino,
1269 static int ntfs_fuse_rename_existing_dest(struct lowntfs_context *ctx, ino_t ino,
1336 ino_t ino; local
H A Dkernel_interface.cpp425 ntfs_haiku_get_close_state(struct lowntfs_context *ctx, u64 ino) in ntfs_haiku_get_close_state()
439 ntfs_haiku_put_close_state(struct lowntfs_context *ctx, u64 ino, u64 ghost) in ntfs_haiku_put_close_state()
1045 u64 ino = ntfs_fuse_inode_lookup(&volume->lowntfs, new_directory->inode, newName); in fs_rename() local
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.cpp81 ShortDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) in Lookup()
117 ShortDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) in GetNext()
H A DInode.h34 #define DFORK_BOFF(ino) ((int)((ino)->di_forkoff << 3)) argument
36 #define DFORK_DSIZE(ino, volume) \ argument
38 #define DFORK_ASIZE(ino, volume) \ argument
40 #define DFORK_SIZE(ino, volume, w) \ argument
77 #define XFS_DFORK_FORMAT(ino, w) \ argument
80 #define XFS_DFORK_NEXTENTS(ino, w) \ argument
83 #define DFORK_MAXEXT(ino, volume, w) \ argument
H A DExtent.cpp153 Extent::GetNext(char* name, size_t* length, xfs_ino_t* ino) in GetNext()
207 Extent::Lookup(const char* name, size_t length, xfs_ino_t* ino) in Lookup()
H A DLeafDirectory.cpp227 LeafDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) in GetNext()
321 LeafDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) in Lookup()
H A DNode.cpp256 NodeDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) in GetNext()
351 NodeDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) in Lookup()
H A DBPlusTree.cpp460 TreeDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) in GetNext()
648 TreeDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) in Lookup()
H A Dkernel_interface.cpp425 xfs_ino_t ino; in xfs_read_dir() local
/haiku/src/kits/app/
H A DMessageUtils.cpp105 ino_t *ino = (ino_t *)buffer; in entry_ref_swap() local
155 ino_t *ino = (ino_t *)buffer; in node_ref_swap() local
/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c15 ino_t ino; member
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp59 Inode::Inode(Volume* volume, ino_t ino) in Inode()
H A DVolume.cpp327 Volume::GetNode(ino_t ino, ino_t &parent) in GetNode()
H A DVolume.h33 ino_t ino; member
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h76 fuse_ino_t ino; member
132 uint64_t ino; member
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dsupport.cpp848 ino_t ino = static_cast<ino_t>(fatNode->de_inode); in Put() local
906 ino_t ino = DETOI(fatVolume, cluster, offset); in assign_inode_and_get() local
H A Dkernel_interface.cpp1295 ino_t ino = fatNode->de_inode; in dosfs_unlink() local
2878 ino_t ino; in dosfs_readdir() local
/haiku/src/libs/bsd/
H A Dfts.c945 ino_t ino; in fts_stat() local