Searched refs:setattr (Results 1 - 4 of 4) sorted by path

/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h136 /* 'to_set' flags in setattr */
266 * If the setattr was invoked from the ftruncate() system call
286 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr, member in struct:fuse_lowlevel_ops
1097 * getattr, setattr
H A Dfuse_lowlevel_compat.h19 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr, member in struct:fuse_lowlevel_ops_compat25
86 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr, member in struct:fuse_lowlevel_ops_compat
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp486 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_WRITE_STAT, fLowLevelOps.setattr != NULL);
H A DFUSELowLevel.cpp117 if (ops->setattr == NULL)
122 ops->setattr(&request, ino, const_cast<struct stat*>(attr), to_set, NULL);

Completed in 108 milliseconds