Searched refs:null_node (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/fs/nullfs/ |
| H A D | null_subr.c | 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() [all …]
|
| H A D | null.h | 56 struct null_node { struct 57 CK_SLIST_ENTRY(null_node) null_hash; /* Hash list */ 67 #define VTONULL(vp) ((struct null_node *)(vp)->v_data) argument 68 #define VTONULL_SMR(vp) ((struct null_node *)vn_load_v_data_smr(vp)) 75 void null_hashrem(struct null_node *xp);
|
| H A D | null_vnops.c | 693 struct null_node *fdnn, *fnn, *tdnn, *tnn; in null_rename() 788 struct null_node *nn; in null_lock_prep_with_smr() 809 struct null_node *nn; in null_lock_prep_with_interlock() 884 struct null_node *nn; in null_unlock() 918 struct null_node *xp; in null_want_recycle() 968 struct null_node *xp; in null_reclaim() 1023 struct null_node *xp; in null_getwritemount() 1101 struct null_node *xp; in null_read_pgcache() 1123 struct null_node *xp; in null_advlock()
|
| H A D | null_vfsops.c | 83 struct null_node *nn; in nullfs_mount() 454 struct null_node *xp; in nullfs_unlink_lowervp()
|