/linux-4.1.27/include/linux/ |
D | jbd_common.h | 11 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh() 16 static inline void jbd_lock_bh_state(struct buffer_head *bh) in jbd_lock_bh_state() 21 static inline int jbd_trylock_bh_state(struct buffer_head *bh) in jbd_trylock_bh_state() 26 static inline int jbd_is_locked_bh_state(struct buffer_head *bh) in jbd_is_locked_bh_state() 31 static inline void jbd_unlock_bh_state(struct buffer_head *bh) in jbd_unlock_bh_state() 36 static inline void jbd_lock_bh_journal_head(struct buffer_head *bh) in jbd_lock_bh_journal_head() 41 static inline void jbd_unlock_bh_journal_head(struct buffer_head *bh) in jbd_unlock_bh_journal_head()
|
D | buffer_head.h | 134 #define bh_offset(bh) ((unsigned long)(bh)->b_data & ~PAGE_MASK) argument 273 static inline void get_bh(struct buffer_head *bh) in get_bh() 278 static inline void put_bh(struct buffer_head *bh) in put_bh() 284 static inline void brelse(struct buffer_head *bh) in brelse() 290 static inline void bforget(struct buffer_head *bh) in bforget() 334 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh() 342 static inline void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer() 349 static inline int trylock_buffer(struct buffer_head *bh) in trylock_buffer() 354 static inline void lock_buffer(struct buffer_head *bh) in lock_buffer()
|
D | jbd.h | 272 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument 277 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument 1038 #define buffer_trace_init(bh) do {} while (0) argument 1039 #define print_buffer_fields(bh) do {} while (0) argument 1040 #define print_buffer_trace(bh) do {} while (0) argument 1041 #define BUFFER_TRACE(bh, info) do {} while (0) argument 1042 #define BUFFER_TRACE2(bh, bh2, info) do {} while (0) argument
|
D | jbd2.h | 343 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument 348 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument 1025 static inline void jbd2_file_log_bh(struct list_head *head, struct buffer_head *bh) in jbd2_file_log_bh() 1029 static inline void jbd2_unfile_log_bh(struct buffer_head *bh) in jbd2_unfile_log_bh() 1400 #define buffer_trace_init(bh) do {} while (0) argument 1401 #define print_buffer_fields(bh) do {} while (0) argument 1402 #define print_buffer_trace(bh) do {} while (0) argument 1403 #define BUFFER_TRACE(bh, info) do {} while (0) argument 1404 #define BUFFER_TRACE2(bh, bh2, info) do {} while (0) argument
|
/linux-4.1.27/fs/jbd/ |
D | commit.c | 29 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync() 53 static void release_buffer_page(struct buffer_head *bh) in release_buffer_page() 86 static void release_data_buffer(struct buffer_head *bh) in release_data_buffer() 105 static int inverted_lock(journal_t *journal, struct buffer_head *bh) in inverted_lock() 126 struct buffer_head *bh; in journal_write_commit_record() local 187 struct buffer_head *bh; in journal_submit_data_buffers() local 397 struct buffer_head *bh = jh2bh(jh); in journal_commit_transaction() local 457 struct buffer_head *bh; in journal_commit_transaction() local 561 struct buffer_head *bh; in journal_commit_transaction() local 674 struct buffer_head *bh = wbuf[i]; in journal_commit_transaction() local [all …]
|
D | transaction.c | 497 static void warn_dirty_buffer(struct buffer_head *bh) in warn_dirty_buffer() 522 struct buffer_head *bh; in do_get_write_access() local 751 int journal_get_write_access(handle_t *handle, struct buffer_head *bh) in journal_get_write_access() 784 int journal_get_create_access(handle_t *handle, struct buffer_head *bh) in journal_get_create_access() 880 int journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in journal_get_undo_access() 947 int journal_dirty_data(handle_t *handle, struct buffer_head *bh) in journal_dirty_data() 1137 int journal_dirty_metadata(handle_t *handle, struct buffer_head *bh) in journal_dirty_metadata() 1213 journal_release_buffer(handle_t *handle, struct buffer_head *bh) in journal_release_buffer() 1235 int journal_forget (handle_t *handle, struct buffer_head *bh) in journal_forget() 1575 struct buffer_head *bh = jh2bh(jh); in __journal_temp_unlink_buffer() local [all …]
|
D | checkpoint.c | 96 struct buffer_head *bh = jh2bh(jh); in __try_to_free_cp_buf() local 186 static void jbd_sync_bh(journal_t *journal, struct buffer_head *bh) in jbd_sync_bh() 210 struct buffer_head *bh; in __wait_cp_io() local 269 struct buffer_head *bh = bhs[i]; in __flush_batch() local 290 struct buffer_head *bh = jh2bh(jh); in __process_buffer() local 398 struct buffer_head *bh; in log_do_checkpoint() local
|
D | recovery.c | 74 struct buffer_head *bh; in do_readahead() local 136 struct buffer_head *bh; in jread() local 181 static int count_tags(struct buffer_head *bh, int size) in count_tags() 325 struct buffer_head * bh; in do_one_pass() local 572 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
|
D | journal.c | 710 struct buffer_head *bh; in journal_get_descriptor_buffer() local 803 struct buffer_head *bh; in journal_init_dev() local 851 struct buffer_head *bh; in journal_init_inode() local 913 struct buffer_head *bh = journal->j_sb_buffer; in journal_fail_superblock() local 993 struct buffer_head *bh; in journal_create() local 1057 struct buffer_head *bh = journal->j_sb_buffer; in journal_write_superblock() local 1189 struct buffer_head *bh; in journal_get_superblock() local 1518 struct buffer_head *bh; in journal_convert_superblock_v1() local 1936 struct journal_head *journal_add_journal_head(struct buffer_head *bh) in journal_add_journal_head() 1977 struct journal_head *journal_grab_journal_head(struct buffer_head *bh) in journal_grab_journal_head() [all …]
|
D | revoke.c | 335 struct buffer_head *bh = NULL; in journal_revoke() local 429 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke() local 496 struct buffer_head *bh; in journal_clear_buffer_revoked_flags() local 635 struct buffer_head *bh = jh2bh(descriptor); in flush_descriptor() local
|
/linux-4.1.27/fs/ |
D | buffer.c | 50 void init_buffer(struct buffer_head *bh, bh_end_io_t *handler, void *private) in init_buffer() 57 inline void touch_buffer(struct buffer_head *bh) in touch_buffer() 64 void __lock_buffer(struct buffer_head *bh) in __lock_buffer() 70 void unlock_buffer(struct buffer_head *bh) in unlock_buffer() 86 struct buffer_head *head, *bh; in buffer_check_dirty_writeback() local 117 void __wait_on_buffer(struct buffer_head * bh) in __wait_on_buffer() 131 static void buffer_io_error(struct buffer_head *bh, char *msg) in buffer_io_error() 150 static void __end_buffer_read_notouch(struct buffer_head *bh, int uptodate) in __end_buffer_read_notouch() 165 void end_buffer_read_sync(struct buffer_head *bh, int uptodate) in end_buffer_read_sync() 172 void end_buffer_write_sync(struct buffer_head *bh, int uptodate) in end_buffer_write_sync() [all …]
|
D | dax.c | 66 static long dax_get_addr(struct buffer_head *bh, void **addr, unsigned blkbits) in dax_get_addr() 84 static bool buffer_written(struct buffer_head *bh) in buffer_written() 96 static bool buffer_size_valid(struct buffer_head *bh) in buffer_size_valid() 103 struct buffer_head *bh) in dax_io() 195 struct buffer_head bh; in dax_do_io() local 258 static int copy_user_bh(struct page *to, struct buffer_head *bh, in copy_user_bh() 270 static int dax_insert_mapping(struct inode *inode, struct buffer_head *bh, in dax_insert_mapping() 322 struct buffer_head bh; in do_dax_fault() local 512 struct buffer_head bh; in dax_zero_page_range() local
|
D | mpage.c | 98 map_buffer_to_page(struct page *page, struct buffer_head *bh, int page_block) in map_buffer_to_page() 440 struct buffer_head *bh, *head; in clean_buffers() local 488 struct buffer_head *bh = head; in __mpage_writepage() local
|
/linux-4.1.27/fs/jbd2/ |
D | commit.c | 35 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync() 66 static void release_buffer_page(struct buffer_head *bh) in release_buffer_page() 95 static void jbd2_commit_block_csum_set(journal_t *j, struct buffer_head *bh) in jbd2_commit_block_csum_set() 125 struct buffer_head *bh; in journal_submit_commit_record() local 175 struct buffer_head *bh) in journal_wait_on_commit_record() 302 static __u32 jbd2_checksum_data(__u32 crc32_sum, struct buffer_head *bh) in jbd2_checksum_data() 325 struct buffer_head *bh) in jbd2_descr_block_csum_set() 341 struct buffer_head *bh, __u32 sequence) in jbd2_block_tag_csum_set() 497 struct buffer_head *bh = jh2bh(jh); in jbd2_journal_commit_transaction() local 729 struct buffer_head *bh = wbuf[i]; in jbd2_journal_commit_transaction() local [all …]
|
D | transaction.c | 753 static void warn_dirty_buffer(struct buffer_head *bh) in warn_dirty_buffer() 778 struct buffer_head *bh; in do_get_write_access() local 1010 int jbd2_journal_get_write_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_write_access() 1043 int jbd2_journal_get_create_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_create_access() 1141 int jbd2_journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_undo_access() 1202 void jbd2_journal_set_triggers(struct buffer_head *bh, in jbd2_journal_set_triggers() 1216 struct buffer_head *bh = jh2bh(jh); in jbd2_buffer_frozen_trigger() local 1258 int jbd2_journal_dirty_metadata(handle_t *handle, struct buffer_head *bh) in jbd2_journal_dirty_metadata() 1386 int jbd2_journal_forget (handle_t *handle, struct buffer_head *bh) in jbd2_journal_forget() 1748 struct buffer_head *bh = jh2bh(jh); in __jbd2_journal_temp_unlink_buffer() local [all …]
|
D | recovery.c | 75 struct buffer_head *bh; in do_readahead() local 137 struct buffer_head *bh; in jread() local 201 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags() 354 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums() 428 struct buffer_head * bh; in do_one_pass() local 840 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
|
D | checkpoint.c | 95 struct buffer_head *bh = jh2bh(jh); in __try_to_free_cp_buf() local 193 struct buffer_head *bh = journal->j_chkpt_bhs[i]; in __flush_batch() local 211 struct buffer_head *bh; in jbd2_log_do_checkpoint() local
|
D | journal.c | 819 struct buffer_head *bh; in jbd2_journal_get_descriptor_buffer() local 1146 struct buffer_head *bh; in jbd2_journal_init_dev() local 1201 struct buffer_head *bh; in jbd2_journal_init_inode() local 1272 struct buffer_head *bh = journal->j_sb_buffer; in journal_fail_superblock() local 1343 struct buffer_head *bh = journal->j_sb_buffer; in jbd2_write_superblock() local 1485 struct buffer_head *bh; in journal_get_superblock() local 2467 struct journal_head *jbd2_journal_add_journal_head(struct buffer_head *bh) in jbd2_journal_add_journal_head() 2508 struct journal_head *jbd2_journal_grab_journal_head(struct buffer_head *bh) in jbd2_journal_grab_journal_head() 2521 static void __journal_remove_journal_head(struct buffer_head *bh) in __journal_remove_journal_head() 2553 struct buffer_head *bh = jh2bh(jh); in jbd2_journal_put_journal_head() local
|
D | revoke.c | 332 struct buffer_head *bh = NULL; in jbd2_journal_revoke() local 426 struct buffer_head *bh = jh2bh(jh); in jbd2_journal_cancel_revoke() local 493 struct buffer_head *bh; in jbd2_clear_buffer_revoked_flags() local 638 static void jbd2_revoke_csum_set(journal_t *j, struct buffer_head *bh) in jbd2_revoke_csum_set()
|
/linux-4.1.27/fs/gfs2/ |
D | meta_io.c | 38 struct buffer_head *bh, *head; in gfs2_aspace_writepage() local 119 struct buffer_head *bh; in gfs2_getbuf() local 162 static void meta_prep_new(struct buffer_head *bh) in meta_prep_new() 184 struct buffer_head *bh; in gfs2_meta_new() local 204 struct buffer_head *bh; in gfs2_meta_read() local 245 int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_meta_wait() 264 void gfs2_remove_from_journal(struct buffer_head *bh, struct gfs2_trans *tr, int meta) in gfs2_remove_from_journal() 308 struct buffer_head *bh; in gfs2_meta_wipe() local 341 struct buffer_head *bh; in gfs2_meta_indirect_buffer() local 366 struct buffer_head *first_bh, *bh; in gfs2_meta_ra() local
|
D | meta_io.h | 17 static inline void gfs2_buffer_clear(struct buffer_head *bh) in gfs2_buffer_clear() 22 static inline void gfs2_buffer_clear_tail(struct buffer_head *bh, int head) in gfs2_buffer_clear_tail() 74 #define buffer_busy(bh) \ argument
|
D | util.h | 84 struct buffer_head *bh) in gfs2_meta_check() 102 struct buffer_head *bh, in gfs2_metatype_check_i() 119 #define gfs2_metatype_check(sdp, bh, type) \ argument 122 static inline void gfs2_metatype_set(struct buffer_head *bh, u16 type, in gfs2_metatype_set() 142 #define gfs2_io_error_bh(sdp, bh) \ argument
|
D | dir.c | 95 struct buffer_head *bh; in gfs2_dir_get_new_buffer() local 108 struct buffer_head *bh; in gfs2_dir_get_existing_buffer() local 189 struct buffer_head *bh; in gfs2_dir_write_data() local 292 struct buffer_head *bh; in gfs2_dir_read_data() local 609 static int dirent_next(struct gfs2_inode *dip, struct buffer_head *bh, in dirent_next() 644 static void dirent_del(struct gfs2_inode *dip, struct buffer_head *bh, in dirent_del() 687 struct buffer_head *bh) in gfs2_init_dirent() 705 struct buffer_head *bh, in gfs2_dirent_alloc() 769 struct buffer_head *bh; in gfs2_dirent_search() local 825 struct buffer_head *bh; in new_leaf() local [all …]
|
D | bmap.c | 60 struct buffer_head *bh; in gfs2_unstuffer_page() local 120 struct buffer_head *bh, *dibh; in gfs2_unstuff_dinode() local 267 struct buffer_head *bh = mp->mp_bh[height]; in metapointer() local 274 const struct buffer_head *bh, const __be64 *pos) in gfs2_metapath_ra() 475 struct buffer_head *bh; in gfs2_bmap_alloc() local 617 struct buffer_head *bh; in gfs2_block_map() local 684 struct buffer_head bh = { .b_state = 0, .b_blocknr = 0 }; in gfs2_extent_map() local 717 struct buffer_head *bh, __be64 *top, __be64 *bottom, in do_strip() 875 struct buffer_head *bh = NULL; in recursive_scan() local 938 struct buffer_head *bh; in gfs2_block_truncate_page() local [all …]
|
D | trans.c | 126 struct buffer_head *bh, in gfs2_alloc_bufdata() 158 void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_data() 224 void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_meta()
|
D | xattr.c | 79 static int ea_foreach_i(struct gfs2_inode *ip, struct buffer_head *bh, in ea_foreach_i() 118 struct buffer_head *bh, *eabh; in ea_foreach() local 166 static int ea_find_i(struct gfs2_inode *ip, struct buffer_head *bh, in ea_find_i() 225 static int ea_dealloc_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, in ea_dealloc_unstuffed() 325 static int ea_remove_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, in ea_remove_unstuffed() 365 static int ea_list_i(struct gfs2_inode *ip, struct buffer_head *bh, in ea_list_i() 466 struct buffer_head **bh; in gfs2_iter_unstuffed() local 685 struct buffer_head *bh; in ea_write() local 773 struct buffer_head *bh; in ea_init_i() local 866 static int ea_set_simple_noalloc(struct gfs2_inode *ip, struct buffer_head *bh, in ea_set_simple_noalloc() [all …]
|
D | recovery.c | 33 struct buffer_head **bh) in gfs2_replay_read_block() 153 struct buffer_head *bh; in get_log_header() local 317 struct buffer_head *bh; in foreach_descriptor() local 388 struct buffer_head *bh; in clean_journal() local
|
D | lops.c | 41 void gfs2_pin(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_pin() 98 static void gfs2_unpin(struct gfs2_sbd *sdp, struct buffer_head *bh, in gfs2_unpin() 175 struct buffer_head *bh, *next; in gfs2_end_log_write_bh() local 355 static void gfs2_log_write_bh(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_log_write_bh() 393 static void gfs2_check_magic(struct buffer_head *bh) in gfs2_check_magic() 692 struct buffer_head *bh; in revoke_lo_scan_elements() local
|
D | util.c | 196 int gfs2_meta_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, in gfs2_meta_check_ii() 216 int gfs2_metatype_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, in gfs2_metatype_check_ii() 253 int gfs2_io_error_bh_i(struct gfs2_sbd *sdp, struct buffer_head *bh, in gfs2_io_error_bh_i()
|
D | log.c | 101 struct buffer_head *bh; in gfs2_ail1_start_one() local 193 struct buffer_head *bh; in gfs2_ail1_empty_one() local 239 struct buffer_head *bh; in gfs2_ail1_wait() local 580 struct buffer_head *bh = bd->bd_bh; in gfs2_add_revoke() local
|
D | dir.h | 25 struct buffer_head *bh; member
|
D | aops.c | 46 struct buffer_head *bh; in gfs2_page_add_databufs() local 964 static void gfs2_discard(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_discard() 992 struct buffer_head *bh, *head; in gfs2_invalidatepage() local 1120 struct buffer_head *bh, *head; in gfs2_releasepage() local
|
D | glops.c | 33 static void gfs2_ail_error(struct gfs2_glock *gl, const struct buffer_head *bh) in gfs2_ail_error() 58 struct buffer_head *bh; in __gfs2_ail_flush() local
|
D | xattr.h | 39 #define GFS2_EA_BH2FIRST(bh) \ argument
|
/linux-4.1.27/fs/ext3/ |
D | ext3_jbd.c | 8 struct buffer_head *bh) in __ext3_journal_get_undo_access() 17 struct buffer_head *bh) in __ext3_journal_get_write_access() 26 struct buffer_head *bh) in __ext3_journal_forget() 35 unsigned long blocknr, struct buffer_head *bh) in __ext3_journal_revoke() 44 handle_t *handle, struct buffer_head *bh) in __ext3_journal_get_create_access() 53 handle_t *handle, struct buffer_head *bh) in __ext3_journal_dirty_metadata()
|
D | inode.c | 59 struct buffer_head *bh, ext3_fsblk_t blocknr) in ext3_forget() 295 struct buffer_head *bh; member 298 static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v) in add_chain() 415 struct buffer_head *bh; in ext3_get_branch() local 660 struct buffer_head *bh; in ext3_alloc_branch() local 1085 struct buffer_head *bh; in ext3_getblk() local 1131 struct buffer_head * bh; in ext3_bread() local 1155 struct buffer_head *bh)) in walk_page_buffers() 1157 struct buffer_head *bh; in walk_page_buffers() local 1207 struct buffer_head *bh) in do_journal_get_write_access() [all …]
|
D | xattr.c | 59 #define BHDR(bh) ((struct ext3_xattr_header *)((bh)->b_data)) argument 61 #define BFIRST(bh) ENTRY(BHDR(bh)+1) argument 78 # define ea_bdebug(bh, f...) do { \ argument 161 ext3_xattr_check_block(struct buffer_head *bh) in ext3_xattr_check_block() 214 struct buffer_head *bh = NULL; in ext3_xattr_block_get() local 359 struct buffer_head *bh = NULL; in ext3_xattr_block_list() local 474 struct buffer_head *bh) in ext3_xattr_release_block() 627 struct buffer_head *bh; member 1088 struct buffer_head *bh = NULL; in ext3_xattr_delete_inode() local 1133 ext3_xattr_cache_insert(struct buffer_head *bh) in ext3_xattr_cache_insert() [all …]
|
D | namei.c | 44 struct buffer_head *bh; in ext3_append() local 123 struct buffer_head *bh; member 294 struct buffer_head *bh; in dx_show_entries() local 335 struct buffer_head *bh; in dx_probe() local 500 struct buffer_head *bh; in ext3_htree_next_block() local 562 struct buffer_head *bh; in htree_dirblock_to_tree() local 793 static inline int search_dirblock(struct buffer_head * bh, in search_dirblock() 848 struct buffer_head * bh, *ret = NULL; in ext3_find_entry() local 971 struct buffer_head *bh; in ext3_dx_find_entry() local 1018 struct buffer_head * bh; in ext3_lookup() local [all …]
|
D | resize.c | 33 struct buffer_head *bh = NULL; in verify_group_input() local 115 struct buffer_head *bh; in bclean() local 159 struct buffer_head *bh) in extend_or_restart_transaction() 196 struct buffer_head *bh; in setup_new_group_blocks() local 716 struct buffer_head *bh; in update_backups() local 997 struct buffer_head * bh; in ext3_group_extend() local
|
D | namei.h | 15 struct buffer_head *bh; in ext3_dir_bread() local
|
D | balloc.c | 60 struct buffer_head ** bh) in ext3_get_group_desc() 96 struct buffer_head *bh) in ext3_valid_block_bitmap() 151 struct buffer_head * bh = NULL; in read_block_bitmap() local 713 static int ext3_test_allocatable(ext3_grpblk_t nr, struct buffer_head *bh) in ext3_test_allocatable() 741 bitmap_search_next_usable_block(ext3_grpblk_t start, struct buffer_head *bh, in bitmap_search_next_usable_block() 776 find_next_usable_block(ext3_grpblk_t start, struct buffer_head *bh, in find_next_usable_block() 833 claim_block(spinlock_t *lock, ext3_grpblk_t block, struct buffer_head *bh) in claim_block()
|
D | dir.c | 64 struct buffer_head * bh, in ext3_check_dir_entry() 118 struct buffer_head *bh = NULL; in ext3_readdir() local
|
/linux-4.1.27/fs/ocfs2/ |
D | buffer_head_io.c | 53 int ocfs2_write_block(struct ocfs2_super *osb, struct buffer_head *bh, in ocfs2_write_block() 106 struct buffer_head *bh; in ocfs2_read_blocks_sync() local 179 struct buffer_head *bh)) in ocfs2_read_blocks() 183 struct buffer_head *bh; in ocfs2_read_blocks() local 393 struct buffer_head *bh) in ocfs2_write_super_or_backup()
|
D | journal.c | 511 struct buffer_head *bh, in ocfs2_frozen_trigger() 530 struct buffer_head *bh, in ocfs2_dq_frozen_trigger() 550 struct buffer_head *bh, in ocfs2_db_frozen_trigger() 566 struct buffer_head *bh) in ocfs2_abort_trigger() 652 struct buffer_head *bh, in __ocfs2_journal_access() 711 struct buffer_head *bh, int type) in ocfs2_journal_access_di() 717 struct buffer_head *bh, int type) in ocfs2_journal_access_eb() 723 struct buffer_head *bh, int type) in ocfs2_journal_access_rb() 730 struct buffer_head *bh, int type) in ocfs2_journal_access_gd() 736 struct buffer_head *bh, int type) in ocfs2_journal_access_db() [all …]
|
D | quota_local.c | 93 static int ocfs2_modify_bh(struct inode *inode, struct buffer_head *bh, in ocfs2_modify_bh() 134 struct buffer_head **bh) in ocfs2_read_quota_block() 169 struct buffer_head *bh = NULL; in ocfs2_local_check_quota_file() local 280 static void olq_update_info(struct buffer_head *bh, void *private) in olq_update_info() 397 struct buffer_head *bh; in ocfs2_begin_quota_recovery() local 591 struct buffer_head *bh; in ocfs2_finish_quota_recovery() local 691 struct buffer_head *bh = NULL; in ocfs2_local_read_info() local 798 struct buffer_head *bh = ((struct ocfs2_mem_dqinfo *)info->dqi_priv) in ocfs2_local_write_info() local 872 static void olq_set_dquot(struct buffer_head *bh, void *private) in olq_set_dquot() 900 struct buffer_head *bh; in ocfs2_local_write_dquot() local [all …]
|
D | buffer_head_io.h | 59 struct buffer_head **bh, in ocfs2_read_block() 61 struct buffer_head *bh)) in ocfs2_read_block()
|
D | uptodate.c | 244 struct buffer_head *bh) in ocfs2_buffer_cached() 274 struct buffer_head *bh) in ocfs2_buffer_uptodate() 297 struct buffer_head *bh) in ocfs2_buffer_read_ahead() 484 struct buffer_head *bh) in ocfs2_set_buffer_uptodate() 522 struct buffer_head *bh) in ocfs2_set_new_buffer_uptodate() 604 struct buffer_head *bh) in ocfs2_remove_from_cache()
|
D | extent_map.h | 73 struct buffer_head **bh, in ocfs2_read_virt_block() 75 struct buffer_head *bh)) in ocfs2_read_virt_block()
|
D | slot_map.c | 167 struct buffer_head **bh) in ocfs2_update_disk_slot_extended() 185 struct buffer_head **bh) in ocfs2_update_disk_slot_old() 206 struct buffer_head *bh; in ocfs2_update_disk_slot() local 361 struct buffer_head *bh; in ocfs2_map_slot_buffers() local
|
D | inode.c | 411 struct buffer_head *bh = NULL; in ocfs2_read_locked_inode() local 1252 struct buffer_head *bh) in ocfs2_mark_inode_dirty() 1325 struct buffer_head *bh) in ocfs2_validate_inode_block() 1388 int ocfs2_read_inode_block_full(struct inode *inode, struct buffer_head **bh, in ocfs2_read_inode_block_full() 1404 int ocfs2_read_inode_block(struct inode *inode, struct buffer_head **bh) in ocfs2_read_inode_block()
|
D | dir.c | 153 struct buffer_head *bh, u16 rec_len) in ocfs2_init_dir_trailer() 318 struct buffer_head * bh, in ocfs2_check_dir_entry() 358 static inline int ocfs2_search_dirblock(struct buffer_head *bh, in ocfs2_search_dirblock() 438 struct buffer_head *bh) in ocfs2_validate_dir_block() 476 static int ocfs2_check_dir_trailer(struct inode *dir, struct buffer_head *bh) in ocfs2_check_dir_trailer() 523 struct buffer_head **bh, int flags) in ocfs2_read_dir_block() 560 struct buffer_head **bh) in ocfs2_read_dir_block_direct() 589 struct buffer_head *bh) in ocfs2_validate_dx_root() 635 struct buffer_head *bh) in ocfs2_validate_dx_leaf() 698 struct buffer_head *bh, *ret = NULL; in ocfs2_find_entry_el() local [all …]
|
D | symlink.c | 60 struct buffer_head *bh = NULL; in ocfs2_fast_symlink_readpage() local
|
D | quota_global.c | 132 int ocfs2_validate_quota_block(struct super_block *sb, struct buffer_head *bh) in ocfs2_validate_quota_block() 174 struct buffer_head *bh; in ocfs2_quota_read() local 223 struct buffer_head *bh = NULL; in ocfs2_quota_write() local 299 struct buffer_head *bh = NULL; in ocfs2_lock_global_qf() local
|
D | ioctl.c | 85 struct buffer_head *bh = NULL; in ocfs2_set_inode_attr() local 286 struct buffer_head *bh = NULL; in ocfs2_info_scan_inode_alloc() local 444 struct buffer_head *bh = NULL; in ocfs2_info_freefrag_scan_chain() local 544 struct buffer_head *bh = NULL; in ocfs2_info_freefrag_scan_bitmap() local
|
D | super.c | 757 struct buffer_head **bh, in ocfs2_sb_probe() 1012 struct buffer_head *bh = NULL; in ocfs2_fill_super() local 1669 struct buffer_head *bh = NULL; in ocfs2_statfs() local 1811 struct buffer_head **bh, in ocfs2_get_sector() 2039 struct buffer_head *bh, in ocfs2_initialize_super() 2350 struct buffer_head *bh, in ocfs2_verify_volume()
|
D | alloc.c | 438 struct buffer_head *bh, in __ocfs2_init_extent_tree() 460 struct buffer_head *bh) in ocfs2_init_dinode_extent_tree() 468 struct buffer_head *bh) in ocfs2_init_xattr_tree_extent_tree() 484 struct buffer_head *bh) in ocfs2_init_dx_root_extent_tree() 492 struct buffer_head *bh) in ocfs2_init_refcount_extent_tree() 884 struct buffer_head *bh) in ocfs2_validate_extent_block() 940 struct buffer_head **bh) in ocfs2_read_extent_block() 1165 struct buffer_head *bh; in ocfs2_add_branch() local 1439 struct buffer_head *bh = NULL; in ocfs2_find_branch_target() local 1517 struct buffer_head *bh = NULL; in ocfs2_grow_tree() local [all …]
|
D | suballoc.c | 178 struct buffer_head *bh, in ocfs2_validate_gd_self() 229 struct buffer_head *bh, in ocfs2_validate_gd_parent() 274 struct buffer_head *bh) in ocfs2_check_group_descriptor() 300 struct buffer_head *bh) in ocfs2_validate_group_descriptor() 327 u64 gd_blkno, struct buffer_head **bh) in ocfs2_read_group_descriptor() 687 struct buffer_head *bh, in ocfs2_block_group_alloc() 806 struct buffer_head *bh = NULL; in ocfs2_reserve_suballoc_bits() local
|
D | file.c | 260 struct buffer_head *bh) in ocfs2_update_inode_atime() 567 struct buffer_head *bh = NULL; in __ocfs2_extend_allocation() local 1132 struct buffer_head *bh = NULL; in ocfs2_setattr() local 1321 struct buffer_head *bh) in __ocfs2_write_remove_suid() 1403 struct buffer_head *bh = NULL; in ocfs2_write_remove_suid() local
|
/linux-4.1.27/fs/minix/ |
D | bitmap.c | 45 struct buffer_head *bh; in minix_free_block() local 77 struct buffer_head *bh = sbi->s_zmap[i]; in minix_new_block() local 106 minix_V1_raw_inode(struct super_block *sb, ino_t ino, struct buffer_head **bh) in minix_V1_raw_inode() 130 minix_V2_raw_inode(struct super_block *sb, ino_t ino, struct buffer_head **bh) in minix_V2_raw_inode() 159 struct buffer_head *bh = NULL; in minix_clear_inode() local 186 struct buffer_head *bh; in minix_free_inode() local 217 struct buffer_head * bh; in minix_new_inode() local
|
D | itree_common.c | 6 struct buffer_head *bh; member 11 static inline void add_chain(Indirect *p, struct buffer_head *bh, block_t *v) in add_chain() 24 static inline block_t *block_end(struct buffer_head *bh) in block_end() 37 struct buffer_head *bh; in get_branch() local 80 struct buffer_head *bh; in alloc_branch() local 146 struct buffer_head *bh, int create) in get_block() 271 struct buffer_head * bh; in free_branches() local
|
D | inode.c | 160 struct buffer_head *bh; in minix_fill_super() local 465 struct buffer_head * bh; in V1_minix_iget() local 498 struct buffer_head * bh; in V2_minix_iget() local 552 struct buffer_head * bh; in V1_minix_update_inode() local 579 struct buffer_head * bh; in V2_minix_update_inode() local 606 struct buffer_head *bh; in minix_write_inode() local
|
/linux-4.1.27/fs/hpfs/ |
D | anode.c | 15 struct buffer_head *bh) in hpfs_bplus_lookup() 67 struct buffer_head *bh, *bh1, *bh2; in hpfs_add_sector_to_btree() local 278 struct buffer_head *bh; in hpfs_remove_btree() local 332 struct buffer_head *bh; in anode_lookup() local 340 struct buffer_head *bh; in hpfs_ea_read() local 363 struct buffer_head *bh; in hpfs_ea_write() local 387 struct buffer_head *bh; in hpfs_ea_remove() local 402 struct buffer_head *bh; in hpfs_truncate_btree() local 482 struct buffer_head *bh; in hpfs_remove_fnode() local
|
D | buffer.c | 15 struct buffer_head *bh; in hpfs_prefetch_sectors() local 46 struct buffer_head *bh; in hpfs_map_sector() local 67 struct buffer_head *bh; in hpfs_get_sector() local
|
D | namei.c | 27 struct buffer_head *bh; in hpfs_mkdir() local 135 struct buffer_head *bh; in hpfs_create() local 221 struct buffer_head *bh; in hpfs_mknod() local 297 struct buffer_head *bh; in hpfs_symlink() local 483 struct buffer_head *bh; in hpfs_symlink_readpage() local 526 struct buffer_head *bh; in hpfs_rename() local
|
D | map.c | 58 struct buffer_head *bh; in hpfs_load_code_page() local 113 struct buffer_head *bh; in hpfs_load_bitmap_directory() local 297 struct buffer_head *bh; in hpfs_fnode_dno() local
|
D | inode.c | 45 struct buffer_head *bh; in hpfs_read_inode() local 210 struct buffer_head *bh; in hpfs_write_inode_nolock() local
|
D | ea.c | 40 struct buffer_head *bh; in hpfs_ea_ext_remove() local 268 struct buffer_head *bh; in hpfs_set_ea() local
|
D | alloc.c | 454 struct buffer_head **bh) in hpfs_alloc_fnode() 471 struct buffer_head **bh) in hpfs_alloc_anode()
|
D | dir.c | 85 struct buffer_head *bh; in hpfs_readdir() local
|
D | super.c | 25 struct buffer_head *bh; in mark_dirty() local 42 struct buffer_head *bh; in unmark_dirty() local
|
/linux-4.1.27/fs/reiserfs/ |
D | prints.c | 134 static void sprintf_block_head(char *buf, struct buffer_head *bh) in sprintf_block_head() 140 static void sprintf_buffer_head(char *buf, struct buffer_head *bh) in sprintf_buffer_head() 423 static int print_internal(struct buffer_head *bh, int first, int last) in print_internal() 458 static int print_leaf(struct buffer_head *bh, int print_mode, int first, in print_leaf() 527 static int print_super_block(struct buffer_head *bh) in print_super_block() 578 static int print_desc_block(struct buffer_head *bh) in print_desc_block() 593 void print_block(struct buffer_head *bh, ...) in print_block() 713 static void check_leaf_block_head(struct buffer_head *bh) in check_leaf_block_head() 729 static void check_internal_block_head(struct buffer_head *bh) in check_internal_block_head() 747 void check_leaf(struct buffer_head *bh) in check_leaf() [all …]
|
D | stree.c | 19 inline int B_IS_IN_TREE(const struct buffer_head *bh) in B_IS_IN_TREE() 367 struct buffer_head *bh; in pathrelse_and_restore() local 389 static int is_leaf(char *buf, int blocksize, struct buffer_head *bh) in is_leaf() 464 static int is_internal(char *buf, int blocksize, struct buffer_head *bh) in is_internal() 502 static int is_tree_node(struct buffer_head *bh, int level) in is_tree_node() 529 struct buffer_head **bh, in search_by_key_reada() 592 struct buffer_head *bh; in search_by_key() local 908 struct buffer_head *bh = PATH_PLAST_BUFFER(path); in comp_items() local 925 #define held_by_others(bh) (atomic_read(&(bh)->b_count) > 1) argument 928 #define block_in_use(bh) (buffer_locked(bh) || (held_by_others(bh))) argument [all …]
|
D | lbalance.c | 830 struct buffer_head *bh; in leaf_delete_items() local 906 struct buffer_head *bh = bi->bi_bh; in leaf_insert_into_buf() local 982 struct buffer_head *bh = bi->bi_bh; in leaf_paste_in_buffer() local 1072 static int leaf_cut_entries(struct buffer_head *bh, in leaf_cut_entries() 1149 struct buffer_head *bh = bi->bi_bh; in leaf_cut_from_buffer() local 1243 struct buffer_head *bh = bi->bi_bh; in leaf_delete_items_entirely() local 1326 struct buffer_head *bh = bi->bi_bh; in leaf_paste_entries() local
|
D | journal.c | 127 static int reiserfs_clean_and_file_buffer(struct buffer_head *bh) in reiserfs_clean_and_file_buffer() 412 static void clear_prepared_bits(struct buffer_head *bh) in clear_prepared_bits() 604 static void release_buffer_page(struct buffer_head *bh) in release_buffer_page() 619 static void reiserfs_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in reiserfs_end_buffer_io_sync() 637 static void reiserfs_end_ordered_io(struct buffer_head *bh, int uptodate) in reiserfs_end_ordered_io() 647 static void submit_logged_buffer(struct buffer_head *bh) in submit_logged_buffer() 660 static void submit_ordered_buffer(struct buffer_head *bh) in submit_ordered_buffer() 672 struct buffer_head *bh[CHUNK_SIZE]; member 694 static int add_to_chunk(struct buffer_chunk *chunk, struct buffer_head *bh, in add_to_chunk() 731 void reiserfs_free_jh(struct buffer_head *bh) in reiserfs_free_jh() [all …]
|
D | inode.c | 194 struct buffer_head *head, *next, *bh; in fix_tail_page_for_writing() local 230 static inline void set_block_dev_mapped(struct buffer_head *bh, in set_block_dev_mapped() 289 struct buffer_head *bh; in _get_block_create_0() local 665 struct buffer_head *bh, *unbh = NULL; in reiserfs_get_block() local 1239 struct buffer_head *bh; in init_inode() local 1427 struct buffer_head *bh; in update_stat_data() local 1452 struct buffer_head *bh; in reiserfs_update_sd_size() local 2196 struct buffer_head *bh; in grab_tail_page() local 2272 struct buffer_head *bh = NULL; in reiserfs_truncate_file() local 2372 struct buffer_head *bh; in map_block_for_writepage() local [all …]
|
D | bitmap.c | 149 struct buffer_head *bh; in scan_bitmap_block() local 312 struct buffer_head *bh = reiserfs_read_bitmap_block(s, bm); in block_group_used() local 849 struct buffer_head *bh; in get_left_neighbor() local 1386 struct buffer_head *bh, in reiserfs_cache_bitmap_metadata() 1412 struct buffer_head *bh; in reiserfs_read_bitmap_block() local
|
D | do_balan.c | 48 struct buffer_head *bh) in buffer_info_init_bh() 57 struct buffer_head *bh, int flag) in do_balance_mark_leaf_dirty() 1516 static void store_thrown(struct tree_balance *tb, struct buffer_head *bh) in store_thrown() 1551 void reiserfs_invalidate_buffer(struct tree_balance *tb, struct buffer_head *bh) in reiserfs_invalidate_buffer() 1621 static void check_internal_node(struct super_block *s, struct buffer_head *bh, in check_internal_node() 1648 struct buffer_head *bh, char *which) in locked_or_not_in_tree()
|
D | fix_node.c | 2096 struct buffer_head *bh; in get_direct_parent() local 2161 struct buffer_head *bh; in get_neighbors() local 2245 static int get_virtual_node_size(struct super_block *sb, struct buffer_head *bh) in get_virtual_node_size() 2318 struct buffer_head *bh, in tb_buffer_sanity_check() 2356 struct buffer_head *bh, in tb_buffer_sanity_check() 2362 static int clear_all_dirty_bits(struct super_block *s, struct buffer_head *bh) in clear_all_dirty_bits()
|
D | resize.c | 26 struct buffer_head *bh; in reiserfs_resize() local
|
D | reiserfs.h | 226 struct buffer_head *bh; /* real buffer head */ member 1682 #define B_BLK_HEAD(bh) ((struct block_head *)((bh)->b_data)) argument 1684 #define B_NR_ITEMS(bh) (blkh_nr_item(B_BLK_HEAD(bh))) argument 1685 #define B_LEVEL(bh) (blkh_level(B_BLK_HEAD(bh))) argument 1686 #define B_FREE_SPACE(bh) (blkh_free_space(B_BLK_HEAD(bh))) argument 1688 #define PUT_B_NR_ITEMS(bh, val) do { set_blkh_nr_item(B_BLK_HEAD(bh), val); } while (0) argument 1689 #define PUT_B_LEVEL(bh, val) do { set_blkh_level(B_BLK_HEAD(bh), val); } while (0) argument 1690 #define PUT_B_FREE_SPACE(bh, val) do { set_blkh_free_space(B_BLK_HEAD(bh), val); } while (0) argument 1693 #define B_PRIGHT_DELIM_KEY(bh) (&(blk_right_delim_key(B_BLK_HEAD(bh)))) argument 1696 #define B_IS_ITEMS_LEVEL(bh) (B_LEVEL(bh) == DISK_LEAF_NODE_LEVEL) argument [all …]
|
D | tail_conversion.c | 166 void reiserfs_unmap_buffer(struct buffer_head *bh) in reiserfs_unmap_buffer()
|
D | file.c | 182 struct buffer_head *bh, *head; in reiserfs_commit_page() local
|
D | super.c | 200 struct buffer_head *bh; in finish_unfinished() local 1559 struct buffer_head *bh; in read_super_block() local 2410 struct buffer_head tmp_bh, *bh; in reiserfs_quota_read() local 2461 struct buffer_head tmp_bh, *bh; in reiserfs_quota_write() local
|
D | dir.c | 67 struct buffer_head *bh; in reiserfs_readdir_inode() local
|
/linux-4.1.27/fs/nilfs2/ |
D | page.c | 48 struct buffer_head *bh; in __nilfs_get_page_block() local 69 struct buffer_head *bh; in nilfs_grab_buffer() local 89 void nilfs_forget_buffer(struct buffer_head *bh) in nilfs_forget_buffer() 119 struct buffer_head *bh; in nilfs_copy_buffer() local 157 struct buffer_head *bh, *head; in nilfs_page_buffers_clean() local 187 struct buffer_head *bh, *head; in nilfs_page_bug() local 421 struct buffer_head *bh, *head; in nilfs_clear_dirty_page() local 447 struct buffer_head *bh, *head; in nilfs_page_count_clean_buffers() local 547 struct buffer_head *bh, *head; in nilfs_find_uncommitted_extent() local
|
D | mdt.c | 42 struct buffer_head *bh, in nilfs_mdt_insert_new_block() 82 struct buffer_head *bh; in nilfs_mdt_create_block() local 125 struct buffer_head *bh; in nilfs_mdt_submit_block() local 176 struct buffer_head *first_bh, *bh; in nilfs_mdt_read_block() local 375 struct buffer_head *bh; in nilfs_mdt_forget_block() local 406 struct buffer_head *bh; in nilfs_mdt_mark_block_dirty() local 548 int nilfs_mdt_freeze_buffer(struct inode *inode, struct buffer_head *bh) in nilfs_mdt_freeze_buffer() 580 nilfs_mdt_get_frozen_buffer(struct inode *inode, struct buffer_head *bh) in nilfs_mdt_get_frozen_buffer() 602 struct buffer_head *bh; in nilfs_release_frozen_buffers() local
|
D | cpfile.c | 82 struct buffer_head *bh, in nilfs_cpfile_block_add_valid_checkpoints() 96 struct buffer_head *bh, in nilfs_cpfile_block_sub_valid_checkpoints() 111 struct buffer_head *bh, in nilfs_cpfile_block_get_header() 119 struct buffer_head *bh, in nilfs_cpfile_block_get_checkpoint() 127 struct buffer_head *bh, in nilfs_cpfile_block_init() 298 struct buffer_head *bh) in nilfs_cpfile_put_checkpoint() 440 struct buffer_head *bh; in nilfs_cpfile_do_get_cpinfo() local 489 struct buffer_head *bh; in nilfs_cpfile_do_get_ssinfo() local 610 struct buffer_head *bh, in nilfs_cpfile_block_get_snapshot_list() 868 struct buffer_head *bh; in nilfs_cpfile_is_snapshot() local [all …]
|
D | segbuf.c | 110 struct buffer_head *bh; in nilfs_segbuf_extend_segsum() local 124 struct buffer_head *bh; in nilfs_segbuf_extend_payload() local 185 struct buffer_head *bh; in nilfs_segbuf_fill_in_segsum_crc() local 213 struct buffer_head *bh; in nilfs_segbuf_fill_in_data_crc() local 256 struct buffer_head *bh, *n; in nilfs_release_buffers() local 438 struct buffer_head *bh, int mode) in nilfs_segbuf_submit_bh() 480 struct buffer_head *bh; in nilfs_segbuf_write() local
|
D | segbuf.h | 112 #define NILFS_SEGBUF_NEXT_BH(bh) \ argument 115 #define NILFS_SEGBUF_BH_IS_LAST(bh, head) ((bh)->b_assoc_buffers.next == head) argument 148 struct buffer_head *bh) in nilfs_segbuf_add_segsum_buffer() 157 struct buffer_head *bh) in nilfs_segbuf_add_payload_buffer() 165 struct buffer_head *bh) in nilfs_segbuf_add_file_buffer()
|
D | direct.c | 122 struct buffer_head *bh; in nilfs_direct_insert() local 269 struct buffer_head *bh) in nilfs_direct_propagate() 301 struct buffer_head **bh, in nilfs_direct_assign_v() 321 struct buffer_head **bh, in nilfs_direct_assign_p() 334 struct buffer_head **bh, in nilfs_direct_assign()
|
D | btnode.c | 47 struct buffer_head *bh; in nilfs_btnode_create_block() local 73 struct buffer_head *bh; in nilfs_btnode_submit_block() local 142 void nilfs_btnode_delete(struct buffer_head *bh) in nilfs_btnode_delete()
|
D | gcinode.c | 76 struct buffer_head *bh; in nilfs_gccache_submit_read_data() local 152 int nilfs_gccache_wait_and_mark_dirty(struct buffer_head *bh) in nilfs_gccache_wait_and_mark_dirty()
|
D | btree.c | 75 struct buffer_head *bh; in nilfs_btree_get_new_block() local 401 int nilfs_btree_broken_node_block(struct buffer_head *bh) in nilfs_btree_broken_node_block() 479 struct buffer_head *bh, *ra_bh; in __nilfs_btree_get_block() local 1055 struct buffer_head *bh; in nilfs_btree_prepare_insert() local 1429 struct buffer_head *bh; in nilfs_btree_prepare_delete() local 1643 struct buffer_head *bh; in nilfs_btree_check_delete() local 1683 struct buffer_head *bh; in nilfs_btree_gather_data() local 1736 struct buffer_head *bh; in nilfs_btree_prepare_convert_and_insert() local 1789 struct buffer_head *bh) in nilfs_btree_commit_convert_and_insert() 1859 struct buffer_head *bh; in nilfs_btree_convert_and_insert() local [all …]
|
D | segment.c | 473 struct buffer_head *bh, in nilfs_segctor_add_file_block() 511 struct buffer_head *bh, struct inode *inode) in nilfs_collect_file_data() 527 struct buffer_head *bh, in nilfs_collect_file_node() 534 struct buffer_head *bh, in nilfs_collect_file_bmap() 568 struct buffer_head *bh, struct inode *inode) in nilfs_collect_dat_data() 583 struct buffer_head *bh, struct inode *inode) in nilfs_collect_dat_bmap() 653 struct buffer_head *bh, *head; in nilfs_lookup_dirty_data_buffers() local 689 struct buffer_head *bh, *head; in nilfs_lookup_dirty_node_buffers() local 952 struct buffer_head *bh, *n; in nilfs_segctor_apply_buffers() local 1495 struct buffer_head *bh, *bh_org; in nilfs_segctor_update_payload_blocknr() local [all …]
|
D | btnode.h | 42 struct buffer_head *bh; member
|
D | sufile.c | 85 struct buffer_head *bh, void *kaddr) in nilfs_sufile_block_get_segment_usage() 172 struct buffer_head *header_bh, *bh; in nilfs_sufile_updatev() local 239 struct buffer_head *header_bh, *bh; in nilfs_sufile_update() local 502 struct buffer_head *bh; in nilfs_sufile_mark_dirty() local 524 struct buffer_head *bh; in nilfs_sufile_set_segment_usage() local 896 struct buffer_head *header_bh, *bh; in nilfs_sufile_set_suinfo() local
|
D | bmap.c | 345 int nilfs_bmap_propagate(struct nilfs_bmap *bmap, struct buffer_head *bh) in nilfs_bmap_propagate() 388 struct buffer_head **bh, in nilfs_bmap_assign() 456 const struct buffer_head *bh) in nilfs_bmap_data_get_key()
|
D | page.h | 72 struct buffer_head *bh = page_buffers(page); in nilfs_page_get_nth_block() local
|
D | file.c | 85 struct buffer_head *bh, *head; in nilfs_page_mkwrite() local
|
D | alloc.h | 88 struct buffer_head *bh; member
|
D | alloc.c | 193 struct buffer_head *bh, void *kaddr) in nilfs_palloc_desc_block_init() 308 const struct buffer_head *bh, void *kaddr) in nilfs_palloc_block_get_group_desc() 322 const struct buffer_head *bh, void *kaddr) in nilfs_palloc_block_get_entry()
|
D | recovery.c | 120 struct buffer_head *bh; in nilfs_compute_checksum() local 320 struct buffer_head *bh; in nilfs_scan_dsync_log() local 706 struct buffer_head *bh; in nilfs_finish_roll_forward() local
|
/linux-4.1.27/fs/sysv/ |
D | balloc.c | 30 static inline sysv_zone_t *get_chunk(struct super_block *sb, struct buffer_head *bh) in get_chunk() 45 struct buffer_head * bh; in sysv_free_block() local 104 struct buffer_head * bh; in sysv_new_block() local 163 struct buffer_head * bh = NULL; in sysv_count_free_blocks() local
|
D | super.c | 178 static int detect_xenix(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_xenix() 199 static int detect_sysv(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_sysv() 252 static int detect_coherent(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_coherent() 265 static int detect_sysv_odd(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_sysv_odd() 354 struct buffer_head *bh1, *bh = NULL; in sysv_fill_super() local 437 static int v7_sanity_check(struct super_block *sb, struct buffer_head *bh) in v7_sanity_check() 476 struct buffer_head *bh; in v7_fill_super() local
|
D | ialloc.c | 56 sysv_raw_inode(struct super_block *sb, unsigned ino, struct buffer_head **bh) in sysv_raw_inode() 73 struct buffer_head * bh; in refill_free_cache() local 105 struct buffer_head * bh; in sysv_free_inode() local 184 struct buffer_head * bh; in sysv_count_free_inodes() local
|
D | itree.c | 15 static inline void dirty_indirect(struct buffer_head *bh, struct inode *inode) in dirty_indirect() 61 struct buffer_head *bh; member 66 static inline void add_chain(Indirect *p, struct buffer_head *bh, sysv_zone_t *v) in add_chain() 79 static inline sysv_zone_t *block_end(struct buffer_head *bh) in block_end() 95 struct buffer_head *bh; in get_branch() local 135 struct buffer_head *bh; in alloc_branch() local 339 struct buffer_head * bh; in free_branches() local
|
D | inode.c | 180 struct buffer_head * bh; in sysv_iget() local 241 struct buffer_head * bh; in __sysv_write_inode() local
|
/linux-4.1.27/fs/omfs/ |
D | dir.c | 38 struct buffer_head *bh; in omfs_scan_list() local 70 struct buffer_head *bh; in omfs_find_entry() local 87 struct buffer_head *bh; in omfs_make_empty() local 117 struct buffer_head *bh; in omfs_add_link() local 163 struct buffer_head *bh, *bh2; in omfs_delete_entry() local 219 struct buffer_head *bh; in omfs_dir_is_empty() local 296 struct buffer_head *bh; in omfs_lookup() local 335 struct buffer_head *bh = omfs_bread(dir->i_sb, fsblock); in omfs_fill_chain() local 407 struct buffer_head *bh; in omfs_readdir() local
|
D | inode.c | 104 struct buffer_head *bh, *bh2; in __omfs_write_inode() local 204 struct buffer_head *bh; in omfs_iget() local 312 struct buffer_head *bh; in omfs_get_imap() local 429 struct buffer_head *bh, *bh2; in omfs_fill_super() local
|
D | file.c | 20 void omfs_make_empty_table(struct buffer_head *bh, int offset) in omfs_make_empty_table() 36 struct buffer_head *bh; in omfs_shrink_inode() local 220 struct buffer_head *bh; in omfs_get_block() local
|
D | bitmap.c | 52 struct buffer_head *bh; in set_run() local 92 struct buffer_head *bh; in omfs_allocate_block() local
|
/linux-4.1.27/fs/affs/ |
D | affs.h | 18 #define AFFS_BLOCK(sb, bh, blk) (AFFS_HEAD(bh)->table[AFFS_SB(sb)->s_hashsize-1-(blk)]) argument 20 #define AFFS_HEAD(bh) ((struct affs_head *)(bh)->b_data) argument 21 #define AFFS_TAIL(sb, bh) ((struct affs_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_t… argument 22 #define AFFS_ROOT_HEAD(bh) ((struct affs_root_head *)(bh)->b_data) argument 23 #define AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(str… argument 24 #define AFFS_DATA_HEAD(bh) ((struct affs_data_head *)(bh)->b_data) argument 25 #define AFFS_DATA(bh) (((struct affs_data_head *)(bh)->b_data)->data) argument 239 struct buffer_head *bh; in affs_getzeroblk() local 254 struct buffer_head *bh; in affs_getemptyblk() local 265 affs_brelse(struct buffer_head *bh) in affs_brelse() [all …]
|
D | amigaffs.c | 23 affs_insert_hash(struct inode *dir, struct buffer_head *bh) in affs_insert_hash() 75 struct buffer_head *bh; in affs_remove_hash() local 143 struct buffer_head *bh = NULL, *link_bh = NULL; in affs_remove_link() local 234 struct buffer_head *bh; in affs_empty_dir() local 268 struct buffer_head *bh = NULL; in affs_remove_header() local 336 affs_checksum_block(struct super_block *sb, struct buffer_head *bh) in affs_checksum_block() 354 affs_fix_checksum(struct super_block *sb, struct buffer_head *bh) in affs_fix_checksum()
|
D | inode.c | 19 struct buffer_head *bh; in affs_iget() local 169 struct buffer_head *bh; in affs_write_inode() local 293 struct buffer_head *bh; in affs_new_inode() local 349 struct buffer_head *bh = NULL; in affs_add_entry() local
|
D | file.c | 50 struct buffer_head *bh; in affs_grow_extcache() local 117 affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext) in affs_alloc_extblock() 158 struct buffer_head *bh = AFFS_I(inode)->i_ext_bh; in affs_get_extblock() local 172 struct buffer_head *bh; in affs_get_extblock_slow() local 446 struct buffer_head *bh, tmp_bh; in affs_bread_ino() local 465 struct buffer_head *bh, tmp_bh; in affs_getzeroblk_ino() local 484 struct buffer_head *bh, tmp_bh; in affs_getemptyblk_ino() local 505 struct buffer_head *bh; in affs_do_readpage_ofs() local 542 struct buffer_head *bh, *prev_bh; in affs_extent_file_ofs() local 674 struct buffer_head *bh, *prev_bh; in affs_write_end_ofs() local [all …]
|
D | bitmap.c | 42 struct buffer_head *bh; in affs_free_block() local 119 struct buffer_head *bh; in affs_alloc_block() local 246 struct buffer_head *bmap_bh = NULL, *bh = NULL; in affs_init_bitmap() local
|
D | namei.c | 191 struct buffer_head *bh; in affs_find_entry() local 220 struct buffer_head *bh; in affs_lookup() local 332 struct buffer_head *bh; in affs_symlink() local 419 struct buffer_head *bh = NULL; in affs_rename() local
|
D | symlink.c | 15 struct buffer_head *bh; in affs_symlink_readpage() local
|
/linux-4.1.27/fs/ext4/ |
D | ext4_jbd2.c | 133 struct buffer_head *bh, in ext4_journal_abort_handle() 157 handle_t *handle, struct buffer_head *bh) in __ext4_journal_get_write_access() 186 struct buffer_head *bh, ext4_fsblk_t blocknr) in __ext4_forget() 240 handle_t *handle, struct buffer_head *bh) in __ext4_journal_get_create_access() 255 struct buffer_head *bh) in __ext4_handle_dirty_metadata() 315 struct buffer_head *bh = EXT4_SB(sb)->s_sbh; in __ext4_handle_dirty_super() local
|
D | bitmap.c | 20 struct buffer_head *bh, int sz) in ext4_inode_bitmap_csum_verify() 42 struct buffer_head *bh, int sz) in ext4_inode_bitmap_csum_set() 58 struct buffer_head *bh) in ext4_block_bitmap_csum_verify() 84 struct buffer_head *bh) in ext4_block_bitmap_csum_set()
|
D | mmp.c | 41 static int write_mmp_block(struct super_block *sb, struct buffer_head *bh) in write_mmp_block() 68 static int read_mmp_block(struct super_block *sb, struct buffer_head **bh, in read_mmp_block() 128 struct buffer_head *bh = ((struct mmpd_data *) data)->bh; in kmmpd() local 273 struct buffer_head *bh = NULL; in ext4_multi_mount_protect() local
|
D | balloc.c | 179 struct buffer_head *bh, in ext4_init_block_bitmap() 278 struct buffer_head **bh) in ext4_get_group_desc() 317 struct buffer_head *bh) in ext4_valid_block_bitmap() 366 struct buffer_head *bh) in ext4_validate_block_bitmap() 415 struct buffer_head *bh; in ext4_read_block_bitmap_nowait() local 480 struct buffer_head *bh) in ext4_wait_block_bitmap() 506 struct buffer_head *bh; in ext4_read_block_bitmap() local
|
D | migrate.c | 121 struct buffer_head *bh; in update_ind_extent_range() local 150 struct buffer_head *bh; in update_dind_extent_range() local 180 struct buffer_head *bh; in update_tind_extent_range() local 231 struct buffer_head *bh; in free_dind_blocks() local 261 struct buffer_head *bh; in free_tind_blocks() local 388 struct buffer_head *bh; in free_ext_idx() local
|
D | xattr.c | 70 # define ea_bdebug(bh, f...) do { \ argument 80 # define ea_bdebug(bh, fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 162 struct buffer_head *bh) in ext4_handle_dirty_xattr_block() 216 ext4_xattr_check_block(struct inode *inode, struct buffer_head *bh) in ext4_xattr_check_block() 277 struct buffer_head *bh = NULL; in ext4_xattr_block_get() local 427 struct buffer_head *bh = NULL; in ext4_xattr_block_list() local 544 struct buffer_head *bh) in ext4_xattr_release_block() 729 struct buffer_head *bh; member 1261 struct buffer_head *bh = NULL; in ext4_expand_extra_isize_ea() local 1489 struct buffer_head *bh = NULL; in ext4_xattr_delete_inode() local [all …]
|
D | namei.c | 54 struct buffer_head *bh; in ext4_append() local 94 struct buffer_head *bh; in __ext4_read_dirblock() local 221 struct buffer_head *bh; member 376 struct buffer_head *bh) in ext4_handle_dirty_dirent_node() 487 struct buffer_head *bh) in ext4_handle_dirty_dx_node() 688 struct buffer_head *bh; in dx_show_entries() local 900 struct buffer_head *bh; in ext4_htree_next_block() local 962 struct buffer_head *bh; in htree_dirblock_to_tree() local 1156 static inline int search_dirblock(struct buffer_head *bh, in search_dirblock() 1268 int search_dir(struct buffer_head *bh, char *search_buf, int buf_size, in search_dir() [all …]
|
D | page-io.c | 53 static void buffer_io_error(struct buffer_head *bh) in buffer_io_error() 73 struct buffer_head *bh, *head; in ext4_finish_bio() local 377 struct buffer_head *bh) in io_submit_init_bio() 397 struct buffer_head *bh) in io_submit_add_bh() 426 struct buffer_head *bh, *head; in ext4_bio_write_page() local
|
D | inode.c | 663 static void ext4_update_bh_state(struct buffer_head *bh, unsigned long flags) in ext4_update_bh_state() 691 struct buffer_head *bh, int flags) in _ext4_get_block() 745 struct buffer_head *bh, int create) in ext4_get_block() 758 struct buffer_head *bh; in ext4_getblk() local 814 struct buffer_head *bh; in ext4_bread() local 835 struct buffer_head *bh)) in ext4_walk_page_buffers() 837 struct buffer_head *bh; in ext4_walk_page_buffers() local 885 struct buffer_head *bh) in do_journal_get_write_access() 924 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ext4_block_write_begin() local 1118 static int write_end_fn(handle_t *handle, struct buffer_head *bh) in write_end_fn() [all …]
|
D | resize.c | 96 struct buffer_head *bh = NULL; in verify_group_input() local 357 struct buffer_head *bh; in bclean() local 417 struct buffer_head *bh; in set_flexbg_block_bitmap() local 485 struct buffer_head *bh = NULL; in setup_new_flex_group_blocks() local 1073 struct buffer_head *bh; in update_backups() local 1195 struct buffer_head *bh = sb_getblk(sb, block); in ext4_get_bitmap() local 1213 struct buffer_head *bh; in ext4_set_bitmap_checksums() local 1712 struct buffer_head *bh; in ext4_group_extend() local 1874 struct buffer_head *bh; in ext4_resize_fs() local
|
D | indirect.c | 32 struct buffer_head *bh; member 35 static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v) in add_chain() 148 struct buffer_head *bh; in ext4_get_branch() local 326 struct buffer_head * bh; in ext4_alloc_branch() local 933 struct buffer_head *bh, in ext4_clear_blocks() 1102 struct buffer_head *bh; in ext4_free_branches() local
|
D | ext4_jbd2.h | 251 #define ext4_journal_get_write_access(handle, bh) \ argument 253 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) \ argument 256 #define ext4_journal_get_create_access(handle, bh) \ argument 258 #define ext4_handle_dirty_metadata(handle, inode, bh) \ argument
|
D | dir.c | 64 struct buffer_head *bh, char *buf, int size, in __ext4_check_dir_entry() 111 struct buffer_head *bh = NULL; in ext4_readdir() local 609 int ext4_check_all_de(struct inode *dir, struct buffer_head *bh, void *buf, in ext4_check_all_de()
|
D | ialloc.c | 68 struct buffer_head *bh, in ext4_init_inode_bitmap() 105 void ext4_end_bitmap_read(struct buffer_head *bh, int uptodate) in ext4_end_bitmap_read() 125 struct buffer_head *bh = NULL; in ext4_read_inode_bitmap() local 668 struct buffer_head *bh; in recently_deleted() local
|
D | xattr.h | 71 #define BHDR(bh) ((struct ext4_xattr_header *)((bh)->b_data)) argument 73 #define BFIRST(bh) ENTRY(BHDR(bh)+1) argument
|
D | move_extent.c | 184 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in mext_page_mkuptodate() local 276 struct buffer_head *bh = NULL; in move_extent_per_page() local
|
D | file.c | 195 static void ext4_end_io_unwritten(struct buffer_head *bh, int uptodate) in ext4_end_io_unwritten() 385 struct buffer_head *bh, *head; in ext4_find_unwritten_pgoff() local
|
/linux-4.1.27/lib/mpi/ |
D | longlong.h | 114 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 123 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 176 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 185 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 263 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 272 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 300 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 309 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 397 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 406 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument [all …]
|
/linux-4.1.27/fs/ext2/ |
D | xattr.c | 67 #define HDR(bh) ((struct ext2_xattr_header *)((bh)->b_data)) argument 69 #define FIRST_ENTRY(bh) ENTRY(HDR(bh)+1) argument 79 # define ea_bdebug(bh, f...) do { \ argument 152 struct buffer_head *bh = NULL; in ext2_xattr_get() local 247 struct buffer_head *bh = NULL; in ext2_xattr_list() local 362 struct buffer_head *bh = NULL; in ext2_xattr_set() local 757 struct buffer_head *bh = NULL; in ext2_xattr_delete_inode() local 827 ext2_xattr_cache_insert(struct buffer_head *bh) in ext2_xattr_cache_insert() 913 struct buffer_head *bh; in ext2_xattr_cache_find() local
|
D | inode.c | 113 struct buffer_head *bh; member 116 static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v) in add_chain() 238 struct buffer_head *bh; in ext2_get_branch() local 479 struct buffer_head *bh; in ext2_alloc_branch() local 1054 struct buffer_head * bh; in ext2_free_branches() local 1232 struct buffer_head * bh; in ext2_get_inode() local 1314 struct buffer_head * bh; in ext2_iget() local 1442 struct buffer_head * bh; in __ext2_write_inode() local
|
D | balloc.c | 41 struct buffer_head ** bh) in ext2_get_group_desc() 76 struct buffer_head *bh) in ext2_valid_block_bitmap() 127 struct buffer_head * bh = NULL; in read_block_bitmap() local 163 struct ext2_group_desc *desc, struct buffer_head *bh, int count) in group_adjust_blocks() 579 bitmap_search_next_usable_block(ext2_grpblk_t start, struct buffer_head *bh, in bitmap_search_next_usable_block() 603 find_next_usable_block(int start, struct buffer_head *bh, int maxblocks) in find_next_usable_block()
|
D | ialloc.c | 49 struct buffer_head *bh = NULL; in read_inode_bitmap() local 68 struct buffer_head *bh; in ext2_release_inode() local
|
D | super.c | 779 struct buffer_head * bh; in ext2_fill_super() local 1452 struct buffer_head *bh; in ext2_quota_read() local 1497 struct buffer_head *bh; in ext2_quota_write() local
|
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.c | 45 struct buffer_head *bh, *head; in xfs_count_page_state() local 81 struct buffer_head *bh, *next; in xfs_destroy_ioend() local 384 struct buffer_head *bh) in xfs_alloc_ioend_bio() 397 struct buffer_head *bh) in xfs_start_buffer_writeback() 438 static inline int xfs_bio_add_buffer(struct bio *bio, struct buffer_head *bh) in xfs_bio_add_buffer() 473 struct buffer_head *bh; in xfs_submit_ioend() local 535 struct buffer_head *bh, *next_bh; in xfs_cancel_ioend() local 566 struct buffer_head *bh, in xfs_add_to_ioend() 596 struct buffer_head *bh, in xfs_map_buffer() 620 struct buffer_head *bh, in xfs_map_at_offset() [all …]
|
/linux-4.1.27/fs/qnx4/ |
D | namei.c | 26 struct buffer_head *bh, unsigned long *offset) in qnx4_match() 60 struct buffer_head *bh; in qnx4_find_entry() local 99 struct buffer_head *bh; in qnx4_lookup() local
|
D | inode.c | 54 static int qnx4_get_block( struct inode *inode, sector_t iblock, struct buffer_head *bh, int create… in qnx4_get_block() 81 struct buffer_head *bh = NULL; in qnx4_block_map() local 153 struct buffer_head *bh; in qnx4_checkroot() local 188 struct buffer_head *bh; in qnx4_fill_super() local 262 struct buffer_head *bh; in qnx4_iget() local
|
D | bitmap.c | 27 struct buffer_head *bh; in qnx4_count_free_blocks() local
|
D | dir.c | 21 struct buffer_head *bh; in qnx4_readdir() local
|
/linux-4.1.27/fs/fat/ |
D | dir.c | 40 struct buffer_head *bh, in fat_make_i_pos() 52 struct buffer_head *bh; in fat_dir_readahead() local 81 struct buffer_head **bh, struct msdos_dir_entry **de) in fat__get_entry() 117 struct buffer_head **bh, in fat_get_entry() 280 struct buffer_head **bh, struct msdos_dir_entry **de, in fat_parse_long() 467 struct buffer_head *bh = NULL; in fat_search_long() local 558 struct buffer_head *bh; in __fat_readdir() local 867 struct buffer_head **bh, in fat_get_short_entry() 887 int fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh, in fat_get_dotdot_entry() 904 struct buffer_head *bh; in fat_dir_empty() local [all …]
|
D | nfs.c | 75 struct buffer_head *bh = NULL; in __fat_nfs_get_inode() local 274 struct buffer_head *bh = NULL; in fat_get_parent() local
|
/linux-4.1.27/fs/befs/ |
D | io.c | 29 struct buffer_head *bh = NULL; in befs_bread_iaddr() local 66 struct buffer_head *bh = NULL; in befs_bread() local
|
D | datastream.c | 51 struct buffer_head *bh = NULL; in befs_read_datastream() local 130 struct buffer_head *bh = NULL; in befs_read_lsymlink() local
|
D | btree.c | 83 struct buffer_head *bh; member 140 struct buffer_head *bh = NULL; in befs_bt_read_super() local
|
D | linuxvfs.c | 305 struct buffer_head *bh = NULL; in befs_iget() local 771 struct buffer_head *bh; in befs_fill_super() local
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 366 struct fsg_buffhd *bh, unsigned int length) in set_bulk_out_req_length() 454 struct fsg_buffhd *bh = req->context; in bulk_in_complete() local 474 struct fsg_buffhd *bh = req->context; in bulk_out_complete() local 596 static bool start_in_transfer(struct fsg_common *common, struct fsg_buffhd *bh) in start_in_transfer() 605 static bool start_out_transfer(struct fsg_common *common, struct fsg_buffhd *bh) in start_out_transfer() 644 struct fsg_buffhd *bh; in do_read() local 775 struct fsg_buffhd *bh; in do_write() local 992 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify() local 1089 static int do_inquiry(struct fsg_common *common, struct fsg_buffhd *bh) in do_inquiry() 1114 static int do_request_sense(struct fsg_common *common, struct fsg_buffhd *bh) in do_request_sense() [all …]
|
/linux-4.1.27/fs/bfs/ |
D | dir.c | 32 struct buffer_head *bh; in bfs_readdir() local 130 struct buffer_head *bh; in bfs_lookup() local 180 struct buffer_head *bh; in bfs_unlink() local 279 struct buffer_head *bh; in bfs_add_entry() local 334 struct buffer_head *bh = NULL; in bfs_find_entry() local
|
D | inode.c | 38 struct buffer_head *bh; in bfs_iget() local 123 struct buffer_head *bh; in bfs_write_inode() local 167 struct buffer_head *bh; in bfs_evict_inode() local 322 struct buffer_head *bh, *sbh; in bfs_fill_super() local
|
D | file.c | 35 struct buffer_head *bh, *new; in bfs_move_block() local
|
/linux-4.1.27/fs/udf/ |
D | super.c | 697 struct buffer_head *bh = NULL; in udf_check_vsd() local 799 struct buffer_head *bh = NULL; in udf_find_fileset() local 895 struct buffer_head *bh; in udf_load_pvoldesc() local 1038 static void udf_load_fileset(struct super_block *sb, struct buffer_head *bh, in udf_load_fileset() 1212 struct buffer_head *bh = NULL; in udf_load_vat() local 1265 struct buffer_head *bh; in udf_load_partdesc() local 1371 struct buffer_head *bh; in udf_load_sparable_map() local 1419 struct buffer_head *bh; in udf_load_logicalvol() local 1557 struct buffer_head *bh = NULL; in udf_load_logicalvolint() local 1596 struct buffer_head *bh = NULL; in udf_process_sequence() local [all …]
|
D | balloc.c | 38 struct buffer_head *bh = NULL; in read_block_bitmap() local 112 struct buffer_head *bh = NULL; in udf_bitmap_free_blocks() local 180 struct buffer_head *bh; in udf_bitmap_prealloc_blocks() local 228 struct buffer_head *bh = NULL; in udf_bitmap_new_block() local
|
D | symlink.c | 104 struct buffer_head *bh = NULL; in udf_symlink_filler() local
|
D | partition.c | 49 struct buffer_head *bh = NULL; in udf_get_pblock_virt15() local 161 struct buffer_head *bh; in udf_relocate_blocks() local
|
D | udf_i.h | 5 struct buffer_head *bh; member
|
D | inode.c | 461 struct buffer_head *bh; in udf_getblk() local 1185 struct buffer_head *bh = NULL; in udf_bread() local 1280 struct buffer_head *bh = NULL; in udf_read_inode() local 1622 struct buffer_head *bh = NULL; in udf_update_inode() local
|
/linux-4.1.27/fs/squashfs/ |
D | block.c | 49 struct buffer_head *bh; in get_block_length() local 94 struct buffer_head **bh; in squashfs_read_data() local
|
D | zlib_wrapper.c | 66 struct buffer_head **bh, int b, int offset, int length, in zlib_uncompress()
|
D | decompressor_single.c | 64 int squashfs_decompress(struct squashfs_sb_info *msblk, struct buffer_head **bh, in squashfs_decompress()
|
D | decompressor_multi_percpu.c | 77 int squashfs_decompress(struct squashfs_sb_info *msblk, struct buffer_head **bh, in squashfs_decompress()
|
D | lzo_wrapper.c | 79 struct buffer_head **bh, int b, int offset, int length, in lzo_uncompress()
|
D | lz4_wrapper.c | 94 struct buffer_head **bh, int b, int offset, int length, in lz4_uncompress()
|
D | xz_wrapper.c | 133 struct buffer_head **bh, int b, int offset, int length, in squashfs_xz_uncompress()
|
D | decompressor_multi.c | 185 int squashfs_decompress(struct squashfs_sb_info *msblk, struct buffer_head **bh, in squashfs_decompress()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | sfp-util.h | 6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) ({ \ argument 20 #define sub_ddmmss(sh, sl, ah, al, bh, bl) ({ \ argument
|
/linux-4.1.27/arch/alpha/math-emu/ |
D | sfp-util.h | 7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 10 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
/linux-4.1.27/arch/sparc/math-emu/ |
D | sfp-util_32.h | 6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 16 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
D | sfp-util_64.h | 14 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 28 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
/linux-4.1.27/fs/ufs/ |
D | inode.c | 117 struct buffer_head *bh; in ufs_frag_map() local 137 struct buffer_head *bh; in ufs_frag_map() local 330 ufs_inode_getblock(struct inode *inode, struct buffer_head *bh, in ufs_inode_getblock() 420 struct buffer_head * bh; in ufs_getfrag_block() local 686 struct buffer_head * bh; in ufs_iget() local 832 struct buffer_head * bh; in ufs_update_inode() local
|
D | ialloc.c | 132 struct buffer_head *bh; in ufs2_init_inodes_chunk() local 308 struct buffer_head *bh; in ufs_new_inode() local
|
D | balloc.c | 247 struct buffer_head *head, *bh; in ufs_change_blocknr() local 325 struct buffer_head *bh; in ufs_clear_frags() local
|
/linux-4.1.27/arch/sh/math-emu/ |
D | sfp-util.h | 5 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 13 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
/linux-4.1.27/fs/hfs/ |
D | mdb.c | 69 struct buffer_head *bh; in hfs_mdb_get() local 301 struct buffer_head *bh; in hfs_mdb_commit() local
|
D | part_tbl.c | 61 struct buffer_head *bh; in hfs_part_find() local
|
/linux-4.1.27/fs/romfs/ |
D | storage.c | 110 struct buffer_head *bh; in romfs_blk_read() local 137 struct buffer_head *bh; in romfs_blk_strnlen() local 170 struct buffer_head *bh; in romfs_blk_strcmp() local
|
/linux-4.1.27/fs/jfs/ |
D | jfs_mount.c | 306 struct buffer_head *bh; in chkSuper() local 413 struct buffer_head *bh; in updateSuper() local
|
D | resize.c | 85 struct buffer_head *bh, *bh2; in jfs_extendfs() local
|
/linux-4.1.27/fs/ntfs/ |
D | aops.c | 58 static void ntfs_end_buffer_async_read(struct buffer_head *bh, int uptodate) in ntfs_end_buffer_async_read() 194 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in ntfs_read_block() local 561 struct buffer_head *bh, *head; in ntfs_write_block() local 929 struct buffer_head *bh, *head, *tbh, *rec_start_bh; in ntfs_write_mst_block() local 1732 struct buffer_head *bh, *head, *buffers_to_free = NULL; in mark_ntfs_record_dirty() local
|
D | file.c | 550 static inline int ntfs_submit_bh_for_read(struct buffer_head *bh) in ntfs_submit_bh_for_read() 595 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ntfs_prepare_pages_for_non_resident_write() local 1405 struct buffer_head *bh, *head; in ntfs_commit_pages_after_non_resident_write() local
|
/linux-4.1.27/fs/efs/ |
D | inode.c | 52 struct buffer_head *bh; in efs_iget() local 200 struct buffer_head *bh = NULL; in efs_map_block() local
|
D | symlink.c | 17 struct buffer_head * bh; in efs_symlink_readpage() local
|
D | dir.c | 41 struct buffer_head *bh; in efs_readdir() local
|
D | namei.c | 17 struct buffer_head *bh; in efs_find_entry() local
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r_flash.c | 247 struct esas2r_boot_header *bh; in fix_bios() local 281 struct esas2r_boot_header *bh; in fix_efi() local 634 struct esas2r_boot_header *bh; in chk_boot() local 1110 struct esas2r_boot_header *bh; in esas2r_read_image_type() local
|
/linux-4.1.27/fs/qnx6/ |
D | inode.c | 72 struct buffer_head *bh, int create) in qnx6_get_block() 117 struct buffer_head *bh; in qnx6_block_map() local 261 struct buffer_head *bh; in qnx6_check_first_superblock() local
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 548 struct buffer_head *bh; in rootdir_empty() local 573 struct buffer_head *bh = NULL, *pri_bh = NULL; in isofs_fill_super() local 992 struct buffer_head **bh, unsigned long nblocks) in isofs_get_blocks() 1143 struct buffer_head *bh = NULL; in isofs_read_level3_size() local 1249 struct buffer_head *bh = NULL; in isofs_read_inode() local
|
D | rock.c | 104 struct buffer_head *bh; in rock_continue() local 699 struct buffer_head *bh; in rock_ridge_symlink_readpage() local
|
D | namei.c | 42 struct buffer_head *bh = NULL; in isofs_find_entry() local
|
D | dir.c | 89 struct buffer_head *bh = NULL; in do_isofs_readdir() local
|
D | export.c | 50 struct buffer_head * bh = NULL; in isofs_export_get_parent() local
|
/linux-4.1.27/fs/adfs/ |
D | dir_f.c | 87 struct buffer_head * const *bh = dir->bh; in adfs_dir_checkbyte() local 456 struct buffer_head *bh = dir->bh[i]; in adfs_f_sync() local
|
D | dir_fplus.c | 231 struct buffer_head *bh = dir->bh_fplus[i]; in adfs_fplus_sync() local
|
/linux-4.1.27/arch/sh/kernel/ |
D | process_64.c | 40 unsigned long long ah, al, bh, bl, ch, cl; in show_regs() local
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | sfp-machine.h | 216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 251 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|