Home
last modified time | relevance | path

Searched refs:b_count (Results 1 – 17 of 17) sorted by relevance

/linux-4.19.296/fs/lockd/
Dsvclock.c97 kref_get(&block->b_count); in nlmsvc_insert_block_locked()
162 kref_get(&block->b_count); in nlmsvc_lookup_block()
196 kref_get(&block->b_count); in nlmsvc_find_block()
231 kref_init(&block->b_count); in nlmsvc_create_block()
286 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block()
304 kref_put_mutex(&block->b_count, nlmsvc_free_block, &block->b_file->f_mutex); in nlmsvc_release_block()
326 kref_get(&block->b_count); in nlmsvc_traverse_blocks()
739 kref_get(&block->b_count); in nlmsvc_grant_blocked()
/linux-4.19.296/fs/reiserfs/
Dprints.c161 atomic_read(&(bh->b_count)), in scnprintf_buffer_head()
673 (tbSh) ? atomic_read(&tbSh->b_count) : -1, in store_print_tb()
675 (tb->L[h]) ? atomic_read(&tb->L[h]->b_count) : -1, in store_print_tb()
677 (tb->R[h]) ? atomic_read(&tb->R[h]->b_count) : -1, in store_print_tb()
719 tb->FEB[i] ? atomic_read(&tb->FEB[i]->b_count) : 0, in store_print_tb()
Djournal.c1520 if (atomic_read(&saved_bh->b_count) < 0) { in flush_journal_list()
3475 if (atomic_read(&bh->b_count) < 0) { in remove_from_transaction()
3819 (&cn->bh->b_count) < 0) { in journal_mark_freed()
Dbitmap.c1445 BUG_ON(atomic_read(&bh->b_count) == 0); in reiserfs_read_bitmap_block()
Dstree.c953 #define held_by_others(bh) (atomic_read(&(bh)->b_count) > 1)
Dfix_node.c2322 if (atomic_read(&(bh->b_count)) <= 0) in tb_buffer_sanity_check()
/linux-4.19.296/include/linux/
Dbuffer_head.h78 atomic_t b_count; /* users using this buffer_head */ member
319 atomic_inc(&bh->b_count); in get_bh()
325 atomic_dec(&bh->b_count); in put_bh()
/linux-4.19.296/fs/ext2/
Dxattr.c178 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_get()
268 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_list()
405 atomic_read(&(bh->b_count)), in ext2_xattr_set()
786 ea_bdebug(bh, "b_count=%d", atomic_read(&(bh->b_count))); in ext2_xattr_delete_inode()
942 atomic_read(&(bh->b_count))); in ext2_xattr_cache_find()
/linux-4.19.296/fs/jbd2/
Dcommit.c69 if (atomic_read(&bh->b_count) != 1) in release_buffer_page()
650 atomic_inc(&jh2bh(jh)->b_count); in jbd2_journal_commit_transaction()
821 J_ASSERT_BH(bh, atomic_read(&bh->b_count) == 0); in jbd2_journal_commit_transaction()
Djournal.c385 atomic_set(&new_bh->b_count, 1); in jbd2_journal_write_metadata_buffer()
2498 (atomic_read(&bh->b_count) > 0) || in jbd2_journal_add_journal_head()
/linux-4.19.296/include/linux/lockd/
Dlockd.h175 struct kref b_count; /* Reference count */ member
/linux-4.19.296/fs/nilfs2/
Dpage.c180 i++, bh, atomic_read(&bh->b_count), in nilfs_page_bug()
/linux-4.19.296/fs/gfs2/
Daops.c850 if (atomic_read(&bh->b_count)) in gfs2_releasepage()
/linux-4.19.296/fs/
Dbuffer.c1140 if (atomic_read(&buf->b_count)) { in __brelse()
3177 WARN_ON(atomic_read(&bh->b_count) < 1); in __sync_dirty_buffer()
3230 return atomic_read(&bh->b_count) | in buffer_busy()
/linux-4.19.296/drivers/s390/net/
Dqeth_core.h744 int b_count; member
Dqeth_core_main.c5369 if (!card->rx.b_count) { in qeth_poll()
5371 card->rx.b_count = qdio_get_next_buffers( in qeth_poll()
5374 if (card->rx.b_count <= 0) { in qeth_poll()
5375 card->rx.b_count = 0; in qeth_poll()
5384 while (card->rx.b_count) { in qeth_poll()
5401 card->rx.b_count--; in qeth_poll()
5402 if (card->rx.b_count) { in qeth_poll()
/linux-4.19.296/fs/ext4/
Dxattr.c563 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_get()
736 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_list()
1884 atomic_read(&(bs->bh->b_count)), in ext4_xattr_block_find()