Searched defs:pVnode (Results 1 – 2 of 2) sorted by relevance
| /kernel/liteos_a/fs/jffs2/src/ |
| D | vfs_jffs2.c | 69 static void Jffs2SetVtype(struct jffs2_inode *node, struct Vnode *pVnode) in Jffs2SetVtype() 537 int VfsJffs2Opendir(struct Vnode *pVnode, struct fs_dirent_s *dir) in VfsJffs2Opendir() 543 int VfsJffs2Readdir(struct Vnode *pVnode, struct fs_dirent_s *dir) in VfsJffs2Readdir() 566 int VfsJffs2Seekdir(struct Vnode *pVnode, struct fs_dirent_s *dir, unsigned long offset) in VfsJffs2Seekdir() 571 int VfsJffs2Rewinddir(struct Vnode *pVnode, struct fs_dirent_s *dir) in VfsJffs2Rewinddir() 621 static int Jffs2Truncate(struct Vnode *pVnode, unsigned int len) in Jffs2Truncate() 635 int VfsJffs2Truncate(struct Vnode *pVnode, off_t len) in VfsJffs2Truncate() 641 int VfsJffs2Truncate64(struct Vnode *pVnode, off64_t len) in VfsJffs2Truncate64() 647 int VfsJffs2Chattr(struct Vnode *pVnode, struct IATTR *attr) in VfsJffs2Chattr() 698 struct Vnode *pVnode = NULL; in VfsJffs2Link() local [all …]
|
| /kernel/liteos_a/fs/proc/os_adapt/ |
| D | proc_vfs.c | 75 int VfsProcfsTruncate(struct Vnode *pVnode, off_t len) in VfsProcfsTruncate()
|