Searched refs:pVnode (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_a/fs/jffs2/src/ |
H A D | vfs_jffs2.c | 69 static void Jffs2SetVtype(struct jffs2_inode *node, struct Vnode *pVnode) in Jffs2SetVtype() argument 73 pVnode->type = VNODE_TYPE_REG; in Jffs2SetVtype() 76 pVnode->type = VNODE_TYPE_DIR; in Jffs2SetVtype() 79 pVnode->type = VNODE_TYPE_LNK; in Jffs2SetVtype() 82 pVnode->type = VNODE_TYPE_UNKNOWN; in Jffs2SetVtype() 537 int VfsJffs2Opendir(struct Vnode *pVnode, struct fs_dirent_s *dir) in VfsJffs2Opendir() argument 543 int VfsJffs2Readdir(struct Vnode *pVnode, struct fs_dirent_s *dir) in VfsJffs2Readdir() argument 552 ret = jffs2_readdir((struct jffs2_inode *)pVnode->data, &dir->fd_position, in VfsJffs2Readdir() 566 int VfsJffs2Seekdir(struct Vnode *pVnode, struct fs_dirent_s *dir, unsigned long offset) in VfsJffs2Seekdir() argument 571 int VfsJffs2Rewinddir(struct Vnode *pVnode, struc argument 621 Jffs2Truncate(struct Vnode *pVnode, unsigned int len) Jffs2Truncate() argument 635 VfsJffs2Truncate(struct Vnode *pVnode, off_t len) VfsJffs2Truncate() argument 641 VfsJffs2Truncate64(struct Vnode *pVnode, off64_t len) VfsJffs2Truncate64() argument 647 VfsJffs2Chattr(struct Vnode *pVnode, struct IATTR *attr) VfsJffs2Chattr() argument 698 struct Vnode *pVnode = NULL; VfsJffs2Link() local 733 struct Vnode *pVnode = NULL; VfsJffs2Symlink() local 854 VfsJffs2Stat(struct Vnode *pVnode, struct stat *buf) VfsJffs2Stat() argument 895 VfsJffs2Reclaim(struct Vnode *pVnode) VfsJffs2Reclaim() argument [all...] |
/kernel/liteos_a/fs/proc/os_adapt/ |
H A D | proc_vfs.c | 75 int VfsProcfsTruncate(struct Vnode *pVnode, off_t len) in VfsProcfsTruncate() argument
|
Completed in 2 milliseconds