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.c86 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()
Dbch.h50 struct Vnode *vnode; /* I-node of the block driver */ member
/third_party/NuttX/drivers/pipes/
Dpipe_common.c171 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()
Dpipe.c133 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/
Dfs_rmdir.c39 static int check_target(struct Vnode *vnode, char *name) in check_target()
93 struct Vnode *vnode = NULL; in do_rmdir() local
Dfs_unlink.c38 static int check_target(struct Vnode *vnode) in check_target()
74 struct Vnode *vnode = NULL; in do_unlink() local
Dfs_statfs.c58 struct Vnode *vnode = NULL; in statfs() local
Dfs_truncate64.c62 struct Vnode *vnode = NULL; in file_truncate64() local
Dfs_lseek.c60 struct Vnode *vnode; in file_seek() local
Dfs_lseek64.c75 struct Vnode *vnode = NULL; in file_seek64() local
Dfs_truncate.c46 struct Vnode *vnode = NULL; in file_truncate() local
Dfs_readlink.c37 struct Vnode *vnode = NULL; in do_readlink() local
Dfs_mkdir.c41 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.c150 struct Vnode *vnode = NULL; in fp_open() local
/third_party/NuttX/fs/driver/
Dfs_unregisterdriver.c45 struct Vnode *vnode = NULL; in unregister_driver() local
Dfs_registerdriver.c64 struct Vnode *vnode = NULL; in register_driver() local
Dfs_blockproxy.c155 struct Vnode *vnode = NULL; in block_proxy() local
/third_party/NuttX/fs/dirent/
Dfs_closedir.c56 struct Vnode *vnode = NULL; in closedir() local
Dfs_seekdir.c41 struct Vnode *vnode; in seekmountptdir() local
/third_party/ejdb/src/jql/
Djql_internal.h42 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
400 VAR *v, *vnode = (VAR *)cfile->var; in scan_cronfiles() local
/third_party/NuttX/fs/romfs/
Dfs_romfs.c292 static ssize_t romfs_readpage(struct Vnode *vnode, char *buffer, off_t off) in romfs_readpage()
/third_party/iowow/src/json/
Diwjson.h176 JBL_NODE vnode; member

12