Home | History | Annotate | Download | only in sdcard

Lines Matching full:refcount

71  * CREAT) must bump that node's refcount
74 * kernel, you must rollback the refcount to reflect the reference the
148 __u32 refcount;
270 node->refcount++;
271 TRACE("ACQUIRE %p (%s) rc=%d\n", node, node->name, node->refcount);
278 TRACE("RELEASE %p (%s) rc=%d\n", node, node->name, node->refcount);
279 if (node->refcount > 0) {
280 node->refcount--;
281 if (!node->refcount) {
1847 global.root.refcount = 2;