Home
last modified time | relevance | path

Searched refs:fd_root (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/utils/
Dmq.h23 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/
Dfs_rewinddir.c56 if (!idir || !idir->fd_root || idir->fd_status != DIRENT_MAGIC) in rewinddir()
66 vnode_ptr = idir->fd_root; in rewinddir()
Dfs_closedir.c67 if (idir->fd_root) in closedir()
72 vnode = idir->fd_root; in closedir()
Dfs_seekdir.c50 vnode = idir->fd_root; in seekmountptdir()
127 if (!idir || !idir->fd_root || idir->fd_status != DIRENT_MAGIC) in seekdir()
Dfs_opendir.c136 dir->fd_root = vp; in opendir()
232 dir->fd_root = vp; in do_opendir()
Dfs_telldir.c76 if (!idir || !idir->fd_root) in telldir()
Dfs_readdir.c70 vnode_ptr = idir->fd_root; in __readdir()
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c18 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/
Dmq_timedreceive01.c15 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/
Dmq_timedsend01.c15 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/
Ddirent_fs.h242 struct Vnode *fd_root; member