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

/haiku-fatelf/src/system/kernel/fs/
H A Dfd.cpp40 static struct file_descriptor* get_fd_locked(struct io_context* context,
68 contextLocked ? get_fd_locked(context, fd) : get_fd(context, fd))
76 = contextLocked ? get_fd_locked(context, fd) : get_fd(context, fd);
289 get_fd_locked(struct io_context* context, int fd) function
315 return get_fd_locked(context, fd);
324 file_descriptor* descriptor = get_fd_locked(context, fd);

Completed in 83 milliseconds