/linux-4.1.27/include/linux/ |
D | jbd_common.h | 18 bit_spin_lock(BH_State, &bh->b_state); in jbd_lock_bh_state() 23 return bit_spin_trylock(BH_State, &bh->b_state); in jbd_trylock_bh_state() 28 return bit_spin_is_locked(BH_State, &bh->b_state); in jbd_is_locked_bh_state() 33 bit_spin_unlock(BH_State, &bh->b_state); in jbd_unlock_bh_state() 38 bit_spin_lock(BH_JournalHead, &bh->b_state); in jbd_lock_bh_journal_head() 43 bit_spin_unlock(BH_JournalHead, &bh->b_state); in jbd_unlock_bh_journal_head()
|
D | buffer_head.h | 63 unsigned long b_state; /* buffer state bitmap (see above) */ member 87 set_bit(BH_##bit, &(bh)->b_state); \ 91 clear_bit(BH_##bit, &(bh)->b_state); \ 95 return test_bit(BH_##bit, &(bh)->b_state); \ 104 return test_and_set_bit(BH_##bit, &(bh)->b_state); \ 108 return test_and_clear_bit(BH_##bit, &(bh)->b_state); \ 160 unsigned long b_state); 351 return likely(!test_and_set_bit_lock(BH_Lock, &bh->b_state)); in trylock_buffer()
|
/linux-4.1.27/fs/nilfs2/ |
D | page.c | 44 int blkbits, unsigned long b_state) in __nilfs_get_page_block() argument 51 create_empty_buffers(page, 1 << blkbits, b_state); in __nilfs_get_page_block() 64 unsigned long b_state) in nilfs_grab_buffer() argument 75 bh = __nilfs_get_page_block(page, blkoff, index, blkbits, b_state); in nilfs_grab_buffer() 98 set_mask_bits(&bh->b_state, clear_bits, 0); in nilfs_forget_buffer() 127 dbh->b_state = sbh->b_state & NILFS_BUFFER_INHERENT_BITS; in nilfs_copy_buffer() 132 bits = sbh->b_state & ((1UL << BH_Uptodate) | (1UL << BH_Mapped)); in nilfs_copy_buffer() 135 bits &= bh->b_state; in nilfs_copy_buffer() 195 (unsigned long long)bh->b_blocknr, bh->b_state); in nilfs_page_bug() 229 dbh->b_state = sbh->b_state & mask; in nilfs_copy_page() [all …]
|
D | bmap.h | 123 int b_state; member 257 return !!(bmap->b_state & NILFS_BMAP_DIRTY); in nilfs_bmap_dirty() 263 bmap->b_state |= NILFS_BMAP_DIRTY; in nilfs_bmap_set_dirty() 269 bmap->b_state &= ~NILFS_BMAP_DIRTY; in nilfs_bmap_clear_dirty()
|
D | bmap.c | 517 bmap->b_state = 0; in nilfs_bmap_read() 573 bmap->b_state = 0; in nilfs_bmap_init_gc() 583 store->state = bmap->b_state; in nilfs_bmap_save() 592 bmap->b_state = store->state; in nilfs_bmap_restore()
|
D | segment.c | 1795 set_mask_bits(&bh->b_state, clear_bits, set_bits); in nilfs_segctor_complete_write()
|
/linux-4.1.27/fs/ |
D | buffer.c | 66 wait_on_bit_lock_io(&bh->b_state, BH_Lock, TASK_UNINTERRUPTIBLE); in __lock_buffer() 72 clear_bit_unlock(BH_Lock, &bh->b_state); in unlock_buffer() 74 wake_up_bit(&bh->b_state, BH_Lock); in unlock_buffer() 119 wait_on_bit_io(&bh->b_state, BH_Lock, TASK_UNINTERRUPTIBLE); in __wait_on_buffer() 135 if (!test_bit(BH_Quiet, &bh->b_state)) in buffer_io_error() 243 bh->b_state, bh->b_size); in __find_get_block_slow() 305 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 318 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 331 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 362 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write() [all …]
|
D | mpage.c | 120 page_bh->b_state = bh->b_state; in map_buffer_to_page() 199 map_bh->b_state = 0; in do_mpage_readpage() 365 map_bh.b_state = 0; in mpage_readpages() 399 map_bh.b_state = 0; in mpage_readpage() 545 map_bh.b_state = 0; in __mpage_writepage()
|
D | dax.c | 98 return bh->b_state != 0; in buffer_size_valid() 125 bh->b_state = 0; in dax_io()
|
D | direct-io.c | 610 map_bh->b_state = 0; in get_more_blocks()
|
/linux-4.1.27/fs/affs/ |
D | file.c | 449 tmp_bh.b_state = 0; in affs_bread_ino() 454 bh->b_state |= tmp_bh.b_state; in affs_bread_ino() 468 tmp_bh.b_state = 0; in affs_getzeroblk_ino() 473 bh->b_state |= tmp_bh.b_state; in affs_getzeroblk_ino() 487 tmp_bh.b_state = 0; in affs_getemptyblk_ino() 492 bh->b_state |= tmp_bh.b_state; in affs_getemptyblk_ino() 583 bh->b_state &= ~(1UL << BH_New); in affs_extent_file_ofs() 733 bh->b_state &= ~(1UL << BH_New); in affs_write_end_ofs() 767 bh->b_state &= ~(1UL << BH_New); in affs_write_end_ofs()
|
/linux-4.1.27/fs/gfs2/ |
D | glops.c | 36 bh, (unsigned long long)bh->b_blocknr, bh->b_state, in gfs2_ail_error() 59 const unsigned long b_state = (1UL << BH_Dirty)|(1UL << BH_Pinned)|(1UL << BH_Lock); in __gfs2_ail_flush() local 67 if (bh->b_state & b_state) { in __gfs2_ail_flush()
|
D | meta_io.h | 75 ((bh)->b_state & ((1ul << BH_Dirty) | (1ul << BH_Lock) | (1ul << BH_Pinned)))
|
D | bmap.c | 684 struct buffer_head bh = { .b_state = 0, .b_blocknr = 0 }; in gfs2_extent_map() 1417 bh.b_state = 0; in gfs2_map_journal_extents() 1441 bh.b_state, (unsigned long long)bh.b_size); in gfs2_map_journal_extents() 1484 bh.b_state = 0; in gfs2_write_alloc_required()
|
D | file.c | 361 bh.b_state = 0; in gfs2_allocate_page_backing() 746 struct buffer_head bh_map = { .b_state = 0, .b_blocknr = 0 }; in fallocate_chunk()
|
D | recovery.c | 390 struct buffer_head bh_map = { .b_state = 0, .b_blocknr = 0 }; in clean_journal()
|
D | trace_gfs2.h | 456 __entry->state = bh->b_state;
|
D | quota.c | 375 struct buffer_head bh_map = { .b_state = 0, .b_blocknr = 0 }; in bh_get()
|
/linux-4.1.27/fs/ext4/ |
D | page-io.c | 101 bit_spin_lock(BH_Uptodate_Lock, &head->b_state); in ext4_finish_bio() 113 bit_spin_unlock(BH_Uptodate_Lock, &head->b_state); in ext4_finish_bio()
|
D | inode.c | 672 bh->b_state = (bh->b_state & ~EXT4_MAP_FLAGS) | flags; in ext4_update_bh_state() 681 old_state = READ_ONCE(bh->b_state); in ext4_update_bh_state() 684 cmpxchg(&bh->b_state, old_state, new_state) != old_state)); in ext4_update_bh_state() 1957 map->m_flags = bh->b_state & BH_FLAGS; in mpage_add_bh_to_extent() 1967 (bh->b_state & BH_FLAGS) == map->m_flags) { in mpage_add_bh_to_extent()
|
D | ext4.h | 2995 test_bit(BH_BITMAP_UPTODATE, &(bh)->b_state)); in bitmap_uptodate() 2999 set_bit(BH_BITMAP_UPTODATE, &(bh)->b_state); in set_bitmap_uptodate()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_buf.c | 107 if (!(bp->b_state & XFS_BSTATE_DISPOSE) && in xfs_buf_stale() 901 bp->b_state &= ~XFS_BSTATE_DISPOSE; in xfs_buf_rele() 913 if (!(bp->b_state & XFS_BSTATE_DISPOSE)) { in xfs_buf_rele() 1519 bp->b_state |= XFS_BSTATE_DISPOSE; in xfs_buftarg_wait_rele() 1590 bp->b_state |= XFS_BSTATE_DISPOSE; in xfs_buftarg_isolate()
|
D | xfs_buf.h | 160 unsigned int b_state; /* internal state flags */ member
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sysfs.c | 166 u8 b_state, b_rate; in qlcnic_82xx_store_beacon() local 172 err = qlcnic_validate_beacon(adapter, beacon, &b_state, &b_rate); in qlcnic_82xx_store_beacon() 178 if (ahw->beacon_state == b_state) in qlcnic_82xx_store_beacon() 201 err = qlcnic_config_led(adapter, b_state, b_rate); in qlcnic_82xx_store_beacon() 204 ahw->beacon_state = b_state; in qlcnic_82xx_store_beacon()
|
/linux-4.1.27/fs/jbd2/ |
D | commit.c | 45 clear_bit_unlock(BH_Shadow, &orig_bh->b_state); in journal_end_buffer_io_sync() 47 wake_up_bit(&orig_bh->b_state, BH_Shadow); in journal_end_buffer_io_sync() 676 set_bit(BH_JWrite, &jh2bh(jh)->b_state); in jbd2_journal_commit_transaction()
|
D | transaction.c | 900 wait_on_bit_io(&bh->b_state, BH_Shadow, in do_get_write_access()
|
/linux-4.1.27/fs/ntfs/ |
D | aops.c | 111 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read() 126 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read() 162 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read()
|
/linux-4.1.27/fs/jfs/ |
D | super.c | 763 tmp_bh.b_state = 0; in jfs_quota_read() 803 tmp_bh.b_state = 0; in jfs_quota_write()
|
/linux-4.1.27/fs/ext3/ |
D | dir.c | 120 map_bh.b_state = 0; in ext3_readdir()
|
D | inode.c | 1070 dummy.b_state = 0; in ext3_getblk()
|
/linux-4.1.27/fs/jbd/ |
D | transaction.c | 636 DEFINE_WAIT_BIT(wait, &bh->b_state, BH_Unshadow); in do_get_write_access() 639 wqh = bit_waitqueue(&bh->b_state, BH_Unshadow); in do_get_write_access()
|
D | commit.c | 770 wake_up_bit(&bh->b_state, BH_Unshadow); in journal_commit_transaction()
|
/linux-4.1.27/fs/reiserfs/ |
D | prints.c | 148 bh->b_state, bh->b_page, in sprintf_buffer_head()
|
D | super.c | 2422 tmp_bh.b_state = 0; in reiserfs_quota_read() 2471 tmp_bh.b_state = 0; in reiserfs_quota_write()
|
/linux-4.1.27/fs/ext2/ |
D | super.c | 1464 tmp_bh.b_state = 0; in ext2_quota_read() 1503 tmp_bh.b_state = 0; in ext2_quota_write()
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 1101 dummy.b_state = 0; in isofs_bmap()
|
/linux-4.1.27/fs/udf/ |
D | inode.c | 464 dummy.b_state = 0; in udf_getblk()
|
/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,
|