/third_party/NuttX/drivers/bch/ |
D | bchdev_driver.c | 86 struct Vnode *vnode = filep->f_vnode; in bch_open() local 117 struct Vnode *vnode = filep->f_vnode; in bch_close() local 176 struct Vnode *vnode = filep->f_vnode; in bch_seek() local 240 struct Vnode *vnode = filep->f_vnode; in bch_read() local 263 struct Vnode *vnode = filep->f_vnode; in bch_write() local 294 struct Vnode *vnode = filep->f_vnode; in bch_ioctl() local 381 int bch_unlink(struct Vnode *vnode) in bch_unlink()
|
D | bch.h | 50 struct Vnode *vnode; /* I-node of the block driver */ member
|
/third_party/NuttX/drivers/pipes/ |
D | pipe_common.c | 171 struct Vnode *vnode = filep->f_vnode; in pipecommon_open() local 280 struct Vnode *vnode = filep->f_vnode; in pipecommon_close() local 378 struct Vnode *vnode = filep->f_vnode; in pipecommon_read() local 539 struct Vnode *vnode = filep->f_vnode; in pipecommon_write() local 700 struct Vnode *vnode = filep->f_vnode; in pipecommon_poll() local 785 int pipecommon_unlink(struct Vnode *vnode) in pipecommon_unlink()
|
D | pipe.c | 133 struct Vnode *vnode = filep->f_vnode; in pipe_close() local 160 int pipe_unlink(struct Vnode *vnode) in pipe_unlink() 214 struct Vnode *vnode = NULL; in UpdateDev() local
|
/third_party/NuttX/fs/vfs/ |
D | fs_rmdir.c | 39 static int check_target(struct Vnode *vnode, char *name) in check_target() 93 struct Vnode *vnode = NULL; in do_rmdir() local
|
D | fs_unlink.c | 38 static int check_target(struct Vnode *vnode) in check_target() 74 struct Vnode *vnode = NULL; in do_unlink() local
|
D | fs_statfs.c | 58 struct Vnode *vnode = NULL; in statfs() local
|
D | fs_truncate64.c | 62 struct Vnode *vnode = NULL; in file_truncate64() local
|
D | fs_lseek.c | 60 struct Vnode *vnode; in file_seek() local
|
D | fs_lseek64.c | 75 struct Vnode *vnode = NULL; in file_seek64() local
|
D | fs_truncate.c | 46 struct Vnode *vnode = NULL; in file_truncate() local
|
D | fs_readlink.c | 37 struct Vnode *vnode = NULL; in do_readlink() local
|
D | fs_mkdir.c | 41 struct Vnode *vnode = NULL; in do_mkdir() local
|
D | fs_symlink.c | 36 int follow_symlink(int dirfd, const char *path, struct Vnode **vnode, char **fullpath) in follow_symlink()
|
D | fs_open.c | 150 struct Vnode *vnode = NULL; in fp_open() local
|
/third_party/NuttX/fs/driver/ |
D | fs_unregisterdriver.c | 45 struct Vnode *vnode = NULL; in unregister_driver() local
|
D | fs_registerdriver.c | 64 struct Vnode *vnode = NULL; in register_driver() local
|
D | fs_blockproxy.c | 155 struct Vnode *vnode = NULL; in block_proxy() local
|
/third_party/NuttX/fs/dirent/ |
D | fs_closedir.c | 56 struct Vnode *vnode = NULL; in closedir() local
|
D | fs_seekdir.c | 41 struct Vnode *vnode; in seekmountptdir() local
|
/third_party/ejdb/src/jql/ |
D | jql_internal.h | 42 JBL_NODE vnode; member
|
/third_party/NuttX/fs/inode/ |
D | fs_files.c | 189 struct Vnode *vnode = filep->f_vnode; in _files_close() local 621 int close_files(struct Vnode *vnode) in close_files()
|
/third_party/toybox/toys/pending/ |
D | crond.c | 306 VAR *v, *vnode = (VAR *)l->var; in free_cronfile() local 400 VAR *v, *vnode = (VAR *)cfile->var; in scan_cronfiles() local
|
/third_party/NuttX/fs/romfs/ |
D | fs_romfs.c | 292 static ssize_t romfs_readpage(struct Vnode *vnode, char *buffer, off_t off) in romfs_readpage()
|
/third_party/iowow/src/json/ |
D | iwjson.h | 176 JBL_NODE vnode; member
|