/linux-4.1.27/sound/sh/ |
D | sh_dac_audio.c | 193 ssize_t b_count = frames_to_bytes(runtime , count); in snd_sh_dac_pcm_copy() local 202 memcpy_toio(chip->data_buffer + b_pos, src, b_count); in snd_sh_dac_pcm_copy() 203 chip->buffer_end = chip->data_buffer + b_pos + b_count; in snd_sh_dac_pcm_copy() 220 ssize_t b_count = frames_to_bytes(runtime , count); in snd_sh_dac_pcm_silence() local 229 memset_io(chip->data_buffer + b_pos, 0, b_count); in snd_sh_dac_pcm_silence() 230 chip->buffer_end = chip->data_buffer + b_pos + b_count; in snd_sh_dac_pcm_silence()
|
/linux-4.1.27/fs/lockd/ |
D | svclock.c | 96 kref_get(&block->b_count); in nlmsvc_insert_block_locked() 161 kref_get(&block->b_count); in nlmsvc_lookup_block() 195 kref_get(&block->b_count); in nlmsvc_find_block() 230 kref_init(&block->b_count); in nlmsvc_create_block() 285 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block() 303 kref_put_mutex(&block->b_count, nlmsvc_free_block, &block->b_file->f_mutex); in nlmsvc_release_block() 325 kref_get(&block->b_count); in nlmsvc_traverse_blocks() 738 kref_get(&block->b_count); in nlmsvc_grant_blocked()
|
/linux-4.1.27/fs/reiserfs/ |
D | prints.c | 147 (unsigned long long)bh->b_blocknr, atomic_read(&(bh->b_count)), in sprintf_buffer_head() 655 (tbSh) ? atomic_read(&tbSh->b_count) : -1, in store_print_tb() 657 (tb->L[h]) ? atomic_read(&tb->L[h]->b_count) : -1, in store_print_tb() 659 (tb->R[h]) ? atomic_read(&tb->R[h]->b_count) : -1, in store_print_tb() 701 tb->FEB[i] ? atomic_read(&tb->FEB[i]->b_count) : 0, in store_print_tb()
|
D | journal.c | 1518 if (atomic_read(&saved_bh->b_count) < 0) { in flush_journal_list() 3457 if (atomic_read(&bh->b_count) < 0) { in remove_from_transaction() 3801 (&cn->bh->b_count) < 0) { in journal_mark_freed()
|
D | bitmap.c | 1437 BUG_ON(atomic_read(&bh->b_count) == 0); in reiserfs_read_bitmap_block()
|
D | stree.c | 925 #define held_by_others(bh) (atomic_read(&(bh)->b_count) > 1)
|
D | fix_node.c | 2322 if (atomic_read(&(bh->b_count)) <= 0) in tb_buffer_sanity_check()
|
/linux-4.1.27/include/linux/ |
D | buffer_head.h | 77 atomic_t b_count; /* users using this buffer_head */ member 275 atomic_inc(&bh->b_count); in get_bh() 281 atomic_dec(&bh->b_count); in put_bh()
|
/linux-4.1.27/fs/ext2/ |
D | xattr.c | 177 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_get() 266 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_list() 399 atomic_read(&(bh->b_count)), in ext2_xattr_set() 770 ea_bdebug(bh, "b_count=%d", atomic_read(&(bh->b_count))); in ext2_xattr_delete_inode() 936 atomic_read(&(bh->b_count))); in ext2_xattr_cache_find()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l2_main.c | 500 if (!card->rx.b_count) { in qeth_l2_poll() 502 card->rx.b_count = qdio_get_next_buffers( in qeth_l2_poll() 505 if (card->rx.b_count <= 0) { in qeth_l2_poll() 506 card->rx.b_count = 0; in qeth_l2_poll() 515 while (card->rx.b_count) { in qeth_l2_poll() 531 card->rx.b_count--; in qeth_l2_poll() 532 if (card->rx.b_count) { in qeth_l2_poll()
|
D | qeth_l3_main.c | 2037 if (!card->rx.b_count) { in qeth_l3_poll() 2039 card->rx.b_count = qdio_get_next_buffers( in qeth_l3_poll() 2042 if (card->rx.b_count <= 0) { in qeth_l3_poll() 2043 card->rx.b_count = 0; in qeth_l3_poll() 2052 while (card->rx.b_count) { in qeth_l3_poll() 2068 card->rx.b_count--; in qeth_l3_poll() 2069 if (card->rx.b_count) { in qeth_l3_poll()
|
D | qeth_core.h | 750 int b_count; member
|
/linux-4.1.27/fs/jbd2/ |
D | commit.c | 72 if (atomic_read(&bh->b_count) != 1) in release_buffer_page() 670 atomic_inc(&jh2bh(jh)->b_count); in jbd2_journal_commit_transaction() 841 J_ASSERT_BH(bh, atomic_read(&bh->b_count) == 0); in jbd2_journal_commit_transaction()
|
D | journal.c | 386 atomic_set(&new_bh->b_count, 1); in jbd2_journal_write_metadata_buffer() 2481 (atomic_read(&bh->b_count) > 0) || in jbd2_journal_add_journal_head()
|
/linux-4.1.27/include/linux/lockd/ |
D | lockd.h | 170 struct kref b_count; /* Reference count */ member
|
/linux-4.1.27/fs/jbd/ |
D | commit.c | 59 if (atomic_read(&bh->b_count) != 1) in release_buffer_page() 747 J_ASSERT_BH(bh, atomic_read(&bh->b_count) == 0); in journal_commit_transaction()
|
D | journal.c | 331 atomic_set(&new_bh->b_count, 1); in journal_write_metadata_buffer() 1950 (atomic_read(&bh->b_count) > 0) || in journal_add_journal_head()
|
/linux-4.1.27/fs/ext3/ |
D | xattr.c | 230 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext3_xattr_block_get() 374 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext3_xattr_block_list() 647 atomic_read(&(bs->bh->b_count)), in ext3_xattr_block_find()
|
/linux-4.1.27/fs/nilfs2/ |
D | page.c | 194 i++, bh, atomic_read(&bh->b_count), in nilfs_page_bug()
|
/linux-4.1.27/fs/ext4/ |
D | xattr.c | 295 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_get() 444 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_list() 749 atomic_read(&(bs->bh->b_count)), in ext4_xattr_block_find()
|
/linux-4.1.27/fs/ |
D | buffer.c | 1179 if (atomic_read(&buf->b_count)) { in __brelse() 3137 WARN_ON(atomic_read(&bh->b_count) < 1); in __sync_dirty_buffer() 3181 return atomic_read(&bh->b_count) | in buffer_busy()
|
/linux-4.1.27/fs/gfs2/ |
D | aops.c | 1130 if (atomic_read(&bh->b_count)) in gfs2_releasepage()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | niu.c | 6902 u32 b_offset, b_count; in niu_get_eeprom() local 6905 b_count = 4 - b_offset; in niu_get_eeprom() 6906 if (b_count > len) in niu_get_eeprom() 6907 b_count = len; in niu_get_eeprom() 6910 memcpy(data, ((char *)&val) + b_offset, b_count); in niu_get_eeprom() 6911 data += b_count; in niu_get_eeprom() 6912 len -= b_count; in niu_get_eeprom() 6913 offset += b_count; in niu_get_eeprom()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | tg3.c | 11942 u32 i, offset, len, b_offset, b_count, cpmu_val = 0; in tg3_get_eeprom() local 11970 b_count = 4 - b_offset; in tg3_get_eeprom() 11971 if (b_count > len) { in tg3_get_eeprom() 11973 b_count = len; in tg3_get_eeprom() 11978 memcpy(data, ((char *)&val) + b_offset, b_count); in tg3_get_eeprom() 11979 len -= b_count; in tg3_get_eeprom() 11980 offset += b_count; in tg3_get_eeprom() 11981 eeprom->len += b_count; in tg3_get_eeprom() 12009 b_count = len & 3; in tg3_get_eeprom() 12010 b_offset = offset + len - b_count; in tg3_get_eeprom() [all …]
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3665 b_dev = 15872, b_count = {counter = 1}, b_rdev = 15872, b_state = 24,
|