Home | History | Annotate | Download | only in sdcard

Lines Matching defs:refcount

60  * CREAT) must bump that node's refcount
63 * kernel, you must rollback the refcount to reflect the reference the
163 __u32 refcount;
251 node->refcount++;
252 TRACE("ACQUIRE %p (%s) rc=%d\n", node, node->name, node->refcount);
259 TRACE("RELEASE %p (%s) rc=%d\n", node, node->name, node->refcount);
260 if (node->refcount > 0) {
261 node->refcount--;
262 if (!node->refcount) {
696 fuse->root.refcount = 2;