HomeSort by: relevance | last modified time | path
    Searched defs:udf_inactive (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
udf_vnops.c 78 udf_inactive(void *v) function in typeref:typename:int
88 DPRINTF(NODE, ("udf_inactive called for udf_node %p\n", VTOI(vp)));
91 DPRINTF(NODE, ("udf_inactive: inactive NULL UDF node\n"));
106 DPRINTF(VOLUMES, ("UDF_INACTIVE deleting VV_SYSTEM\n"));
158 DPRINTF(NODE, ("udf_inactive deleting unlinked file\n"));
2203 { &vop_inactive_desc, udf_inactive }, /* inactive */
udf_vnops.c 78 udf_inactive(void *v) function in typeref:typename:int
88 DPRINTF(NODE, ("udf_inactive called for udf_node %p\n", VTOI(vp)));
91 DPRINTF(NODE, ("udf_inactive: inactive NULL UDF node\n"));
106 DPRINTF(VOLUMES, ("UDF_INACTIVE deleting VV_SYSTEM\n"));
158 DPRINTF(NODE, ("udf_inactive deleting unlinked file\n"));
2203 { &vop_inactive_desc, udf_inactive }, /* inactive */

Completed in 27 milliseconds