Searched refs:refcount (Results 1 – 9 of 9) sorted by relevance
/fs/squashfs/ |
D | cache.c | 100 if (cache->entry[i].refcount == 0) in squashfs_cache_get() 114 entry->refcount = 1; in squashfs_cache_get() 152 if (entry->refcount == 0) in squashfs_cache_get() 154 entry->refcount++; in squashfs_cache_get() 172 cache->name, i, entry->block, entry->refcount, entry->error); in squashfs_cache_get() 189 entry->refcount--; in squashfs_cache_put() 190 if (entry->refcount == 0) { in squashfs_cache_put()
|
D | squashfs_fs_sb.h | 44 int refcount; member
|
/fs/ |
D | direct-io.c | 125 unsigned long refcount; /* direct_io_worker() and bios */ member 271 remaining = --dio->refcount; in dio_bio_end_aio() 298 if (--dio->refcount == 1 && dio->waiter) in dio_bio_end_io() 339 dio->refcount++; in dio_bio_submit() 379 while (dio->refcount > 1 && dio->bio_list == NULL) { in dio_await_one() 961 dio->refcount = 1; in direct_io_worker() 1077 ret2 = --dio->refcount; in direct_io_worker()
|
/fs/ocfs2/dlm/ |
D | dlmdebug.c | 84 atomic_read(&lock->lock_refs.refcount), in __dlm_print_lock() 110 res->last_used, atomic_read(&res->refs.refcount), in __dlm_print_one_lock_resource() 315 atomic_read(&mle->mle_refs.refcount)); in dump_mle() 570 atomic_read(&lock->lock_refs.refcount)); in dump_lock() 597 atomic_read(&res->refs.refcount)); in dump_lockres() 826 atomic_read(&dlm->dlm_refs.refcount)); in debug_state_print()
|
D | dlmunlock.c | 253 atomic_read(&lock->lock_refs.refcount)-1); in dlmunlock_common()
|
D | dlmmaster.c | 246 if (!atomic_read(&mle->mle_refs.refcount)) { in __dlm_put_mle() 1951 rr = atomic_read(&mle->mle_refs.refcount); in dlm_assert_master_handler()
|
D | dlmdomain.c | 1604 atomic_read(&dlm->dlm_refs.refcount)); in dlm_alloc_ctxt()
|
/fs/ocfs2/cluster/ |
D | netdebug.c | 321 atomic_read(&sc->sc_kref.refcount), in sc_seq_show()
|
D | tcp.c | 99 atomic_read(&__sc->sc_kref.refcount), __sc->sc_sock, \
|