Home
last modified time | relevance | path

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

123

/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()
/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/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/irpass/
Ditem_tuple_or_list_eliminate.h78 void Visit(const ValueNodePtr &vnode) override { in Visit()
125 void Visit(const ValueNodePtr &vnode) override { in Visit()
175 void Visit(const ValueNodePtr &vnode) override { in Visit()
220 void Visit(const ValueNodePtr &vnode) override { in Visit()
308 void Visit(const ValueNodePtr &vnode) override { in Visit()
391 void Visit(const ValueNodePtr &vnode) override { in Visit()
412 auto vnode = node->cast<ValueNodePtr>(); in GetPositiveIndex() local
525 void Visit(const ValueNodePtr &vnode) override { c_ = vnode; } in Visit()
Ditem_dict_eliminate.h64 void Visit(const ValueNodePtr &vnode) override { in Visit()
120 void Visit(const ValueNodePtr &vnode) override { in Visit()
200 void Visit(const ValueNodePtr &vnode) override { in Visit()
Dslice_to_tuple.h57 auto vnode = slice_getitem_item_input->cast<ValueNodePtr>(); in operator() local
Dshard_eliminate.cc24 auto vnode = node->input(1)->cast<ValueNodePtr>(); in ExpandShard() local
Dminmax_grad.h81 void Visit(const ValueNodePtr &vnode) override { idx_ = GetValue<int64_t>(vnode->value()); } in Visit()
/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.c65 struct Vnode *vnode = NULL; in file_truncate64() local
Dfs_lseek64.c78 struct Vnode *vnode = NULL; in file_seek64() local
Dfs_lseek.c60 struct Vnode *vnode; in file_seek() 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()
/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/mindspore/mindspore-src/source/mindspore/core/ir/
Dvisitor.cc31 void AnfIrVisitor::Visit(const ValueNodePtr &vnode) { in Visit()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dproactive_fallback_expander.cc70 auto vnode = input->cast<ValueNodePtr>(); in Run() local

123