Home | History | Annotate | Download | only in sdcard

Lines Matching refs:refcount

52  * CREAT) must bump that node's refcount
55 * kernel, you must rollback the refcount to reflect the reference the
97 __u32 refcount;
209 parent->refcount++;
228 fuse->root.refcount = 2;
307 TRACE("RELEASE %p (%s) rc=%d\n", node, node->name, node->refcount);
308 node->refcount--;
309 if (node->refcount == 0) {
381 node->refcount++;
382 // fprintf(stderr,"ACQUIRE %p (%s) rc=%d\n", node, node->name, node->refcount);