Searched refs:GetAttr (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyBuilder.h25 status_t GetAttr(status_t status, int mask,
H A DRequestInterpreter.h27 status_t GetAttr(FileHandle* handle, int* mask);
H A DRootInode.cpp71 req.GetAttr(attr, sizeof(attr) / sizeof(Attribute));
86 result = reply.GetAttr(&values, &count);
191 req.GetAttr(attr, sizeof(attr) / sizeof(Attribute));
205 result = reply.GetAttr(attrv, &count);
H A DNFS4Inode.cpp35 req.GetAttr(attr, sizeof(attr) / sizeof(Attribute));
50 result = reply.GetAttr(&values, &count);
137 req.GetAttr(dirAttr, sizeof(dirAttr) / sizeof(Attribute));
149 req.GetAttr(attr, sizeof(attr) / sizeof(Attribute));
165 result = reply.GetAttr(&values, &count);
183 result = reply.GetAttr(&values, &count);
302 req.GetAttr(attr, sizeof(attr) / sizeof(Attribute));
315 return reply.GetAttr(values, count);
391 req.GetAttr(attr, sizeof(attr) / sizeof(Attribute));
426 result = reply.GetAttr(
[all...]
H A DNFS4Server.cpp164 request.Builder().GetAttr(attr, sizeof(attr) / sizeof(Attribute));
176 result = reply.GetAttr(&values, &count);
368 status_t result = request->GetAttr(&handle, &mask);
386 reply->GetAttr(B_ENTRY_NOT_FOUND, 0, 0, 0);
397 reply->GetAttr(B_OK, mask, st.st_size, change);
H A DRequestInterpreter.cpp32 RequestInterpreter::GetAttr(FileHandle* handle, int* _mask) function in class:RequestInterpreter
H A DReplyBuilder.cpp63 ReplyBuilder::GetAttr(status_t status, int mask, uint64 size, uint64 change) function in class:ReplyBuilder
H A DReplyInterpreter.h77 status_t GetAttr(AttrValue** attrs, uint32* count);
H A DRequestBuilder.h41 status_t GetAttr(Attribute* attrs, uint32 count);
H A DFileSystem.cpp174 req.GetAttr(attr, sizeof(attr) / sizeof(Attribute));
200 result = reply.GetAttr(&values, &count);
H A DInodeDir.cpp159 req.GetAttr(attr, sizeof(attr) / sizeof(Attribute));
183 result = reply.GetAttr(&values, &count);
H A DInode.cpp74 req.GetAttr(attr, sizeof(attr) / sizeof(Attribute));
89 result = reply.GetAttr(&values, &count);
H A DRequestBuilder.cpp164 RequestBuilder::GetAttr(Attribute* attrs, uint32 count) function in class:RequestBuilder
H A DReplyInterpreter.cpp224 ReplyInterpreter::GetAttr(AttrValue** attrs, uint32* count) function in class:ReplyInterpreter
/haiku/src/apps/terminal/
H A DShell.h43 status_t GetAttr(struct termios& attr) const;
H A DShell.cpp226 Shell::GetAttr(struct termios &attr) const function in class:Shell

Completed in 96 milliseconds