Lines Matching defs:vnode
38 #include <sys/vnode.h>
55 * vnode or vfs by intercepting the vnode/vfs operations. The framework enables
65 * vnode -> fem_head.
66 * There can only be one fem_head for a vnode.
68 * or the vnode expires.
74 * reach thier list by vnode->fem_head->fem_list->list[n] == mod;
76 * fem_arg -> vnode, &vnode.
113 vnodeops_t *vnode;
424 extern int fem_install(struct vnode *v, fem_t *mon, void *arg, femhow_t how,
426 extern int fem_is_installed(struct vnode *v, fem_t *mon, void *arg);
427 extern int fem_uninstall(struct vnode *v, fem_t *mon, void *arg);
428 extern vnodeops_t *fem_getvnops(struct vnode *v);
429 extern void fem_setvnops(struct vnode *v, struct vnodeops *nops);