Home
last modified time | relevance | path

Searched refs:null_node (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/nullfs/
H A Dnull_subr.c57 static LIST_HEAD(null_node_hashhead, null_node) *null_node_hashtbl;
64 static void null_hashins(struct mount *, struct null_node *);
96 struct null_node *a; in null_hashget_locked()
143 null_hashins(struct mount *mp, struct null_node *xp) in null_hashins()
147 struct null_node *oxp; in null_hashins()
191 struct null_node *xp; in null_nodeget()
211 xp = malloc(sizeof(struct null_node), M_NULLFSNODE, M_WAITOK); in null_nodeget()
272 null_hashrem(struct null_node *xp) in null_hashrem()
285 struct null_node *a = VTONULL(vp); in null_checkvp()
H A Dnull.h52 struct null_node { struct
53 LIST_ENTRY(null_node) null_hash; /* Hash list */
63 #define VTONULL(vp) ((struct null_node *)(vp)->v_data) argument
70 void null_hashrem(struct null_node *xp);
H A Dnull_vnops.c654 struct null_node *fdnn, *fnn, *tdnn, *tnn; in null_rename()
745 struct null_node *nn; in null_lock()
817 struct null_node *nn; in null_unlock()
842 struct null_node *xp; in null_want_recycle()
892 struct null_node *xp; in null_reclaim()
947 struct null_node *xp; in null_getwritemount()
1025 struct null_node *xp; in null_read_pgcache()
1047 struct null_node *xp; in null_advlock()
H A Dnull_vfsops.c83 struct null_node *nn; in nullfs_mount()
442 struct null_node *xp; in nullfs_unlink_lowervp()