Lines Matching refs:null_node
62 static CK_SLIST_HEAD(null_node_hashhead, null_node) *null_node_hashtbl;
69 static void null_hashins(struct mount *, struct null_node *);
81 null_node_zone = uma_zcreate("nullfs node", sizeof(struct null_node), in nullfs_init()
106 struct null_node *a; in null_hashget_locked()
142 struct null_node *a; in null_hashget()
173 null_hashins(struct mount *mp, struct null_node *xp) in null_hashins()
177 struct null_node *oxp; in null_hashins()
221 struct null_node *xp; in null_nodeget()
308 null_hashrem(struct null_node *xp) in null_hashrem()
314 CK_SLIST_REMOVE(hd, xp, null_node, null_hash); in null_hashrem()
323 struct null_node *a = VTONULL(vp); in null_checkvp()