Searched refs:tn_reg (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/fs/tmpfs/
H A Dtmpfs.h255 struct tn_reg { struct in union:tmpfs_node::__anon9790
267 }tn_reg; member in union:tmpfs_node::__anon9790
281 #define tn_reg tn_spec.tn_reg macro
H A Dtmpfs_vnops.c456 return (uiomove_object(node->tn_reg.tn_aobj, node->tn_size, uio));
495 error = uiomove_object(node->tn_reg.tn_aobj, node->tn_size, uio);
1291 tmpfs_destroy_vobject(vp, node->tn_reg.tn_aobj);
H A Dtmpfs_subr.c231 obj = nnode->tn_reg.tn_aobj =
312 uobj = node->tn_reg.tn_aobj;
576 object = node->tn_reg.tn_aobj;
1330 uobj = node->tn_reg.tn_aobj;

Completed in 117 milliseconds