Home
last modified time | relevance | path

Searched refs:tn_aobj (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_subr.c117 slock = node->tn_spec.tn_reg.tn_aobj->vmobjlock; in tmpfs_init_vnode()
283 node->tn_spec.tn_reg.tn_aobj = in tmpfs_newvnode()
340 if (node->tn_spec.tn_reg.tn_aobj != NULL) { in tmpfs_free_node()
341 uao_detach(node->tn_spec.tn_reg.tn_aobj); in tmpfs_free_node()
905 struct uvm_object *uobj = node->tn_spec.tn_reg.tn_aobj; in tmpfs_reg_resize()
H A Dtmpfs_vnops.c541 uobj = node->tn_spec.tn_reg.tn_aobj; in tmpfs_read()
636 uobj = node->tn_spec.tn_reg.tn_aobj; in tmpfs_write()
1246 uobj = node->tn_spec.tn_reg.tn_aobj; in tmpfs_getpages()
1304 uobj = node->tn_spec.tn_reg.tn_aobj; in tmpfs_putpages()
H A Dtmpfs.h159 struct uvm_object * tn_aobj; member