Searched refs:getattr (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dplugin.h59 int (*getattr)(ntfs_inode *ni, const REPARSE_POINT *reparse, member in struct:plugin_operations
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h13 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_compat25
72 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_compat22
123 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_compat2
171 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_compat1
H A Dfuse_lowlevel_compat.h17 void (*getattr) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops_compat25
84 void (*getattr) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops_compat
H A Dfuse_lowlevel.h256 void (*getattr) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops
1097 * getattr, setattr
H A Dfuse.h76 * filesystem (e.g. getattr). Open, flush, release, fsync, opendir,
96 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations
388 * This method is called instead of the getattr() method if the
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp102 if (ops->getattr == NULL)
107 ops->getattr(&request, ino, NULL);
H A Dfuse_fs.cpp18 if (fs->ops.getattr == NULL)
20 return fs->ops.getattr(path, buf);
H A DFUSEFileSystem.cpp485 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_STAT, fLowLevelOps.getattr);
543 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_STAT, fFS->ops.getattr);
/haiku/src/tools/fs_shell/
H A Dfuse.cpp140 PRINTD("##getattr\n");
406 fuseOps->getattr = fuse_getattr;
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py50 getattr(xxhash, name, None)
530 getattr(ref, name) # type: ignore
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c139 res = CALL_REPARSE_PLUGIN(ni, getattr, stbuf);
986 res = CALL_REPARSE_PLUGIN(ni, getattr, &st);

Completed in 82 milliseconds