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

  /src/sys/fs/unionfs/
unionfs_vnops.c 523 unionfs_close(void *v) function in typeref:typename:int
532 UNIONFS_INTERNAL_DEBUG("unionfs_close: enter\n");
542 printf("unionfs_close: warning: open count is 0\n");
573 UNIONFS_INTERNAL_DEBUG("unionfs_close: leave (%d)\n", error);
1888 { &vop_close_desc, unionfs_close }, /* close */
unionfs_vnops.c 523 unionfs_close(void *v) function in typeref:typename:int
532 UNIONFS_INTERNAL_DEBUG("unionfs_close: enter\n");
542 printf("unionfs_close: warning: open count is 0\n");
573 UNIONFS_INTERNAL_DEBUG("unionfs_close: leave (%d)\n", error);
1888 { &vop_close_desc, unionfs_close }, /* close */
unionfs_vnops.c 523 unionfs_close(void *v) function in typeref:typename:int
532 UNIONFS_INTERNAL_DEBUG("unionfs_close: enter\n");
542 printf("unionfs_close: warning: open count is 0\n");
573 UNIONFS_INTERNAL_DEBUG("unionfs_close: leave (%d)\n", error);
1888 { &vop_close_desc, unionfs_close }, /* close */

Completed in 94 milliseconds