Lines Matching refs:NODE
88 DPRINTF(NODE, ("udf_inactive called for udf_node %p\n", VTOI(vp)));
91 DPRINTF(NODE, ("udf_inactive: inactive NULL UDF node\n"));
117 /* write out its node */
138 DPRINTF(NODE, ("udf_reclaim called for node %p\n", udf_node));
141 DPRINTF(NODE, ("udf_reclaim(): null udfnode\n"));
158 DPRINTF(NODE, ("udf_inactive deleting unlinked file\n"));
165 /* async check to see if all node descriptors are written out */
173 /* dispose all node knowledge */
393 /* mark node changed and request update */
412 /* if we write and we're synchronous, update node */
439 struct vnode *vp = ap->a_vp; /* our node */
440 struct vnode **vpp = ap->a_vpp; /* return node */
735 /* get our node */
750 /* try to create/reuse the node */
803 /* try to create/reuse the node */
934 /* fill in struct vattr with values from the node */
1049 /* mark node changed */
1086 /* mark node changed */
1128 if (node->flags & (IMMUTABLE | APPEND))
1191 /* update node flags depending on what times are passed */
1698 /* failed to pregrow node */
1743 /* remove node */
1950 DPRINTFIF(NODE, error, ("\tgot error removing file\n"));
1962 DPRINTF(NODE, ("\tis a directory: perm. denied\n"));
2000 /* make sure our `leaf' node's hash is populated */
2017 /* detach the node from the directory, udf_node is an empty dir here */
2032 DPRINTFIF(NODE, error, ("\tgot error removing dir\n"));
2034 /* put the node and exit */
2073 printf("udf_fsync() called on node not tagged as UDF node!\n");
2088 /* check if the node is dirty 'enough'*/
2121 /* write out node and wait for it if requested */
2122 DPRINTF(SYNC, ("udf_fsync %p, writeout node\n", udf_node));