Home
last modified time | relevance | path

Searched defs:vnode (Results 76 - 100 of 100) sorted by relevance

1234

/kernel/liteos_a/kernel/base/include/
H A Dlos_vm_map.h98 struct Vnode *vnode; member
/kernel/liteos_a/fs/proc/os_adapt/
H A Dprocess_proc.c166 struct Vnode *vnode = VnodeFind(fd); in ProcfsContainerGet() local
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_force_umount.c38 static int ErrorVopCreate(struct Vnode *parent, const char *name, int mode, struct Vnode **vnode) in ErrorVopCreate() argument
47 static int ErrorVopLookup(struct Vnode *parent, const char *name, int len, struct Vnode **vnode) in ErrorVopLookup() argument
56 static int ErrorVopOpen(struct Vnode *vnode, int fd, int mode, int flags) in ErrorVopOpen() argument
65 static int ErrorVopClose(struct Vnode *vnode) in ErrorVopClose() argument
72 ErrorVopReclaim(struct Vnode *vnode) ErrorVopReclaim() argument
78 ErrorVopUnlink(struct Vnode *parent, struct Vnode *vnode, const char *fileName) ErrorVopUnlink() argument
86 ErrorVopRmdir(struct Vnode *parent, struct Vnode *vnode, const char *dirName) ErrorVopRmdir() argument
94 ErrorVopMkdir(struct Vnode *parent, const char *dirName, mode_t mode, struct Vnode **vnode) ErrorVopMkdir() argument
103 ErrorVopReaddir(struct Vnode *vnode, struct fs_dirent_s *dir) ErrorVopReaddir() argument
110 ErrorVopOpendir(struct Vnode *vnode, struct fs_dirent_s *dir) ErrorVopOpendir() argument
117 ErrorVopRewinddir(struct Vnode *vnode, struct fs_dirent_s *dir) ErrorVopRewinddir() argument
124 ErrorVopClosedir(struct Vnode *vnode, struct fs_dirent_s *dir) ErrorVopClosedir() argument
132 ErrorVopGetattr(struct Vnode *vnode, struct stat *st) ErrorVopGetattr() argument
139 ErrorVopSetattr(struct Vnode *vnode, struct stat *st) ErrorVopSetattr() argument
146 ErrorVopChattr(struct Vnode *vnode, struct IATTR *attr) ErrorVopChattr() argument
162 ErrorVopTruncate(struct Vnode *vnode, off_t len) ErrorVopTruncate() argument
169 ErrorVopTruncate64(struct Vnode *vnode, off64_t len) ErrorVopTruncate64() argument
176 ErrorVopFscheck(struct Vnode *vnode, struct fs_dirent_s *dir) ErrorVopFscheck() argument
201 ErrorVopReadlink(struct Vnode *vnode, char *buffer, size_t bufLen) ErrorVopReadlink() argument
333 ErrorFopUnlink(struct Vnode *vnode) ErrorFopUnlink() argument
420 VnodeTryFree(struct Vnode *vnode) VnodeTryFree() argument
440 struct Vnode *vnode = NULL; VnodeTryFreeAll() local
[all...]
/third_party/toybox/toys/pending/
H A Dcrond.c306 VAR *v, *vnode = (VAR *)l->var; in free_cronfile() local
400 VAR *v, *vnode = (VAR *)cfile->var; in scan_cronfiles() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dvio.c1659 struct vio_dev *vio_find_node(struct device_node *vnode) in vio_find_node() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dvio.c1675 struct vio_dev *vio_find_node(struct device_node *vnode) in vio_find_node() argument
/kernel/linux/linux-5.10/fs/afs/
H A Dprotocol_yfs.h82 struct yfs_xdr_vnode vnode; member
H A Ddir.c647 struct afs_vnode *vnode; in afs_do_lookup_success() local
757 struct afs_vnode *dvnode = AFS_FS_I(dir), *vnode; afs_do_lookup() local
1053 struct afs_vnode *vnode, *dir; afs_d_revalidate() local
1220 struct afs_vnode *vnode = op->file[0].vnode; afs_check_for_remote_deletion() local
1235 struct afs_vnode *vnode; afs_vnode_new_inode() local
1335 struct afs_vnode *vnode = AFS_FS_I(d_inode(dentry)); afs_dir_remove_subdir() local
1390 struct afs_vnode *dvnode = AFS_FS_I(dir), *vnode = NULL; afs_rmdir() local
1442 struct afs_vnode *vnode = op->file[1].vnode; afs_dir_remove_link() local
1524 struct afs_vnode *vnode = AFS_FS_I(d_inode(dentry)); afs_unlink() local
1678 struct afs_vnode *vnode = AFS_FS_I(d_inode(from)); afs_link() local
1786 struct afs_vnode *vnode = AFS_FS_I(d_inode(op->dentry)); afs_rename_edit_dir() local
1869 struct afs_vnode *orig_dvnode, *new_dvnode, *vnode; afs_rename() local
[all...]
H A Dinternal.h211 struct afs_vnode *vnode; member
664 afs_vnode_cache(struct afs_vnode *vnode) afs_vnode_cache() argument
748 struct afs_vnode *vnode; global() member
968 afs_calc_vnode_cb_break(struct afs_vnode *vnode) afs_calc_vnode_cb_break() argument
973 afs_cb_is_broken(unsigned int cb_break, const struct afs_vnode *vnode) afs_cb_is_broken() argument
1117 afs_op_set_vnode(struct afs_operation *op, unsigned int n, struct afs_vnode *vnode) afs_op_set_vnode() argument
1185 afs_v2net(struct afs_vnode *vnode) afs_v2net() argument
1557 AFS_VNODE_TO_I(struct afs_vnode *vnode) AFS_VNODE_TO_I() argument
1580 afs_set_i_size(struct afs_vnode *vnode, u64 size) afs_set_i_size() argument
1604 afs_bad(struct afs_vnode *vnode, enum afs_file_error where) afs_bad() argument
[all...]
/kernel/linux/linux-5.10/init/
H A Dmain.c327 struct xbc_node *knode, *vnode; in xbc_snprint_cmdline() local
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H A Drkisp1-common.h214 struct rkisp1_vdev_node vnode; member
249 struct rkisp1_vdev_node vnode; member
271 struct rkisp1_vdev_node vnode; member
/kernel/linux/linux-6.6/fs/afs/
H A Ddir.c683 struct afs_vnode *vnode; in afs_do_lookup_success() local
793 struct afs_vnode *dvnode = AFS_FS_I(dir), *vnode; afs_do_lookup() local
1089 struct afs_vnode *vnode, *dir; afs_d_revalidate() local
1256 struct afs_vnode *vnode = op->file[0].vnode; afs_check_for_remote_deletion() local
1271 struct afs_vnode *vnode; afs_vnode_new_inode() local
1372 struct afs_vnode *vnode = AFS_FS_I(d_inode(dentry)); afs_dir_remove_subdir() local
1427 struct afs_vnode *dvnode = AFS_FS_I(dir), *vnode = NULL; afs_rmdir() local
1479 struct afs_vnode *vnode = op->file[1].vnode; afs_dir_remove_link() local
1561 struct afs_vnode *vnode = AFS_FS_I(d_inode(dentry)); afs_unlink() local
1715 struct afs_vnode *vnode = AFS_FS_I(d_inode(from)); afs_link() local
1829 struct afs_vnode *vnode = AFS_FS_I(d_inode(op->dentry)); afs_rename_edit_dir() local
1912 struct afs_vnode *orig_dvnode, *new_dvnode, *vnode; afs_rename() local
[all...]
H A Dprotocol_yfs.h82 struct yfs_xdr_vnode vnode; member
H A Dinternal.h209 struct afs_vnode *vnode; /* The file being read into. */ member
672 afs_vnode_cache(struct afs_vnode *vnode) afs_vnode_cache() argument
681 afs_vnode_set_cache(struct afs_vnode *vnode, struct fscache_cookie *cookie) afs_vnode_set_cache() argument
767 struct afs_vnode *vnode; global() member
882 afs_set_cache_aux(struct afs_vnode *vnode, struct afs_vnode_cache_aux *aux) afs_set_cache_aux() argument
888 afs_invalidate_cache(struct afs_vnode *vnode, unsigned int flags) afs_invalidate_cache() argument
989 afs_calc_vnode_cb_break(struct afs_vnode *vnode) afs_calc_vnode_cb_break() argument
994 afs_cb_is_broken(unsigned int cb_break, const struct afs_vnode *vnode) afs_cb_is_broken() argument
1141 afs_op_set_vnode(struct afs_operation *op, unsigned int n, struct afs_vnode *vnode) afs_op_set_vnode() argument
1211 afs_v2net(struct afs_vnode *vnode) afs_v2net() argument
1592 AFS_VNODE_TO_I(struct afs_vnode *vnode) AFS_VNODE_TO_I() argument
1615 afs_set_i_size(struct afs_vnode *vnode, u64 size) afs_set_i_size() argument
1639 afs_bad(struct afs_vnode *vnode, enum afs_file_error where) afs_bad() argument
[all...]
/kernel/linux/linux-6.6/init/
H A Dmain.c326 struct xbc_node *knode, *vnode; in xbc_snprint_cmdline() local
/kernel/liteos_a/fs/vfs/vfs_cmd/
H A Dvfs_shellcmd.c226 struct Vnode *vnode = NULL; in osShellCmdCat() local
/kernel/liteos_a/kernel/common/
H A Dconsole.c226 struct Vnode *vnode = NULL; in OsGetConsoleByDevice() local
1009 struct Vnode *vnode = NULL; in OsConsoleFileInit() local
1040 struct Vnode *vnode = NULL; in OsConsoleDevInit() local
[all...]
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1106 ssize_t tmpfs_readpage(struct Vnode *vnode, char *buffer, off_t off) in tmpfs_readpage() argument
/kernel/linux/linux-6.6/include/net/
H A Dvxlan.h262 struct rhash_head vnode; member
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.h291 struct rkisp1_vdev_node vnode; member
335 struct rkisp1_vdev_node vnode; member
380 struct rkisp1_vdev_node vnode; member
/kernel/liteos_a/fs/fat/os_adapt/
H A Dfatfs.c2167 ssize_t fatfs_readlink(struct Vnode *vnode, char *buffer, size_t bufLen) in fatfs_readlink() argument
2213 ssize_t fatfs_readpage(struct Vnode *vnode, char *buff, off_t pos) in fatfs_readpage() argument
2311 ssize_t fatfs_writepage(struct Vnode *vnode, char *buff, off_t pos, size_t buflen) in fatfs_writepage() argument
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_private.h134 struct rhash_head vnode; member
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_core.c99 struct vxlan_vni_node *vnode; in vxlan_vs_find_vni() local
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_private.h212 struct rhash_head vnode; member
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 48 milliseconds

1234