Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/nullfs/
H A Dnull_subr.c61 static LIST_HEAD(null_node_hashhead, null_node) *null_node_hashtbl;
68 static struct vnode * null_hashins(struct mount *, struct null_node *);
104 struct null_node *a;
144 struct null_node *xp;
147 struct null_node *oxp;
189 vput(((struct null_node *)xp)->null_lowervp); in null_insmntque_dtr()
207 struct null_node *xp;
240 xp = malloc(sizeof(struct null_node), M_NULLFSNODE, M_WAITOK);
300 struct null_node *xp; in null_hashrem()
316 struct null_node *a = VTONULL(vp);
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.c660 struct null_node *fdnn, *fnn, *tdnn, *tnn; in null_rename()
751 struct null_node *nn; in null_lock()
823 struct null_node *nn; in null_unlock()
848 struct null_node *xp; in null_want_recycle()
898 struct null_node *xp; in null_reclaim()
953 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.c80 struct null_node *nn; in nullfs_mount()
418 struct null_node *xp; in nullfs_unlink_lowervp()