Home
last modified time | relevance | path

Searched refs:nclose (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libast/common/stdio/
H A Dfcloseall.c34 int nclose; in fcloseall() local
41 { nclose = count = 0; in fcloseall()
50 nclose += 1; in fcloseall()
53 if(nclose == count) in fcloseall()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h77 kstat_named_t nclose; /* VOP_CLOSE */ member
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h76 kstat_named_t nclose; /* VOP_CLOSE */ member
/titanic_44/usr/src/uts/common/fs/
H A Dvnode.c443 kstat_named_init(&vsp->nclose, "nclose", KSTAT_DATA_UINT64); in create_vopstats_template()