xfs                66 netinet/in_gif.c 	struct xformsw xfs;
xfs                79 netinet/in_gif.c 	bzero(&xfs, sizeof(xfs));
xfs                86 netinet/in_gif.c 	tdb.tdb_xform = &xfs;
xfs                87 netinet/in_gif.c 	xfs.xf_type = -1;	/* not XF_IP4 */
xfs                82 netinet6/in6_gif.c 	struct xformsw xfs;
xfs                95 netinet6/in6_gif.c 	bzero(&xfs, sizeof(xfs));
xfs               102 netinet6/in6_gif.c 	tdb.tdb_xform = &xfs;
xfs               103 netinet6/in6_gif.c 	xfs.xf_type = -1;	/* not XF_IP4 */
xfs               182 xfs/xfs_dev-common.c     if (xfs[minor(dev)].mp != NULL) {
xfs               183 xfs/xfs_dev-common.c 	if (xfs_vfs_busy(xfs[minor(dev)].mp, VB_READ|VB_WAIT, NULL, proc)) {
xfs               187 xfs/xfs_dev-common.c 	free_all_xfs_nodes(&xfs[minor(dev)], FORCECLOSE, 0);
xfs               189 xfs/xfs_dev-common.c 	xfs_vfs_unbusy(xfs[minor(dev)].mp, proc);
xfs                51 xfs/xfs_fs.h   struct xfs {
xfs                63 xfs/xfs_fs.h   #define VFS_TO_NNPFS(v)      ((struct xfs *) ((v)->m_info))
xfs                65 xfs/xfs_fs.h   #define VFS_TO_NNPFS(v)      ((struct xfs *) ((v)->m_data))
xfs                68 xfs/xfs_fs.h   #define VFS_TO_NNPFS(v)      ((struct xfs *) ((v)->mnt_data))
xfs                75 xfs/xfs_fs.h   extern struct xfs xfs[];
xfs                79 xfs/xfs_fs.h   int new_xfs_node(struct xfs *, struct xfs_msg_node *, struct xfs_node **,
xfs                82 xfs/xfs_fs.h   int free_all_xfs_nodes(struct xfs *, int, int);
xfs                72 xfs/xfs_message.c     if (xfs[fd].root != NULL) {
xfs                76 xfs/xfs_message.c 	error = new_xfs_node(&xfs[fd], &message->node, &xfs[fd].root, p);
xfs                79 xfs/xfs_message.c 	NNPFS_MAKE_VROOT(xfs[fd].root->vn);
xfs               100 xfs/xfs_message.c     dp = xfs_node_find(&xfs[fd].nodehead, &message->parent_handle);
xfs               110 xfs/xfs_message.c 	error = new_xfs_node(&xfs[fd], &message->node, &n, p);
xfs               145 xfs/xfs_message.c     t = xfs_node_find(&xfs[fd].nodehead, &message->node.handle);
xfs               181 xfs/xfs_message.c     t = xfs_node_find(&xfs[fd].nodehead, &message->node.handle);
xfs               283 xfs/xfs_message.c     t = xfs_node_find(&xfs[fd].nodehead, &message->handle);
xfs               371 xfs/xfs_message.c     error = xfs_update_handle(&xfs[fd].nodehead, 
xfs               491 xfs/xfs_message.c 	node = xfs_node_find (&xfs[fd].nodehead, &message->handle[i]);
xfs                55 xfs/xfs_node-bsd.c xfs_getnewvnode(struct xfs *xfsp, struct vnode **vpp, 
xfs                95 xfs/xfs_node-bsd.c     xfs_insert(&xfs->nodehead, result);
xfs               108 xfs/xfs_node-bsd.c new_xfs_node(struct xfs *xfsp,
xfs               162 xfs/xfs_node-bsd.c     struct xfs *xfsp = NNPFS_FROM_XNODE(node);
xfs               208 xfs/xfs_node-bsd.c free_all_xfs_nodes(struct xfs *xfsp, int flags, int unmountp)
xfs               101 xfs/xfs_node.h struct xfs;
xfs               103 xfs/xfs_node.h int xfs_getnewvnode(struct xfs *xfsp, struct vnode **vpp,
xfs               159 xfs/xfs_vfsops-bsd.c     xn = xfs_node_find(&xfs[0].nodehead, &handle);
xfs               164 xfs/xfs_vfsops-bsd.c         error = xfs_getnewvnode(xfs[0].mp, &vp, &handle);
xfs                57 xfs/xfs_vfsops-common.c struct xfs xfs[NNNPFS];
xfs               132 xfs/xfs_vfsops-common.c     if (xfs[minor(dev)].status & NNPFS_MOUNTED)
xfs               135 xfs/xfs_vfsops-common.c     xfs[minor(dev)].status = NNPFS_MOUNTED;
xfs               136 xfs/xfs_vfsops-common.c     xfs[minor(dev)].mp = mp;
xfs               137 xfs/xfs_vfsops-common.c     xfs[minor(dev)].root = 0;
xfs               138 xfs/xfs_vfsops-common.c     xfs[minor(dev)].nnodes = 0;
xfs               139 xfs/xfs_vfsops-common.c     xfs[minor(dev)].fd = minor(dev);
xfs               141 xfs/xfs_vfsops-common.c     nnfs_init_head(&xfs[minor(dev)].nodehead);
xfs               143 xfs/xfs_vfsops-common.c     VFS_TO_NNPFS(mp) = &xfs[minor(dev)];
xfs               236 xfs/xfs_vfsops-common.c     struct xfs *xfsp = VFS_TO_NNPFS(mp);
xfs               261 xfs/xfs_vfsops-common.c     struct xfs *xfsp = VFS_TO_NNPFS(mp);
xfs                74 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(vp);
xfs               111 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(vp);
xfs               140 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(vp);
xfs               208 xfs/xfs_vnodeops-common.c do_fsync(struct xfs *xfsp,
xfs               244 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(vp);
xfs               281 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(vp);
xfs               434 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(vp);
xfs               557 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(dvp);
xfs               650 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(dvp);
xfs               696 xfs/xfs_vnodeops-common.c     struct xfs *xfsp  = NNPFS_FROM_VNODE(dvp);
xfs               731 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(fdvp);
xfs               771 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(dvp);
xfs               806 xfs/xfs_vnodeops-common.c     struct xfs *xfsp  = NNPFS_FROM_VNODE(dvp);
xfs               889 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(dvp);
xfs               919 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(dvp);
xfs              1051 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(vp);
xfs              1091 xfs/xfs_vnodeops-common.c     struct xfs *xfsp = NNPFS_FROM_VNODE(dvp);