Searched refs:get_fd (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/build/libbe/storage/
H A DFile.cpp343 return _kern_read(get_fd(), -1, buffer, size);
362 return _kern_read(get_fd(), location, buffer, size);
376 return _kern_write(get_fd(), -1, buffer, size);
395 return _kern_write(get_fd(), location, buffer, size);
420 return _kern_seek(get_fd(), offset, seekMode);
435 return _kern_seek(get_fd(), 0, SEEK_CUR);
486 int fd = _kern_dup(file.get_fd());
509 // get_fd
515 BFile::get_fd() const function in class:OpenBeOS::BFile
H A DDirectory.cpp861 BDirectory::get_fd() const function in class:OpenBeOS::BDirectory
H A DEntry.cpp401 int dirFD = _kern_dup(dir->get_fd());
/haiku-fatelf/src/kits/storage/
H A DFile.cpp224 return _kern_read(get_fd(), -1, buffer, size);
238 return _kern_read(get_fd(), location, buffer, size);
248 return _kern_write(get_fd(), -1, buffer, size);
262 return _kern_write(get_fd(), location, buffer, size);
272 return _kern_seek(get_fd(), offset, seekMode);
282 return _kern_seek(get_fd(), 0, SEEK_CUR);
317 int fd = _kern_dup(file.get_fd());
342 BFile::get_fd() const function in class:BFile
H A DSymLink.cpp121 status_t error = _kern_read_link(get_fd(), NULL, buffer, &linkLen);
223 BSymLink::get_fd() const function in class:BSymLink
H A DDirectory.cpp544 BDirectory::get_fd() const function in class:BDirectory
H A DEntry.cpp223 int dirFD = _kern_dup(dir->get_fd());
/haiku-fatelf/headers/os/storage/
H A DSymLink.h55 int get_fd() const;
H A DFile.h59 int get_fd() const;
H A DDirectory.h81 int get_fd() const;
/haiku-fatelf/src/tools/fs_shell/
H A Dfd.cpp193 * get_fd() will no longer succeed on this descriptor).
213 get_fd(struct io_context *context, int fd) function in namespace:FSShell
281 descriptor = get_fd(context, fd);
367 // descriptor = get_fd(get_current_io_context(kernel), fd);
394 // descriptor = get_fd(get_current_io_context(kernel), fd);
418 struct file_descriptor *descriptor = get_fd(get_current_io_context(kernel), fd);
474 descriptor = get_fd(get_current_io_context(true), fd);
511 descriptor = get_fd(get_current_io_context(true), fd);
553 descriptor = get_fd(get_current_io_context(true), fd);
590 descriptor = get_fd(get_current_io_contex
[all...]
H A Dfd.h84 extern file_descriptor* get_fd(struct io_context *, int);
H A Dvfs.cpp1588 struct file_descriptor *descriptor = get_fd(get_current_io_context(kernel), fd);
1611 descriptor = get_fd(get_current_io_context(kernel), fd);
2281 descriptor = get_fd(get_current_io_context(true), fd);
5464 = get_fd(get_current_io_context(true), fd);
5534 = get_fd(get_current_io_context(true), fd);
/haiku-fatelf/headers/build/os/storage/
H A DFile.h73 int get_fd() const;
H A DDirectory.h87 int get_fd() const;
/haiku-fatelf/src/system/kernel/fs/
H A Dfd.cpp68 contextLocked ? get_fd_locked(context, fd) : get_fd(context, fd))
76 = contextLocked ? get_fd_locked(context, fd) : get_fd(context, fd);
269 possible (in one of the next calls to put_fd() - get_fd() will no longer
311 get_fd(struct io_context* context, int fd) function
385 descriptor = get_fd(context, fd);
487 file_descriptor* descriptor = get_fd(fromContext, fd);
509 descriptor = get_fd(get_current_io_context(kernelFD), fd);
683 = get_fd(get_current_io_context(kernel), fd);
889 descriptor = get_fd(get_current_io_context(false), fd);
981 descriptor = get_fd(get_current_io_contex
[all...]
H A Dvfs.cpp2716 = get_fd(get_current_io_context(kernel), fd);
2740 descriptor = get_fd(get_current_io_context(kernel), fd);
4029 descriptor = get_fd(get_current_io_context(true), fd);
4212 = get_fd(get_current_io_context(kernel), fd);
5927 struct file_descriptor* descriptor = get_fd(get_current_io_context(kernel),
8400 = get_fd(get_current_io_context(true), fd);
9313 = get_fd(get_current_io_context(false), fd);
9373 = get_fd(get_current_io_context(false), fd);
9450 = get_fd(get_current_io_context(false), attr);
H A Dsocket.cpp207 descriptor = get_fd(get_current_io_context(kernel), fd);
/haiku-fatelf/headers/private/kernel/fs/
H A Dfd.h81 extern struct file_descriptor *get_fd(struct io_context *, int);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dkernel.c208 static ofile * get_fd(int kernel, int fd, int type);
916 f = get_fd(kernel, fd, FD_DIR | FD_ATTR_DIR);
983 f = get_fd(kernel, fd, FD_DIR | FD_ATTR_DIR);
1191 f = get_fd(kernel, fd, FD_FILE);
1267 f = get_fd(kernel, fd, FD_FILE);
1313 f = get_fd(kernel, fd, FD_FILE);
1358 f = get_fd(kernel, fd, FD_FILE);
1793 f = get_fd(kernel, fd, FD_FILE);
1825 f = get_fd(kernel, fd, FD_FILE);
1854 f = get_fd(kerne
3036 get_fd(int kernel, int fd, int type) function
[all...]
/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1301 file_descriptor* descriptor = get_fd(get_current_io_context(true), fd);
H A Dvm.cpp1887 file_descriptor* descriptor = get_fd(get_current_io_context(kernel), fd);

Completed in 163 milliseconds