Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/nullfs/
H A Dnull_subr.c59 static LIST_HEAD(null_node_hashhead, null_node) *null_node_hashtbl;
66 static void null_hashins(struct mount *, struct null_node *);
98 struct null_node *a; in null_hashget_locked()
145 null_hashins(struct mount *mp, struct null_node *xp) in null_hashins()
149 struct null_node *oxp; in null_hashins()
193 struct null_node *xp; in null_nodeget()
213 xp = malloc(sizeof(struct null_node), M_NULLFSNODE, M_WAITOK); in null_nodeget()
274 null_hashrem(struct null_node *xp) in null_hashrem()
287 struct null_node *a = VTONULL(vp); in null_checkvp()
H A Dnull.h54 struct null_node { struct
55 LIST_ENTRY(null_node) null_hash; /* Hash list */
65 #define VTONULL(vp) ((struct null_node *)(vp)->v_data) argument
72 void null_hashrem(struct null_node *xp);
H A Dnull_vnops.c658 struct null_node *fdnn, *fnn, *tdnn, *tnn; in null_rename()
749 struct null_node *nn; in null_lock()
821 struct null_node *nn; in null_unlock()
846 struct null_node *xp; in null_want_recycle()
896 struct null_node *xp; in null_reclaim()
951 struct null_node *xp; in null_getwritemount()
1029 struct null_node *xp; in null_read_pgcache()
1051 struct null_node *xp; in null_advlock()
H A Dnull_vfsops.c87 struct null_node *nn; in nullfs_mount()
451 struct null_node *xp; in nullfs_unlink_lowervp()