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

  /src/sys/ufs/ufs/
ufs_vfsops.c 69 static int ufs_initcount = 0; variable in typeref:typename:int
266 if (ufs_initcount++ > 0)
297 if (--ufs_initcount > 0)
ufs_vfsops.c 69 static int ufs_initcount = 0; variable in typeref:typename:int
266 if (ufs_initcount++ > 0)
297 if (--ufs_initcount > 0)

Completed in 23 milliseconds