Lines Matching refs:fs_vnode

233 static status_t websearchfs_remove_vnode(fs_volume *_volume, fs_vnode *_node, bool reenter)
264 static status_t websearchfs_read_vnode(fs_volume *_volume, ino_t vnid, fs_vnode *_node, int* _type, uint32* _flags, bool reenter)
288 static status_t websearchfs_release_vnode(fs_volume *_volume, fs_vnode *_node, bool reenter)
302 static status_t websearchfs_get_vnode_name(fs_volume *_volume, fs_vnode *_node, char *buffer, size_t len)
313 static status_t websearchfs_walk(fs_volume *_volume, fs_vnode *_base, const char *file, ino_t *vnid)
356 static status_t websearchfs_opendir(fs_volume *_volume, fs_vnode *_node, void **cookie)
387 static status_t websearchfs_closedir(fs_volume *_volume, fs_vnode *_node, void *_cookie)
405 static status_t websearchfs_rewinddir(fs_volume *_volume, fs_vnode *_node, void *_cookie)
415 static status_t websearchfs_readdir(fs_volume *_volume, fs_vnode *_node, void *_cookie,
473 static status_t websearchfs_free_dircookie(fs_volume *_volume, fs_vnode *_node, void *_cookie)
490 static status_t websearchfs_rstat(fs_volume *_volume, fs_vnode *_node, struct stat *st)
528 static status_t websearchfs_open(fs_volume *_volume, fs_vnode *_node, int omode, void **cookie)
583 static status_t websearchfs_close(fs_volume *_volume, fs_vnode *_node, void *_cookie)
603 static status_t websearchfs_free_cookie(fs_volume *_volume, fs_vnode *_node, void *_cookie)
631 static status_t websearchfs_read(fs_volume *_volume, fs_vnode *_node, void *_cookie, off_t pos, void *buf, size_t *len)
648 static status_t websearchfs_write(fs_volume *_volume, fs_vnode *_node, void *_cookie, off_t pos, const void *buf, size_t *len)
656 static status_t websearchfs_wstat(fs_volume *_volume, fs_vnode *_node, const struct stat *st, uint32 mask)
783 static status_t websearchfs_create(fs_volume *_volume, fs_vnode *_dir, const char *name, int omode, int perms, void **cookie, ino_t *vnid)
789 struct fs_vnode child = { NULL, &sWebSearchFSVnodeOps };
838 static status_t websearchfs_unlink(fs_volume *_volume, fs_vnode *_dir, const char *name)
845 static status_t websearchfs_rmdir(fs_volume *_volume, fs_vnode *_dir, const char *name)
876 static status_t websearchfs_access(fs_volume *_volume, fs_vnode *_node, int mode)
885 static status_t websearchfs_mkdir(fs_volume *_volume, fs_vnode *_dir, const char *name, int perms)
895 static status_t websearchfs_open_attrdir(fs_volume *_volume, fs_vnode *_node, void **cookie)
924 static status_t websearchfs_close_attrdir(fs_volume *_volume, fs_vnode *_node, void *_cookie)
939 static status_t websearchfs_free_attrdircookie(fs_volume *_volume, fs_vnode *_node, void *_cookie)
955 static status_t websearchfs_rewind_attrdir(fs_volume *_volume, fs_vnode *_node, void *_cookie)
965 static status_t websearchfs_read_attrdir(fs_volume *_volume, fs_vnode *_node, void *_cookie,
1017 static status_t websearchfs_open_attr_h(fs_volume *_volume, fs_vnode *_node, const char *name, int omode, void **cookie)
1078 static status_t websearchfs_close_attr_h(fs_volume *_volume, fs_vnode *_node, void *_cookie)
1099 static status_t websearchfs_free_attr_cookie_h(fs_volume *_volume, fs_vnode *_node, void *_cookie)
1120 static status_t websearchfs_read_attr_stat(fs_volume *_volume, fs_vnode *_node, void *_cookie,
1138 static status_t websearchfs_read_attr(fs_volume *_volume, fs_vnode *_node, void *_cookie,