Home
last modified time | relevance | path

Searched defs:vnode (Results 1 – 25 of 26) sorted by relevance

12

/third_party/NuttX/drivers/bch/
Dbchdev_driver.c101 struct Vnode *vnode = filep->f_vnode; in bch_open() local
132 struct Vnode *vnode = filep->f_vnode; in bch_close() local
191 struct Vnode *vnode = filep->f_vnode; in bch_seek() local
255 struct Vnode *vnode = filep->f_vnode; in bch_read() local
278 struct Vnode *vnode = filep->f_vnode; in bch_write() local
309 struct Vnode *vnode = filep->f_vnode; in bch_ioctl() local
396 int bch_unlink(struct Vnode *vnode) in bch_unlink()
Dbch.h65 struct Vnode *vnode; /* I-node of the block driver */ member
/third_party/NuttX/drivers/pipes/
Dpipe_common.c187 struct Vnode *vnode = filep->f_vnode; in pipecommon_open() local
296 struct Vnode *vnode = filep->f_vnode; in pipecommon_close() local
394 struct Vnode *vnode = filep->f_vnode; in pipecommon_read() local
555 struct Vnode *vnode = filep->f_vnode; in pipecommon_write() local
716 struct Vnode *vnode = filep->f_vnode; in pipecommon_poll() local
801 int pipecommon_unlink(struct Vnode *vnode) in pipecommon_unlink()
Dpipe.c148 struct Vnode *vnode = filep->f_vnode; in pipe_close() local
175 int pipe_unlink(struct Vnode *vnode) in pipe_unlink()
229 struct Vnode *vnode = NULL; in UpdateDev() local
/third_party/NuttX/fs/vfs/
Dfs_rmdir.c54 static int check_target(struct Vnode *vnode, char *name) in check_target()
108 struct Vnode *vnode = NULL; in do_rmdir() local
Dfs_unlink.c53 static int check_target(struct Vnode *vnode) in check_target()
89 struct Vnode *vnode = NULL; in do_unlink() local
Dfs_statfs.c73 struct Vnode *vnode = NULL; in statfs() local
Dfs_truncate64.c62 struct Vnode *vnode = NULL; in file_truncate64() local
Dfs_lseek64.c75 struct Vnode *vnode = NULL; in file_seek64() local
Dfs_lseek.c75 struct Vnode *vnode; in file_seek() local
Dfs_truncate.c61 struct Vnode *vnode = NULL; in file_truncate() local
Dfs_readlink.c37 struct Vnode *vnode = NULL; in do_readlink() local
Dfs_mkdir.c56 struct Vnode *vnode = NULL; in do_mkdir() local
Dfs_symlink.c36 int follow_symlink(int dirfd, const char *path, struct Vnode **vnode, char **fullpath) in follow_symlink()
Dfs_open.c163 struct Vnode *vnode = NULL; in fp_open() local
/third_party/NuttX/fs/driver/
Dfs_unregisterdriver.c60 struct Vnode *vnode = NULL; in unregister_driver() local
Dfs_registerdriver.c79 struct Vnode *vnode = NULL; in register_driver() local
Dfs_blockproxy.c170 struct Vnode *vnode = NULL; in block_proxy() local
/third_party/NuttX/fs/dirent/
Dfs_closedir.c71 struct Vnode *vnode = NULL; in closedir() local
Dfs_seekdir.c56 struct Vnode *vnode; in seekmountptdir() local
/third_party/ejdb/src/jql/
Djql_internal.h38 JBL_NODE vnode; member
/third_party/NuttX/fs/inode/
Dfs_files.c189 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/
Dcrond.c306 VAR *v, *vnode = (VAR *)l->var; in free_cronfile() local
397 VAR *v, *vnode = (VAR *)cfile->var; in scan_cronfiles() local
/third_party/NuttX/fs/romfs/
Dfs_romfs.c310 static ssize_t romfs_readpage(struct Vnode *vnode, char *buffer, off_t off) in romfs_readpage()
/third_party/ejdb/src/jbl/
Djbl.h177 JBL_NODE vnode; member

12