Lines Matching refs:Vnode
229 int vfs_nfs_reclaim(struct Vnode *node) in vfs_nfs_reclaim()
486 int nfs_bind(struct Vnode *blkdriver, const void *data, in nfs_bind()
798 int vfs_nfs_mount(struct Mount *mnt, struct Vnode *device, const void *data) in vfs_nfs_mount()
801 struct Vnode *vp = NULL; in vfs_nfs_mount()
848 int vfs_nfs_lookup(struct Vnode *parent, const char *path, int len, struct Vnode **vpp) in vfs_nfs_lookup()
902 int vfs_nfs_stat(struct Vnode *node, struct stat *buf) in vfs_nfs_stat()
927 int vfs_nfs_opendir(struct Vnode *node, struct fs_dirent_s *dir) in vfs_nfs_opendir()
966 int vfs_nfs_readdir(struct Vnode *node, struct fs_dirent_s *dir) in vfs_nfs_readdir()
1309 extern int nfs_rename(struct Vnode *mountpt, const char *oldrelpath, const char *newrelpath);
1310 int vfs_nfs_rename(struct Vnode *from_vnode, struct Vnode *to_parent, in vfs_nfs_rename()
1317 struct Vnode *to_vnode = NULL; in vfs_nfs_rename()
1318 struct Vnode *from_parent = from_vnode->parent; in vfs_nfs_rename()
1406 int vfs_nfs_mkdir(struct Vnode *parent, const char *dirname, mode_t mode, struct Vnode **vpp) in vfs_nfs_mkdir()
1570 struct Vnode *node = filep->f_vnode; in vfs_nfs_write()
1773 ssize_t vfs_nfs_writepage(struct Vnode *node, char *buffer, off_t pos, size_t buflen) in vfs_nfs_writepage()
1979 struct Vnode *node = filep->f_vnode; in vfs_nfs_seek()
2047 ssize_t vfs_nfs_readpage(struct Vnode *node, char *buffer, off_t pos) in vfs_nfs_readpage()
2209 struct Vnode *node = filep->f_vnode; in vfs_nfs_read()
2342 int vfs_nfs_create(struct Vnode *parent, const char *filename, int mode, struct Vnode **vpp) in vfs_nfs_create()
2535 int vfs_nfs_unlink(struct Vnode *parent, struct Vnode *target, const char *filename) in vfs_nfs_unlink()
2599 int vfs_nfs_rmdir(struct Vnode *parent, struct Vnode *target, const char *dirname) in vfs_nfs_rmdir()
2662 int vfs_nfs_close(struct Vnode *node) in vfs_nfs_close()
2682 struct Vnode *node = (struct Vnode *)filep->f_vnode; in vfs_nfs_close_file()
2686 int vfs_nfs_closedir(struct Vnode *node, struct fs_dirent_s *dir) in vfs_nfs_closedir()
2923 static int vfs_nfs_rewinddir(struct Vnode *node, struct fs_dirent_s *dir) in vfs_nfs_rewinddir()
2949 int vfs_nfs_truncate(struct Vnode *node, off_t length) in vfs_nfs_truncate()
3009 static int vfs_nfs_unmount(struct Mount *mnt, struct Vnode **blkDriver) in vfs_nfs_unmount()
3086 struct Vnode *node = filep->f_vnode; in vfs_nfs_open()