Searched refs:fd_root (Results 1 – 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | mq.h | 23 if (fd_root > 0) in cleanup_common() 24 SAFE_CLOSE(fd_root); in cleanup_common() 47 fd_root = SAFE_OPEN("/", O_RDONLY); in setup_common()
|
/third_party/NuttX/fs/dirent/ |
D | fs_rewinddir.c | 56 if (!idir || !idir->fd_root || idir->fd_status != DIRENT_MAGIC) in rewinddir() 66 vnode_ptr = idir->fd_root; in rewinddir()
|
D | fs_closedir.c | 67 if (idir->fd_root) in closedir() 72 vnode = idir->fd_root; in closedir()
|
D | fs_seekdir.c | 50 vnode = idir->fd_root; in seekmountptdir() 127 if (!idir || !idir->fd_root || idir->fd_status != DIRENT_MAGIC) in seekdir()
|
D | fs_opendir.c | 136 dir->fd_root = vp; in opendir() 232 dir->fd_root = vp; in do_opendir()
|
D | fs_telldir.c | 76 if (!idir || !idir->fd_root) in telldir()
|
D | fs_readdir.c | 70 vnode_ptr = idir->fd_root; in __readdir()
|
/third_party/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify01.c | 18 static int fd, fd_root, fd_nonblock, fd_maxint = INT_MAX - 1, fd_invalid = -1; variable 69 .fd = &fd_root,
|
/third_party/ltp/testcases/kernel/syscalls/mq_timedreceive/ |
D | mq_timedreceive01.c | 15 static int fd, fd_root, fd_nonblock, fd_maxint = INT_MAX - 1, fd_invalid = -1; variable 73 .fd = &fd_root,
|
/third_party/ltp/testcases/kernel/syscalls/mq_timedsend/ |
D | mq_timedsend01.c | 15 static int fd, fd_root, fd_nonblock, fd_maxint = INT_MAX - 1, fd_invalid = -1; variable 67 .fd = &fd_root,
|
/third_party/NuttX/include/nuttx/fs/ |
D | dirent_fs.h | 242 struct Vnode *fd_root; member
|