Searched refs:fDirFd (Results 1 - 12 of 12) sorted by relevance

/haiku/src/kits/storage/
H A DDirectory.cpp32 fDirFd(-1)
39 fDirFd(-1)
47 fDirFd(-1)
55 fDirFd(-1)
63 fDirFd(-1)
71 fDirFd(-1)
79 fDirFd(-1)
105 fDirFd = _kern_open_dir_entry_ref(ref->device, ref->directory, ref->name);
106 if (fDirFd < 0) {
107 status_t error = fDirFd;
[all...]
H A DEntry.cpp125 fDirFd(-1),
134 fDirFd(-1),
144 fDirFd(-1),
154 fDirFd(-1),
164 fDirFd(-1),
264 if (fDirFd >= 0)
265 _kern_close(fDirFd);
270 fDirFd = -1;
286 status_t error = _kern_read_stat(fDirFd, NULL, false, &st,
325 int parentFD = _kern_open_parent_dir(fDirFd, leafNam
[all...]
H A DFile.cpp138 int fd = _kern_open(entry->fDirFd, entry->fName, openMode | O_CLOEXEC,
188 int fd = _kern_open(dir->fDirFd, path, openMode, DEFFILEMODE & ~__gUmask);
H A DNode.cpp187 return _SetTo(entry->fDirFd, entry->fName, false);
207 return _SetTo(dir->fDirFd, path, false);
/haiku/src/build/libbe/storage/
H A DDirectory.cpp29 fDirFd(-1)
36 fDirFd(-1)
44 fDirFd(-1)
52 fDirFd(-1)
60 fDirFd(-1)
68 fDirFd(-1)
76 fDirFd(-1)
109 fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
138 status_t error = _SetTo(entry->fDirFd, entry->fName, true);
143 error = set_dir_fd(_kern_open_dir(entry->fDirFd, entr
[all...]
H A DEntry.cpp239 fDirFd(-1),
258 fDirFd(-1),
277 fDirFd(-1),
298 fDirFd(-1),
311 : fDirFd(-1),
381 return _kern_read_stat(fDirFd, fName, false, result, sizeof(struct stat));
463 if (fDirFd >= 0) {
464 _kern_close(fDirFd);
465 // BPrivate::Storage::close_dir(fDirFd);
471 fDirFd
[all...]
H A DFile.cpp208 int fd = _kern_open(entry->fDirFd, entry->fName, openMode,
289 int fd = _kern_open(dir->fDirFd, path, openMode, DEFFILEMODE & ~__gUmask);
H A DNode.cpp177 return _SetTo(entry->fDirFd, entry->fName, false);
197 return _SetTo(dir->fDirFd, path, false);
/haiku/headers/os/storage/
H A DDirectory.h85 int fDirFd; member in class:BDirectory
H A DEntry.h107 int fDirFd; member in class:BEntry
/haiku/headers/build/os/storage/
H A DEntry.h102 int fDirFd; member in class:OpenBeOS::BEntry
H A DDirectory.h82 int fDirFd; member in class:BDirectory

Completed in 153 milliseconds