Home | History | Annotate | Download | only in yaffs2

Lines Matching refs:useCount

81 	short int useCount;
146 if (h && h->useCount > 0 && h->fdId >= 0 && h->fdId < YAFFSFS_N_HANDLES)
268 if (h->useCount < 1) {
271 h->useCount = 1;
302 h->useCount = 0;
316 if (h && h->useCount > 0) {
317 h->useCount++;
350 if (h && h->useCount > 0) {
351 h->useCount--;
352 if (h->useCount < 1) {
371 if (h && h->useCount > 0) {
372 h->useCount = 0;