/linux-4.1.27/include/linux/ |
D | buffer_head.h | 49 struct buffer_head; 51 typedef void (bh_end_io_t)(struct buffer_head *bh, int uptodate); 62 struct buffer_head { struct 64 struct buffer_head *b_this_page;/* circular list of page's buffers */ argument 85 static inline void set_buffer_##name(struct buffer_head *bh) \ 89 static inline void clear_buffer_##name(struct buffer_head *bh) \ 93 static inline int buffer_##name(const struct buffer_head *bh) \ 102 static inline int test_set_buffer_##name(struct buffer_head *bh) \ 106 static inline int test_clear_buffer_##name(struct buffer_head *bh) \ 140 ((struct buffer_head *)page_private(page)); \ [all …]
|
D | jbd_common.h | 6 static inline struct buffer_head *jh2bh(struct journal_head *jh) in jh2bh() 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 | jbd2.h | 768 struct buffer_head *j_sb_buffer; 832 struct buffer_head *j_chkpt_bhs[JBD2_NR_BATCH]; 948 struct buffer_head **j_wbuf; 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() 1035 struct buffer_head *jbd2_journal_get_descriptor_buffer(journal_t *journal); 1064 struct buffer_head *bh, void *mapped_data, 1072 struct buffer_head *bh); 1084 struct buffer_head **bh_out, 1127 extern int jbd2_journal_get_write_access(handle_t *, struct buffer_head *); [all …]
|
D | jbd.h | 583 struct buffer_head *j_sb_buffer; 758 struct buffer_head **j_wbuf; 855 extern int journal_get_write_access(handle_t *, struct buffer_head *); 856 extern int journal_get_create_access (handle_t *, struct buffer_head *); 857 extern int journal_get_undo_access(handle_t *, struct buffer_head *); 858 extern int journal_dirty_data (handle_t *, struct buffer_head *); 859 extern int journal_dirty_metadata (handle_t *, struct buffer_head *); 860 extern void journal_release_buffer (handle_t *, struct buffer_head *); 861 extern int journal_forget (handle_t *, struct buffer_head *); 862 extern void journal_sync_buffer (struct buffer_head *); [all …]
|
D | journal-head.h | 17 struct buffer_head; 23 struct buffer_head *b_bh;
|
/linux-4.1.27/fs/nilfs2/ |
D | sufile.h | 51 struct buffer_head *, 52 struct buffer_head *)); 55 struct buffer_head *, 56 struct buffer_head *)); 57 void nilfs_sufile_do_scrap(struct inode *, __u64, struct buffer_head *, 58 struct buffer_head *); 59 void nilfs_sufile_do_free(struct inode *, __u64, struct buffer_head *, 60 struct buffer_head *); 61 void nilfs_sufile_do_cancel_free(struct inode *, __u64, struct buffer_head *, 62 struct buffer_head *); [all …]
|
D | alloc.h | 47 struct buffer_head **); 49 const struct buffer_head *, void *); 62 struct buffer_head *pr_desc_bh; 63 struct buffer_head *pr_bitmap_bh; 64 struct buffer_head *pr_entry_bh; 88 struct buffer_head *bh;
|
D | page.h | 49 struct buffer_head *nilfs_grab_buffer(struct inode *, struct address_space *, 51 void nilfs_forget_buffer(struct buffer_head *); 52 void nilfs_copy_buffer(struct buffer_head *, struct buffer_head *); 69 static inline struct buffer_head * 72 struct buffer_head *bh = page_buffers(page); in nilfs_page_get_nth_block()
|
D | btnode.h | 42 struct buffer_head *bh; 43 struct buffer_head *newbh; 47 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc, 50 struct buffer_head **, sector_t *); 51 void nilfs_btnode_delete(struct buffer_head *);
|
D | mdt.c | 42 struct buffer_head *bh, in nilfs_mdt_insert_new_block() argument 44 struct buffer_head *, void *)) in nilfs_mdt_insert_new_block() 75 struct buffer_head **out_bh, in nilfs_mdt_create_block() argument 77 struct buffer_head *, in nilfs_mdt_create_block() 82 struct buffer_head *bh; in nilfs_mdt_create_block() 123 int mode, struct buffer_head **out_bh) in nilfs_mdt_submit_block() 125 struct buffer_head *bh; in nilfs_mdt_submit_block() 174 int readahead, struct buffer_head **out_bh) in nilfs_mdt_read_block() 176 struct buffer_head *first_bh, *bh; in nilfs_mdt_read_block() 244 struct buffer_head *, void *), in nilfs_mdt_get_block() argument [all …]
|
D | mdt.h | 79 struct buffer_head *, void *), 80 struct buffer_head **); 83 struct buffer_head **out_bh); 97 int nilfs_mdt_freeze_buffer(struct inode *inode, struct buffer_head *bh); 98 struct buffer_head *nilfs_mdt_get_frozen_buffer(struct inode *inode, 99 struct buffer_head *bh);
|
D | segbuf.h | 90 struct buffer_head *sb_super_root; 111 (list_entry((head)->next, struct buffer_head, b_assoc_buffers)) 113 (list_entry((bh)->b_assoc_buffers.next, struct buffer_head, \ 130 struct buffer_head **); 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 | ifile.h | 36 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) in nilfs_ifile_map_inode() 43 struct buffer_head *ibh) in nilfs_ifile_unmap_inode() 48 int nilfs_ifile_create_inode(struct inode *, ino_t *, struct buffer_head **); 50 int nilfs_ifile_get_inode_block(struct inode *, ino_t, struct buffer_head **);
|
D | sufile.c | 85 struct buffer_head *bh, void *kaddr) in nilfs_sufile_block_get_segment_usage() 93 struct buffer_head **bhp) in nilfs_sufile_get_header_block() 100 int create, struct buffer_head **bhp) in nilfs_sufile_get_segment_usage_block() 114 static void nilfs_sufile_mod_counter(struct buffer_head *header_bh, in nilfs_sufile_mod_counter() 169 struct buffer_head *, in nilfs_sufile_updatev() argument 170 struct buffer_head *)) in nilfs_sufile_updatev() 172 struct buffer_head *header_bh, *bh; in nilfs_sufile_updatev() 236 struct buffer_head *, in nilfs_sufile_update() argument 237 struct buffer_head *)) in nilfs_sufile_update() 239 struct buffer_head *header_bh, *bh; in nilfs_sufile_update() [all …]
|
D | page.c | 42 static struct buffer_head * 48 struct buffer_head *bh; in __nilfs_get_page_block() 61 struct buffer_head *nilfs_grab_buffer(struct inode *inode, in nilfs_grab_buffer() 69 struct buffer_head *bh; in nilfs_grab_buffer() 89 void nilfs_forget_buffer(struct buffer_head *bh) in nilfs_forget_buffer() 114 void nilfs_copy_buffer(struct buffer_head *dbh, struct buffer_head *sbh) in nilfs_copy_buffer() 119 struct buffer_head *bh; in nilfs_copy_buffer() 157 struct buffer_head *bh, *head; in nilfs_page_buffers_clean() 187 struct buffer_head *bh, *head; in nilfs_page_bug() 213 struct buffer_head *dbh, *dbufs, *sbh, *sbufs; in nilfs_copy_page() [all …]
|
D | btnode.c | 43 struct buffer_head * 47 struct buffer_head *bh; in nilfs_btnode_create_block() 71 struct buffer_head **pbh, sector_t *submit_ptr) in nilfs_btnode_submit_block() 73 struct buffer_head *bh; in nilfs_btnode_submit_block() 142 void nilfs_btnode_delete(struct buffer_head *bh) in nilfs_btnode_delete() 173 struct buffer_head *obh, *nbh; in nilfs_btnode_prepare_change_key() 243 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key() 284 struct buffer_head *nbh = ctxt->newbh; in nilfs_btnode_abort_change_key()
|
D | nilfs.h | 72 struct buffer_head *i_bh; /* i_bh contains a new or dirty 262 extern int nilfs_get_block(struct inode *, sector_t, struct buffer_head *, int); 274 extern void nilfs_update_inode(struct inode *, struct buffer_head *, int); 280 int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh); 304 nilfs_read_super_block(struct super_block *, u64, int, struct buffer_head **); 322 struct buffer_head **); 324 struct buffer_head **); 325 int nilfs_gccache_wait_and_mark_dirty(struct buffer_head *);
|
D | btree.h | 43 struct buffer_head *bp_bh; 44 struct buffer_head *bp_sib_bh; 75 int nilfs_btree_broken_node_block(struct buffer_head *bh);
|
D | segbuf.c | 110 struct buffer_head *bh; in nilfs_segbuf_extend_segsum() 122 struct buffer_head **bhp) in nilfs_segbuf_extend_payload() 124 struct buffer_head *bh; in nilfs_segbuf_extend_payload() 160 struct buffer_head *bh_sum; in nilfs_segbuf_fill_in_segsum() 163 struct buffer_head, b_assoc_buffers); in nilfs_segbuf_fill_in_segsum() 185 struct buffer_head *bh; in nilfs_segbuf_fill_in_segsum_crc() 190 bh = list_entry(segbuf->sb_segsum_buffers.next, struct buffer_head, in nilfs_segbuf_fill_in_segsum_crc() 213 struct buffer_head *bh; in nilfs_segbuf_fill_in_data_crc() 218 bh = list_entry(segbuf->sb_segsum_buffers.next, struct buffer_head, in nilfs_segbuf_fill_in_data_crc() 256 struct buffer_head *bh, *n; in nilfs_release_buffers() [all …]
|
D | gcinode.c | 74 struct buffer_head **out_bh) in nilfs_gccache_submit_read_data() 76 struct buffer_head *bh; in nilfs_gccache_submit_read_data() 141 __u64 vbn, struct buffer_head **out_bh) in nilfs_gccache_submit_read_node() 152 int nilfs_gccache_wait_and_mark_dirty(struct buffer_head *bh) in nilfs_gccache_wait_and_mark_dirty()
|
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() 141 struct buffer_head **bhp) in nilfs_cpfile_get_header_block() 149 struct buffer_head **bhp) in nilfs_cpfile_get_checkpoint_block() 176 struct buffer_head **bhp) in nilfs_cpfile_find_checkpoint_block() 230 struct buffer_head **bhp) in nilfs_cpfile_get_checkpoint() 232 struct buffer_head *header_bh, *cp_bh; in nilfs_cpfile_get_checkpoint() [all …]
|
D | bmap.h | 69 int (*bop_propagate)(struct nilfs_bmap *, struct buffer_head *); 74 struct buffer_head **, 164 int nilfs_bmap_propagate(struct nilfs_bmap *, struct buffer_head *); 166 int nilfs_bmap_assign(struct nilfs_bmap *, struct buffer_head **, 248 const struct buffer_head *);
|
D | recovery.c | 105 struct buffer_head *bhs, u32 *sum, in nilfs_compute_checksum() 120 struct buffer_head *bh; in nilfs_compute_checksum() 143 struct buffer_head **pbh, int check) in nilfs_read_super_root_block() 145 struct buffer_head *bh_sr; in nilfs_read_super_root_block() 192 static struct buffer_head * 196 struct buffer_head *bh_sum; in nilfs_read_log_header() 212 struct buffer_head *bh_sum, in nilfs_validate_log() 255 struct buffer_head **pbh, in nilfs_read_summary_info() 285 struct buffer_head **pbh, in nilfs_skip_summary_info() 320 struct buffer_head *bh; in nilfs_scan_dsync_log() [all …]
|
D | alloc.c | 193 struct buffer_head *bh, void *kaddr) in nilfs_palloc_desc_block_init() 209 struct buffer_head *, in nilfs_palloc_get_block() argument 211 struct buffer_head **bhp, in nilfs_palloc_get_block() 251 int create, struct buffer_head **bhp) in nilfs_palloc_get_desc_block() 270 int create, struct buffer_head **bhp) in nilfs_palloc_get_bitmap_block() 288 int create, struct buffer_head **bhp) in nilfs_palloc_get_entry_block() 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() 472 struct buffer_head *desc_bh, *bitmap_bh; in nilfs_palloc_prepare_alloc_entry() 647 struct buffer_head *desc_bh, *bitmap_bh; in nilfs_palloc_prepare_free_entry() [all …]
|
D | cpfile.h | 33 struct buffer_head **); 34 void nilfs_cpfile_put_checkpoint(struct inode *, __u64, struct buffer_head *);
|
D | direct.c | 122 struct buffer_head *bh; in nilfs_direct_insert() 137 bh = (struct buffer_head *)((unsigned long)ptr); in nilfs_direct_insert() 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 | btree.c | 72 __u64 ptr, struct buffer_head **bhp) in nilfs_btree_get_new_block() 75 struct buffer_head *bh; in nilfs_btree_get_new_block() 401 int nilfs_btree_broken_node_block(struct buffer_head *bh) in nilfs_btree_broken_node_block() 475 struct buffer_head **bhp, in __nilfs_btree_get_block() 479 struct buffer_head *bh, *ra_bh; in __nilfs_btree_get_block() 530 struct buffer_head **bhp) in nilfs_btree_get_block() 1055 struct buffer_head *bh; in nilfs_btree_prepare_insert() 1206 set_buffer_nilfs_volatile((struct buffer_head *)((unsigned long)ptr)); in nilfs_btree_commit_insert() 1429 struct buffer_head *bh; in nilfs_btree_prepare_delete() 1643 struct buffer_head *bh; in nilfs_btree_check_delete() [all …]
|
D | segment.c | 88 int (*collect_data)(struct nilfs_sc_info *, struct buffer_head *, 90 int (*collect_node)(struct nilfs_sc_info *, struct buffer_head *, 92 int (*collect_bmap)(struct nilfs_sc_info *, struct buffer_head *, 363 struct buffer_head *sumbh; in nilfs_segctor_reset_segment_buffer() 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() [all …]
|
D | segment.h | 85 struct buffer_head *bh; 244 struct buffer_head **, int);
|
D | ifile.c | 66 struct buffer_head **out_bh) in nilfs_ifile_create_inode() 144 struct buffer_head **out_bh) in nilfs_ifile_get_inode_block()
|
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() 458 struct buffer_head *pbh; in nilfs_bmap_data_get_key()
|
/linux-4.1.27/fs/gfs2/ |
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() 28 static inline void gfs2_buffer_copy_tail(struct buffer_head *to_bh, in gfs2_buffer_copy_tail() 30 struct buffer_head *from_bh, in gfs2_buffer_copy_tail() 54 extern struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno); 56 struct buffer_head **bhp); 57 extern int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh); 58 extern struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, 60 extern void gfs2_remove_from_journal(struct buffer_head *bh, 64 struct buffer_head **bhp); [all …]
|
D | meta_io.c | 38 struct buffer_head *bh, *head; in gfs2_aspace_writepage() 80 struct buffer_head *next = bh->b_this_page; in gfs2_aspace_writepage() 114 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf() 119 struct buffer_head *bh; in gfs2_getbuf() 162 static void meta_prep_new(struct buffer_head *bh) in meta_prep_new() 182 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new() 184 struct buffer_head *bh; in gfs2_meta_new() 201 struct buffer_head **bhp) in gfs2_meta_read() 204 struct buffer_head *bh; in gfs2_meta_read() 245 int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_meta_wait() [all …]
|
D | util.h | 79 int gfs2_meta_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, 84 struct buffer_head *bh) in gfs2_meta_check() 96 int gfs2_metatype_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, 102 struct buffer_head *bh, in gfs2_metatype_check_i() 122 static inline void gfs2_metatype_set(struct buffer_head *bh, u16 type, in gfs2_metatype_set() 139 int gfs2_io_error_bh_i(struct gfs2_sbd *sdp, struct buffer_head *bh,
|
D | dir.c | 93 struct buffer_head **bhp) in gfs2_dir_get_new_buffer() 95 struct buffer_head *bh; in gfs2_dir_get_new_buffer() 106 struct buffer_head **bhp) in gfs2_dir_get_existing_buffer() 108 struct buffer_head *bh; in gfs2_dir_get_existing_buffer() 125 struct buffer_head *dibh; in gfs2_dir_write_stuffed() 159 struct buffer_head *dibh; in gfs2_dir_write_data() 189 struct buffer_head *bh; in gfs2_dir_write_data() 250 struct buffer_head *dibh; in gfs2_dir_read_stuffed() 292 struct buffer_head *bh; in gfs2_dir_read_data() 609 static int dirent_next(struct gfs2_inode *dip, struct buffer_head *bh, in dirent_next() [all …]
|
D | bmap.c | 37 struct buffer_head *mp_bh[GFS2_MAX_META_HEIGHT]; 56 static int gfs2_unstuffer_page(struct gfs2_inode *ip, struct buffer_head *dibh, in gfs2_unstuffer_page() 60 struct buffer_head *bh; in gfs2_unstuffer_page() 120 struct buffer_head *bh, *dibh; in gfs2_unstuff_dinode() 267 struct buffer_head *bh = mp->mp_bh[height]; in metapointer() 274 const struct buffer_head *bh, const __be64 *pos) in gfs2_metapath_ra() 276 struct buffer_head *rabh; in gfs2_metapath_ra() 449 struct buffer_head *bh_map, struct metapath *mp, in gfs2_bmap_alloc() 457 struct buffer_head *dibh = mp->mp_bh[0]; in gfs2_bmap_alloc() 475 struct buffer_head *bh; in gfs2_bmap_alloc() [all …]
|
D | xattr.c | 75 typedef int (*ea_call_t) (struct gfs2_inode *ip, struct buffer_head *bh, 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() 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() 233 struct buffer_head *dibh; 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() 475 bh = kcalloc(nptrs, sizeof(struct buffer_head *), GFP_NOFS); in gfs2_iter_unstuffed() [all …]
|
D | dir.h | 19 struct buffer_head; 25 struct buffer_head *bh; 54 struct buffer_head **bhp);
|
D | trans.h | 42 extern void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh); 43 extern void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh);
|
D | super.h | 45 extern void update_statfs(struct gfs2_sbd *sdp, struct buffer_head *m_bh, 46 struct buffer_head *l_bh);
|
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 | aops.c | 44 struct buffer_head *head = page_buffers(page); in gfs2_page_add_databufs() 46 struct buffer_head *bh; in gfs2_page_add_databufs() 71 struct buffer_head *bh_result, int create) in gfs2_get_block_noalloc() 84 struct buffer_head *bh_result, int create) in gfs2_get_block_direct() 450 struct buffer_head *dibh; in stuffed_readpage() 763 struct buffer_head *m_bh, *l_bh; in adjust_fs_space() 805 static int gfs2_stuffed_write_end(struct inode *inode, struct buffer_head *dibh, in gfs2_stuffed_write_end() 875 struct buffer_head *dibh; in gfs2_write_end() 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() [all …]
|
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() 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() 538 struct buffer_head *bh_log, *bh_ip; in buf_lo_scan_elements() 692 struct buffer_head *bh; in revoke_lo_scan_elements() 775 struct buffer_head *bh_log, *bh_ip; in databuf_lo_scan_elements()
|
D | recovery.c | 33 struct buffer_head **bh) in gfs2_replay_read_block() 153 struct buffer_head *bh; in get_log_header() 317 struct buffer_head *bh; in foreach_descriptor() 388 struct buffer_head *bh; in clean_journal() 390 struct buffer_head bh_map = { .b_state = 0, .b_blocknr = 0 }; in clean_journal()
|
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 | recovery.h | 24 struct buffer_head **bh);
|
/linux-4.1.27/fs/ocfs2/ |
D | xattr.h | 46 int ocfs2_xattr_get_nolock(struct inode *, struct buffer_head *, int, 50 int ocfs2_xattr_set_handle(handle_t *, struct inode *, struct buffer_head *, 56 int ocfs2_xattr_remove(struct inode *, struct buffer_head *); 61 struct buffer_head *, 68 int ocfs2_calc_xattr_init(struct inode *, struct buffer_head *, 80 struct buffer_head *vb_bh; 86 struct buffer_head *fe_bh, 88 struct buffer_head *ref_root_bh, 91 struct buffer_head *old_bh, 93 struct buffer_head *new_bh,
|
D | buffer_head_io.h | 31 void ocfs2_end_buffer_io_sync(struct buffer_head *bh, 35 struct buffer_head *bh, 38 unsigned int nr, struct buffer_head *bhs[]); 48 struct buffer_head *bhs[], int flags, 50 struct buffer_head *bh)); 53 struct buffer_head *bh); 59 struct buffer_head **bh, in ocfs2_read_block() 61 struct buffer_head *bh)) in ocfs2_read_block()
|
D | dir.h | 35 struct buffer_head *dl_leaf_bh; /* Unindexed leaf 40 struct buffer_head *dl_dx_root_bh; /* Root of indexed 43 struct buffer_head *dl_dx_leaf_bh; /* Indexed leaf block */ 48 struct buffer_head *dl_prev_leaf_bh;/* Previous entry in 67 struct buffer_head *parent_fe_bh, 72 struct buffer_head *parent_fe_bh, in ocfs2_add_entry() 99 struct buffer_head *parent_fe_bh, 108 struct buffer_head *fe_bh, 112 int ocfs2_dx_dir_truncate(struct inode *dir, struct buffer_head *di_bh);
|
D | suballoc.h | 31 struct buffer_head *, 40 struct buffer_head *ac_bh; /* file entry bh */ 91 struct buffer_head *di_bh, 95 struct buffer_head *di_bh, 101 struct buffer_head *group_bh, 114 struct buffer_head *parent_fe_bh, 137 struct buffer_head *alloc_bh, 143 struct buffer_head *inode_alloc_bh, 147 struct buffer_head *bitmap_bh, 152 struct buffer_head *bitmap_bh, [all …]
|
D | file.h | 49 struct buffer_head *fe_bh, 56 struct buffer_head *fe_bh, 59 struct buffer_head *di_bh, 62 struct buffer_head *di_bh, 64 int ocfs2_extend_no_holes(struct inode *inode, struct buffer_head *di_bh, 66 int ocfs2_zero_extend(struct inode *inode, struct buffer_head *di_bh, 78 struct buffer_head *bh);
|
D | refcounttree.h | 39 struct buffer_head **ref_bh); 56 struct buffer_head *di_bh, 77 struct buffer_head *ref_root_bh, 84 struct buffer_head *ref_root_bh, 101 struct buffer_head *ref_root_bh, 105 int ocfs2_remove_refcount_tree(struct inode *inode, struct buffer_head *di_bh); 107 struct buffer_head *di_bh); 110 struct buffer_head *ref_root_bh,
|
D | uptodate.h | 71 struct buffer_head *bh); 73 struct buffer_head *bh); 75 struct buffer_head *bh); 77 struct buffer_head *bh); 82 struct buffer_head *bh);
|
D | alloc.h | 58 struct buffer_head *et_root_bh; 72 struct buffer_head *bh); 75 struct buffer_head *bh); 82 struct buffer_head *bh); 85 struct buffer_head *bh); 93 struct buffer_head **bh); 173 struct buffer_head *di_bh); 226 struct buffer_head *tc_last_eb_bh; 233 struct buffer_head *di_bh); 234 int ocfs2_truncate_inline(struct inode *inode, struct buffer_head *di_bh, [all …]
|
D | aops.h | 39 struct buffer_head *head, 44 struct buffer_head *bh)); 54 struct buffer_head *di_bh, struct page *mmap_page); 57 struct buffer_head *di_bh); 58 int ocfs2_size_fits_inline_data(struct buffer_head *di_bh, u64 new_size); 61 struct buffer_head *bh_result, int create);
|
D | acl.h | 33 struct buffer_head *di_bh, 38 extern int ocfs2_acl_chmod(struct inode *, struct buffer_head *); 40 struct buffer_head *, struct buffer_head *,
|
D | dir.c | 78 struct buffer_head *parent_fe_bh, 81 struct buffer_head **new_bh); 153 struct buffer_head *bh, u16 rec_len) in ocfs2_init_dir_trailer() 171 struct buffer_head *dx_root_bh, in ocfs2_dx_dir_link_trailer() 172 struct buffer_head *dirdata_bh) in ocfs2_dx_dir_link_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() 408 static struct buffer_head *ocfs2_find_entry_id(const char *name, in ocfs2_find_entry_id() 414 struct buffer_head *di_bh = NULL; in ocfs2_find_entry_id() 438 struct buffer_head *bh) in ocfs2_validate_dir_block() [all …]
|
D | quota.h | 58 …struct buffer_head *dqi_gqi_bh; /* Buffer head with global quota file inode - set only if inode lo… 61 struct buffer_head *dqi_lqi_bh; /* Buffer head with local quota file inode */ 62 struct buffer_head *dqi_libh; /* Buffer with local information header */ 79 struct buffer_head *qc_headerbh; /* Buffer head with chunk header */ 112 int ocfs2_validate_quota_block(struct super_block *sb, struct buffer_head *bh); 114 struct buffer_head **bh);
|
D | extent_map.h | 64 struct buffer_head *bhs[], int flags, 66 struct buffer_head *bh)); 69 struct buffer_head *eb_bh, 73 struct buffer_head **bh, in ocfs2_read_virt_block() 75 struct buffer_head *bh)) in ocfs2_read_virt_block()
|
D | journal.h | 67 struct buffer_head *j_bh; /* Journal disk inode block */ 291 struct buffer_head *bh, int type); 294 struct buffer_head *bh, int type); 297 struct buffer_head *bh, int type); 300 struct buffer_head *bh, int type); 303 struct buffer_head *bh, int type); 306 struct buffer_head *bh, int type); 309 struct buffer_head *bh, int type); 312 struct buffer_head *bh, int type); 315 struct buffer_head *bh, int type); [all …]
|
D | blockcheck.h | 48 struct buffer_head **bhs, int nr, 51 struct buffer_head **bhs, int nr, 60 void ocfs2_block_check_compute_bhs(struct buffer_head **bhs, int nr, 62 int ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr,
|
D | inode.h | 158 struct buffer_head *bh); 159 struct buffer_head *ocfs2_bread(struct inode *inode, 174 struct buffer_head *bh); 180 int ocfs2_read_inode_block(struct inode *inode, struct buffer_head **bh); 182 int ocfs2_read_inode_block_full(struct inode *inode, struct buffer_head **bh,
|
D | refcounttree.c | 57 struct buffer_head *ref_root_bh; 81 struct buffer_head *bh) in ocfs2_validate_refcount_block() 135 struct buffer_head **bh) in ocfs2_read_refcount_block() 138 struct buffer_head *tmp = *bh; in ocfs2_read_refcount_block() 337 struct buffer_head *ref_root_bh = NULL; in ocfs2_get_refcount_tree() 406 struct buffer_head *di_bh = NULL; in ocfs2_get_refcount_block() 455 struct buffer_head **ref_bh) in ocfs2_lock_refcount_tree() 459 struct buffer_head *ref_root_bh = NULL; in ocfs2_lock_refcount_tree() 560 struct buffer_head *di_bh) in ocfs2_create_refcount_tree() 568 struct buffer_head *new_bh = NULL; in ocfs2_create_refcount_tree() [all …]
|
D | buffer_head_io.c | 53 int ocfs2_write_block(struct ocfs2_super *osb, struct buffer_head *bh, in ocfs2_write_block() 102 unsigned int nr, struct buffer_head *bhs[]) in ocfs2_read_blocks_sync() 106 struct buffer_head *bh; in ocfs2_read_blocks_sync() 177 struct buffer_head *bhs[], int flags, in ocfs2_read_blocks() 179 struct buffer_head *bh)) in ocfs2_read_blocks() 183 struct buffer_head *bh; in ocfs2_read_blocks() 393 struct buffer_head *bh) in ocfs2_write_super_or_backup()
|
D | suballoc.c | 87 struct buffer_head *bg_bh, 94 struct buffer_head *bh, 100 struct buffer_head *group_bh, 105 struct buffer_head *group_bh, 114 static int ocfs2_test_bg_bit_allocatable(struct buffer_head *bg_bh, 118 struct buffer_head *fe_bh, 119 struct buffer_head *bg_bh, 120 struct buffer_head *prev_bg_bh, 178 struct buffer_head *bh, in ocfs2_validate_gd_self() 229 struct buffer_head *bh, in ocfs2_validate_gd_parent() [all …]
|
D | namei.c | 73 struct buffer_head **new_fe_bh, 74 struct buffer_head *parent_fe_bh, 88 struct buffer_head *fe_bh, 100 struct buffer_head **bh1, 102 struct buffer_head **bh2, 241 struct buffer_head *parent_fe_bh = NULL; in ocfs2_mknod() 245 struct buffer_head *new_fe_bh = NULL; in ocfs2_mknod() 500 struct buffer_head **new_fe_bh, in __ocfs2_mknod_locked() 501 struct buffer_head *parent_fe_bh, in __ocfs2_mknod_locked() 613 struct buffer_head **new_fe_bh, in ocfs2_mknod_locked() [all …]
|
D | xattr.c | 71 struct buffer_head *bu_bhs[OCFS2_XATTR_MAX_BLOCKS_PER_BUCKET]; 128 struct buffer_head *inode_bh; 133 struct buffer_head *xattr_bh; 262 struct buffer_head *root_bh, 268 struct buffer_head *blk_bh, 282 struct buffer_head *root_bh, 285 struct buffer_head *root_bh, 292 struct buffer_head *root_bh, 314 struct buffer_head **bh); 478 struct buffer_head *bh) in ocfs2_validate_xattr_block() [all …]
|
D | acl.c | 124 struct buffer_head *di_bh) in ocfs2_get_acl_nolock() 168 static int ocfs2_acl_set_mode(struct inode *inode, struct buffer_head *di_bh, in ocfs2_acl_set_mode() 226 struct buffer_head *di_bh, in ocfs2_set_acl() 293 struct buffer_head *di_bh = NULL; in ocfs2_iop_get_acl() 312 int ocfs2_acl_chmod(struct inode *inode, struct buffer_head *bh) in ocfs2_acl_chmod() 343 struct buffer_head *di_bh, in ocfs2_init_acl() 344 struct buffer_head *dir_bh, in ocfs2_init_acl()
|
D | resize.c | 88 struct buffer_head *bm_bh, in ocfs2_update_last_group_and_inode() 89 struct buffer_head *group_bh, in ocfs2_update_last_group_and_inode() 182 struct buffer_head *backup = NULL; in update_backups() 221 struct buffer_head *super_bh = NULL; in ocfs2_update_super_and_backups() 268 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_extend() 269 struct buffer_head *group_bh = NULL; in ocfs2_group_extend() 379 struct buffer_head *group_bh) in ocfs2_check_new_group() 417 struct buffer_head *group_bh) in ocfs2_verify_group_and_input() 457 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_add() 461 struct buffer_head *group_bh = NULL; in ocfs2_group_add()
|
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() 94 void (*modify)(struct buffer_head *, void *), void *private) in ocfs2_modify_bh() argument 134 struct buffer_head **bh) in ocfs2_read_quota_block() 137 struct buffer_head *tmp = *bh; in ocfs2_read_quota_block() 169 struct buffer_head *bh = NULL; in ocfs2_local_check_quota_file() 280 static void olq_update_info(struct buffer_head *bh, void *private) in olq_update_info() 345 struct buffer_head *hbh; in ocfs2_recovery_load_quota() 397 struct buffer_head *bh; in ocfs2_begin_quota_recovery() 469 struct buffer_head *hbh = NULL, *qbh = NULL; in ocfs2_recover_local_quota_file() 591 struct buffer_head *bh; in ocfs2_finish_quota_recovery() [all …]
|
D | extent_map.c | 293 struct buffer_head *eb_bh = NULL; in ocfs2_last_eb_is_empty() 359 struct buffer_head *eb_bh, in ocfs2_figure_hole_clusters() 364 struct buffer_head *next_eb_bh = NULL; in ocfs2_figure_hole_clusters() 411 struct buffer_head *di_bh, in ocfs2_get_clusters_nocache() 421 struct buffer_head *eb_bh = NULL; in ocfs2_get_clusters_nocache() 549 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_clusters() 614 struct buffer_head *di_bh = NULL; in ocfs2_get_clusters() 713 static int ocfs2_fiemap_inline(struct inode *inode, struct buffer_head *di_bh, in ocfs2_fiemap_inline() 757 struct buffer_head *di_bh = NULL; in ocfs2_fiemap() 841 struct buffer_head *di_bh = NULL; in ocfs2_seek_data_hole_offset() [all …]
|
D | inode.c | 75 struct buffer_head *fe_bh); 411 struct buffer_head *bh = NULL; in ocfs2_read_locked_inode() 555 struct buffer_head *fe_bh) in ocfs2_truncate_for_delete() 612 struct buffer_head *di_bh, in ocfs2_remove_inode() 614 struct buffer_head *orphan_dir_bh) in ocfs2_remove_inode() 618 struct buffer_head *inode_alloc_bh = NULL; in ocfs2_remove_inode() 726 struct buffer_head *di_bh) in ocfs2_wipe_inode() 730 struct buffer_head *orphan_dir_bh = NULL; in ocfs2_wipe_inode() 865 struct buffer_head *di_bh, in ocfs2_query_inode_wipe() 973 struct buffer_head *di_bh = NULL; in ocfs2_delete_inode() [all …]
|
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() 671 struct buffer_head *eb_bh) in ocfs2_path_insert_eb() 687 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh, in ocfs2_new_path() 884 struct buffer_head *bh) in ocfs2_validate_extent_block() 940 struct buffer_head **bh) in ocfs2_read_extent_block() 943 struct buffer_head *tmp = *bh; in ocfs2_read_extent_block() [all …]
|
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 | slot_map.c | 56 struct buffer_head **si_bh; 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() 361 struct buffer_head *bh; in ocfs2_map_slot_buffers() 385 si->si_bh = kcalloc(si->si_blocks, sizeof(struct buffer_head *), in ocfs2_map_slot_buffers()
|
D | aops.c | 57 struct buffer_head *bh_result, int create) in ocfs2_symlink_get_block() 62 struct buffer_head *bh = NULL; in ocfs2_symlink_get_block() 63 struct buffer_head *buffer_cache_bh = NULL; in ocfs2_symlink_get_block() 138 struct buffer_head *bh_result, int create) in ocfs2_get_block() 223 struct buffer_head *di_bh) in ocfs2_read_inline_data() 262 struct buffer_head *di_bh = NULL; in ocfs2_readpage_inline() 426 struct buffer_head *head, in walk_page_buffers() 431 struct buffer_head *bh)) in walk_page_buffers() 433 struct buffer_head *bh; in walk_page_buffers() 437 struct buffer_head *next; in walk_page_buffers() [all …]
|
D | file.c | 260 struct buffer_head *bh) in ocfs2_update_inode_atime() 300 struct buffer_head *fe_bh, in ocfs2_set_inode_size() 320 struct buffer_head *di_bh, in ocfs2_simple_size_update() 346 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() 380 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() 445 struct buffer_head *di_bh, in ocfs2_truncate_file() 543 struct buffer_head *fe_bh, in ocfs2_add_inode_data() 567 struct buffer_head *bh = NULL; in __ocfs2_extend_allocation() 724 struct buffer_head *di_bh) in ocfs2_zero_start_ordered_transaction() 765 u64 abs_to, struct buffer_head *di_bh) in ocfs2_write_zero_page() [all …]
|
D | localalloc.c | 64 struct buffer_head *main_bm_bh); 69 struct buffer_head **bitmap_bh); 288 struct buffer_head *alloc_bh = NULL; in ocfs2_load_local_alloc() 383 struct buffer_head *bh = NULL; in ocfs2_shutdown_local_alloc() 384 struct buffer_head *main_bm_bh = NULL; in ocfs2_shutdown_local_alloc() 494 struct buffer_head *alloc_bh = NULL; in ocfs2_begin_local_alloc_recovery() 564 struct buffer_head *main_bm_bh = NULL; in ocfs2_complete_local_alloc_recovery() 967 struct buffer_head *main_bm_bh) in ocfs2_sync_local_to_main() 1115 struct buffer_head **bitmap_bh) in ocfs2_local_alloc_reserve_for_window() 1254 struct buffer_head *main_bm_bh = NULL; in ocfs2_local_alloc_slide_window()
|
D | mmap.c | 61 static int __ocfs2_page_mkwrite(struct file *file, struct buffer_head *di_bh, in __ocfs2_page_mkwrite() 135 struct buffer_head *di_bh = NULL; in ocfs2_page_mkwrite()
|
D | blockcheck.c | 483 void ocfs2_block_check_compute_bhs(struct buffer_head **bhs, int nr, in ocfs2_block_check_compute_bhs() 527 int ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr, in ocfs2_block_check_validate_bhs() 627 struct buffer_head **bhs, int nr, in ocfs2_compute_meta_ecc_bhs() 635 struct buffer_head **bhs, int nr, in ocfs2_validate_meta_ecc_bhs()
|
D | move_extents.c | 369 struct buffer_head **ret_bh) in ocfs2_find_victim_alloc_group() 376 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() 474 struct buffer_head *gd_bh = NULL; in ocfs2_validate_and_adjust_move_goal() 526 static void ocfs2_probe_alloc_group(struct inode *inode, struct buffer_head *bh, in ocfs2_probe_alloc_group() 575 struct buffer_head *gb_bh = NULL; in ocfs2_move_extent() 576 struct buffer_head *gd_bh = NULL; in ocfs2_move_extent() 763 static int __ocfs2_move_extents_range(struct buffer_head *di_bh, in __ocfs2_move_extents_range() 904 struct buffer_head *di_bh = NULL; in ocfs2_move_extents()
|
D | dlmglue.h | 120 struct buffer_head **ret_bh, 125 struct buffer_head **ret_bh,
|
D | namei.h | 37 struct buffer_head *orphan_dir_bh,
|
/linux-4.1.27/fs/ |
D | buffer.c | 48 #define BH_ENTRY(list) list_entry((list), struct buffer_head, b_assoc_buffers) 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() 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() [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() 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() 512 struct buffer_head bh; in dax_zero_page_range()
|
D | mpage.c | 98 map_buffer_to_page(struct page *page, struct buffer_head *bh, int page_block) in map_buffer_to_page() 101 struct buffer_head *page_bh, *head; in map_buffer_to_page() 141 sector_t *last_block_in_bio, struct buffer_head *map_bh, in do_mpage_readpage() 362 struct buffer_head map_bh; in mpage_readpages() 396 struct buffer_head map_bh; in mpage_readpage() 440 struct buffer_head *bh, *head; in clean_buffers() 482 struct buffer_head map_bh; in __mpage_writepage() 487 struct buffer_head *head = page_buffers(page); in __mpage_writepage() 488 struct buffer_head *bh = head; in __mpage_writepage()
|
D | direct-io.c | 589 struct buffer_head *map_bh) in get_more_blocks() 647 sector_t start_sector, struct buffer_head *map_bh) in dio_new_bio() 704 struct buffer_head *map_bh) in dio_send_cur_page() 770 struct buffer_head *map_bh) in submit_page_section() 828 static void clean_blockdev_aliases(struct dio *dio, struct buffer_head *map_bh) in clean_blockdev_aliases() 851 int end, struct buffer_head *map_bh) in dio_zero_block() 902 struct buffer_head *map_bh) in do_direct_IO() 1111 struct buffer_head map_bh = { 0, }; in do_blockdev_direct_IO()
|
/linux-4.1.27/fs/affs/ |
D | affs.h | 56 struct buffer_head *i_ext_bh; /* bh of last extended block */ 93 struct buffer_head *s_root_bh; /* Cached root block. */ 99 struct buffer_head *s_bmap_bh; 136 extern int affs_insert_hash(struct inode *inode, struct buffer_head *bh); 137 extern int affs_remove_hash(struct inode *dir, struct buffer_head *rem_bh); 139 extern u32 affs_checksum_block(struct super_block *sb, struct buffer_head *bh); 140 extern void affs_fix_checksum(struct super_block *sb, struct buffer_head *bh); 220 static inline struct buffer_head * 228 static inline struct buffer_head * 236 static inline struct buffer_head * [all …]
|
D | file.c | 18 static struct buffer_head *affs_get_extblock_slow(struct inode *inode, u32 ext); 50 struct buffer_head *bh; in affs_grow_extcache() 116 static struct buffer_head * 117 affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext) in affs_alloc_extblock() 120 struct buffer_head *new_bh; in affs_alloc_extblock() 154 static inline struct buffer_head * 158 struct buffer_head *bh = AFFS_I(inode)->i_ext_bh; in affs_get_extblock() 168 static struct buffer_head * 172 struct buffer_head *bh; in affs_get_extblock_slow() 197 struct buffer_head *prev_bh; in affs_get_extblock_slow() [all …]
|
D | amigaffs.c | 23 affs_insert_hash(struct inode *dir, struct buffer_head *bh) in affs_insert_hash() 26 struct buffer_head *dir_bh; in affs_insert_hash() 72 affs_remove_hash(struct inode *dir, struct buffer_head *rem_bh) in affs_remove_hash() 75 struct buffer_head *bh; in affs_remove_hash() 143 struct buffer_head *bh = NULL, *link_bh = NULL; in affs_remove_link() 234 struct buffer_head *bh; in affs_empty_dir() 268 struct buffer_head *bh = NULL; in affs_remove_header() 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 | namei.c | 187 static struct buffer_head * 191 struct buffer_head *bh; in affs_find_entry() 220 struct buffer_head *bh; in affs_lookup() 332 struct buffer_head *bh; in affs_symlink() 419 struct buffer_head *bh = NULL; in affs_rename()
|
D | dir.c | 47 struct buffer_head *dir_bh = NULL; in affs_readdir() 48 struct buffer_head *fh_bh = NULL; in affs_readdir()
|
D | inode.c | 19 struct buffer_head *bh; in affs_iget() 169 struct buffer_head *bh; in affs_write_inode() 293 struct buffer_head *bh; in affs_new_inode() 348 struct buffer_head *inode_bh = NULL; in affs_add_entry() 349 struct buffer_head *bh = NULL; in affs_add_entry()
|
/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 | ext3.h | 641 struct buffer_head * s_sbh; /* Buffer containing the super block */ 643 struct buffer_head ** s_group_desc; 946 struct buffer_head *bh; 1012 struct buffer_head ** bh); 1021 struct buffer_head *, unsigned long); 1042 extern unsigned long ext3_count_free (struct buffer_head *, unsigned); 1047 struct buffer_head *bh, ext3_fsblk_t blocknr); 1048 struct buffer_head * ext3_getblk (handle_t *, struct inode *, long, int, int *); 1049 struct buffer_head * ext3_bread (handle_t *, struct inode *, int, int, int *); 1051 sector_t iblock, unsigned long maxblocks, struct buffer_head *bh_result, [all …]
|
D | resize.c | 33 struct buffer_head *bh = NULL; in verify_group_input() 112 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb, in bclean() 115 struct buffer_head *bh; in bclean() 159 struct buffer_head *bh) in extend_or_restart_transaction() 196 struct buffer_head *bh; in setup_new_group_blocks() 228 struct buffer_head *gdb; in setup_new_group_blocks() 261 struct buffer_head *gdb; in setup_new_group_blocks() 291 struct buffer_head *it; in setup_new_group_blocks() 387 struct buffer_head *primary) in verify_reserved_gdb() 429 struct buffer_head **primary) in add_new_gdb() [all …]
|
D | namei.h | 10 static inline struct buffer_head *ext3_dir_bread(handle_t *handle, in ext3_dir_bread() 15 struct buffer_head *bh; in ext3_dir_bread()
|
D | balloc.c | 60 struct buffer_head ** bh) in ext3_get_group_desc() 96 struct buffer_head *bh) in ext3_valid_block_bitmap() 147 static struct buffer_head * 151 struct buffer_head * bh = NULL; in read_block_bitmap() 494 struct buffer_head *bitmap_bh = NULL; in ext3_free_blocks_sb() 495 struct buffer_head *gd_bh; in ext3_free_blocks_sb() 584 struct buffer_head *debug_bh; in ext3_free_blocks_sb() 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() [all …]
|
D | namei.c | 40 static struct buffer_head *ext3_append(handle_t *handle, in ext3_append() 44 struct buffer_head *bh; in ext3_append() 123 struct buffer_head *bh; 162 static struct buffer_head * ext3_dx_find_entry(struct inode *dir, 294 struct buffer_head *bh; in dx_show_entries() 335 struct buffer_head *bh; in dx_probe() 500 struct buffer_head *bh; in ext3_htree_next_block() 562 struct buffer_head *bh; in htree_dirblock_to_tree() 793 static inline int search_dirblock(struct buffer_head * bh, in search_dirblock() 842 static struct buffer_head *ext3_find_entry(struct inode *dir, in ext3_find_entry() [all …]
|
D | inode.c | 59 struct buffer_head *bh, ext3_fsblk_t blocknr) in ext3_forget() 295 struct buffer_head *bh; 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() 660 struct buffer_head *bh; in ext3_alloc_branch() 859 struct buffer_head *bh_result, in ext3_get_blocks_handle() 1022 struct buffer_head *bh_result, int create) in ext3_get_block() 1062 struct buffer_head *ext3_getblk(handle_t *handle, struct inode *inode, in ext3_getblk() 1065 struct buffer_head dummy; in ext3_getblk() 1085 struct buffer_head *bh; in ext3_getblk() [all …]
|
D | ialloc.c | 43 static struct buffer_head * 47 struct buffer_head *bh = NULL; in read_inode_bitmap() 84 struct buffer_head *bitmap_bh = NULL; in ext3_free_inode() 85 struct buffer_head *bh2; in ext3_free_inode() 350 struct buffer_head *bitmap_bh = NULL; in ext3_new_inode() 351 struct buffer_head *bh2; in ext3_new_inode() 575 struct buffer_head *bitmap_bh; in ext3_orphan_get() 654 struct buffer_head *bitmap_bh = NULL; in ext3_count_free_inodes()
|
D | bitmap.c | 14 unsigned long ext3_count_free (struct buffer_head * map, unsigned int numchars) in ext3_count_free()
|
D | xattr.c | 91 static void ext3_xattr_cache_insert(struct buffer_head *); 92 static struct buffer_head *ext3_xattr_cache_find(struct inode *, 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() 359 struct buffer_head *bh = NULL; in ext3_xattr_block_list() 474 struct buffer_head *bh) in ext3_xattr_release_block() 627 struct buffer_head *bh; 679 struct buffer_head *new_bh = NULL; in ext3_xattr_block_set() 1088 struct buffer_head *bh = NULL; in ext3_xattr_delete_inode() 1133 ext3_xattr_cache_insert(struct buffer_head *bh) in ext3_xattr_cache_insert() [all …]
|
/linux-4.1.27/fs/udf/ |
D | udfdecl.h | 80 struct buffer_head; 94 struct buffer_head *sbh; 95 struct buffer_head *ebh; 121 struct buffer_head *bh = UDF_SB(sb)->s_lvid_bh; in udf_updated_lvid() 154 extern struct buffer_head *udf_expand_dir_adinicb(struct inode *, int *, int *); 155 extern struct buffer_head *udf_bread(struct inode *, int, int, int *); 174 extern struct buffer_head *udf_tgetblk(struct super_block *, int); 175 extern struct buffer_head *udf_tread(struct super_block *, int); 180 extern struct buffer_head *udf_read_tagged(struct super_block *, uint32_t, 182 extern struct buffer_head *udf_read_ptagged(struct super_block *,
|
D | udf_sb.h | 74 struct buffer_head *s_spar_map[4]; 85 struct buffer_head *s_block_bitmap[0]; 126 struct buffer_head *s_lvid_bh;
|
D | misc.c | 31 struct buffer_head *udf_tgetblk(struct super_block *sb, int block) in udf_tgetblk() 39 struct buffer_head *udf_tread(struct super_block *sb, int block) in udf_tread() 201 struct buffer_head *udf_read_tagged(struct super_block *sb, uint32_t block, in udf_read_tagged() 205 struct buffer_head *bh = NULL; in udf_read_tagged() 260 struct buffer_head *udf_read_ptagged(struct super_block *sb, in udf_read_ptagged()
|
D | super.c | 91 static void udf_load_fileset(struct super_block *, struct buffer_head *, 281 int size = sizeof(struct udf_bitmap) + (sizeof(struct buffer_head *) * in udf_sb_free_bitmap() 697 struct buffer_head *bh = NULL; in udf_check_vsd() 799 struct buffer_head *bh = NULL; in udf_find_fileset() 895 struct buffer_head *bh; in udf_load_pvoldesc() 1038 static void udf_load_fileset(struct super_block *sb, struct buffer_head *bh, in udf_load_fileset() 1069 (sizeof(struct buffer_head *) * nr_groups); in udf_sb_alloc_bitmap() 1212 struct buffer_head *bh = NULL; in udf_load_vat() 1265 struct buffer_head *bh; in udf_load_partdesc() 1371 struct buffer_head *bh; in udf_load_sparable_map() [all …]
|
/linux-4.1.27/fs/minix/ |
D | minix.h | 37 struct buffer_head ** s_imap; 38 struct buffer_head ** s_zmap; 39 struct buffer_head * s_sbh; 46 extern struct minix_inode * minix_V1_raw_inode(struct super_block *, ino_t, struct buffer_head **); 47 extern struct minix2_inode * minix_V2_raw_inode(struct super_block *, ino_t, struct buffer_head **); 61 extern int V1_minix_get_block(struct inode *, long, struct buffer_head *, int); 62 extern int V2_minix_get_block(struct inode *, long, struct buffer_head *, int);
|
D | bitmap.c | 26 static __u32 count_free(struct buffer_head *map[], unsigned blocksize, __u32 numbits) in count_free() 45 struct buffer_head *bh; in minix_free_block() 77 struct buffer_head *bh = sbi->s_zmap[i]; in minix_new_block() 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() 186 struct buffer_head *bh; in minix_free_inode() 217 struct buffer_head * bh; in minix_new_inode()
|
D | itree_common.c | 6 struct buffer_head *bh; 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() 80 struct buffer_head *bh; in alloc_branch() 146 struct buffer_head *bh, int create) in get_block() 271 struct buffer_head * bh; in free_branches()
|
D | inode.c | 160 struct buffer_head *bh; in minix_fill_super() 161 struct buffer_head **map; in minix_fill_super() 376 struct buffer_head *bh_result, int create) in minix_get_block() 465 struct buffer_head * bh; in V1_minix_iget() 498 struct buffer_head * bh; in V2_minix_iget() 550 static struct buffer_head * V1_minix_update_inode(struct inode * inode) in V1_minix_update_inode() 552 struct buffer_head * bh; in V1_minix_update_inode() 577 static struct buffer_head * V2_minix_update_inode(struct inode * inode) in V2_minix_update_inode() 579 struct buffer_head * bh; in V2_minix_update_inode() 606 struct buffer_head *bh; in minix_write_inode()
|
/linux-4.1.27/fs/befs/ |
D | io.c | 26 struct buffer_head * 29 struct buffer_head *bh = NULL; in befs_bread_iaddr() 63 struct buffer_head * 66 struct buffer_head *bh = NULL; in befs_bread()
|
D | io.h | 5 struct buffer_head *befs_bread_iaddr(struct super_block *sb, 8 struct buffer_head *befs_bread(struct super_block *sb, befs_blocknr_t block);
|
D | datastream.c | 47 struct buffer_head * 51 struct buffer_head *bh = NULL; in befs_read_datastream() 130 struct buffer_head *bh = NULL; in befs_read_lsymlink() 314 struct buffer_head *indirblock; in befs_find_brun_indirect() 427 struct buffer_head *dbl_indir_block; in befs_find_brun_dblindirect() 428 struct buffer_head *indir_block; in befs_find_brun_dblindirect()
|
D | datastream.h | 6 struct buffer_head *befs_read_datastream(struct super_block *sb,
|
/linux-4.1.27/fs/jbd/ |
D | recovery.c | 43 static int scan_revoke_records(journal_t *, struct buffer_head *, 49 static void journal_brelse_array(struct buffer_head *b[], int n) in journal_brelse_array() 74 struct buffer_head *bh; in do_readahead() 76 struct buffer_head * bufs[MAXBUF]; in do_readahead() 131 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() 136 struct buffer_head *bh; in jread() 181 static int count_tags(struct buffer_head *bh, int size) in count_tags() 325 struct buffer_head * bh; in do_one_pass() 356 struct buffer_head * obh; in do_one_pass() 357 struct buffer_head * nbh; in do_one_pass() [all …]
|
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() 158 static void journal_do_submit_data(struct buffer_head **wbuf, int bufs, in journal_do_submit_data() 187 struct buffer_head *bh; in journal_submit_data_buffers() 190 struct buffer_head **wbuf = journal->j_wbuf; in journal_submit_data_buffers() 300 struct buffer_head **wbuf = journal->j_wbuf; in journal_commit_transaction() 397 struct buffer_head *bh = jh2bh(jh); in journal_commit_transaction() [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() 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() [all …]
|
D | checkpoint.c | 96 struct buffer_head *bh = jh2bh(jh); in __try_to_free_cp_buf() 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() 258 __flush_batch(journal_t *journal, struct buffer_head **bhs, int *batch_count) in __flush_batch() 269 struct buffer_head *bh = bhs[i]; in __flush_batch() 288 struct buffer_head **bhs, int *batch_count) in __process_buffer() 290 struct buffer_head *bh = jh2bh(jh); in __process_buffer() 393 struct buffer_head *bhs[NR_BATCH]; in log_do_checkpoint() 398 struct buffer_head *bh; in log_do_checkpoint()
|
D | revoke.c | 333 struct buffer_head *bh_in) in journal_revoke() 335 struct buffer_head *bh = NULL; in journal_revoke() 360 struct buffer_head *bh2; in journal_revoke() 429 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke() 468 struct buffer_head *bh2; in journal_cancel_revoke() 496 struct buffer_head *bh; in journal_clear_buffer_revoked_flags() 635 struct buffer_head *bh = jh2bh(descriptor); in flush_descriptor()
|
D | journal.c | 311 struct buffer_head *new_bh; in journal_write_metadata_buffer() 315 struct buffer_head *bh_in = jh2bh(jh_in); in journal_write_metadata_buffer() 710 struct buffer_head *bh; in journal_get_descriptor_buffer() 803 struct buffer_head *bh; in journal_init_dev() 813 journal->j_wbuf = kmalloc(n * sizeof(struct buffer_head*), GFP_KERNEL); in journal_init_dev() 851 struct buffer_head *bh; in journal_init_inode() 874 journal->j_wbuf = kmalloc(n * sizeof(struct buffer_head*), GFP_KERNEL); in journal_init_inode() 913 struct buffer_head *bh = journal->j_sb_buffer; in journal_fail_superblock() 993 struct buffer_head *bh; in journal_create() 1057 struct buffer_head *bh = journal->j_sb_buffer; in journal_write_superblock() [all …]
|
/linux-4.1.27/fs/sysv/ |
D | super.c | 49 struct buffer_head *bh1 = sbi->s_bh1; in detected_xenix() 50 struct buffer_head *bh2 = sbi->s_bh2; in detected_xenix() 81 struct buffer_head *bh1 = sbi->s_bh1; in detected_sysv4() 82 struct buffer_head *bh2 = sbi->s_bh2; in detected_sysv4() 109 struct buffer_head *bh1 = sbi->s_bh1; in detected_sysv2() 110 struct buffer_head *bh2 = sbi->s_bh2; in detected_sysv2() 137 struct buffer_head *bh1 = sbi->s_bh1; in detected_coherent() 159 struct buffer_head *bh2 = sbi->s_bh2; in detected_v7() 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() [all …]
|
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() 104 struct buffer_head * bh; in sysv_new_block() 163 struct buffer_head * bh = NULL; in sysv_count_free_blocks()
|
D | itree.c | 15 static inline void dirty_indirect(struct buffer_head *bh, struct inode *inode) in dirty_indirect() 61 struct buffer_head *bh; 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() 135 struct buffer_head *bh; in alloc_branch() 202 static int get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int creat… in get_block() 339 struct buffer_head * bh; in free_branches()
|
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() 105 struct buffer_head * bh; in sysv_free_inode() 184 struct buffer_head * bh; in sysv_count_free_inodes()
|
D | sysv.h | 38 struct buffer_head *s_bh1; 39 struct buffer_head *s_bh2; 126 struct buffer_head **);
|
/linux-4.1.27/fs/jbd2/ |
D | revoke.c | 127 struct buffer_head **, int *, 129 static void flush_descriptor(journal_t *, struct buffer_head *, int, int); 330 struct buffer_head *bh_in) in jbd2_journal_revoke() 332 struct buffer_head *bh = NULL; in jbd2_journal_revoke() 357 struct buffer_head *bh2; in jbd2_journal_revoke() 426 struct buffer_head *bh = jh2bh(jh); in jbd2_journal_cancel_revoke() 465 struct buffer_head *bh2; in jbd2_journal_cancel_revoke() 493 struct buffer_head *bh; in jbd2_clear_buffer_revoked_flags() 532 struct buffer_head *descriptor; in jbd2_journal_write_revoke_records() 573 struct buffer_head **descriptorp, in write_one_revoke_record() [all …]
|
D | commit.c | 35 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync() 37 struct buffer_head *orig_bh = bh->b_private; 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() 121 struct buffer_head **cbh, in journal_submit_commit_record() 125 struct buffer_head *bh; in journal_submit_commit_record() 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() [all …]
|
D | recovery.c | 44 static int scan_revoke_records(journal_t *, struct buffer_head *, 50 static void journal_brelse_array(struct buffer_head *b[], int n) in journal_brelse_array() 75 struct buffer_head *bh; in do_readahead() 77 struct buffer_head * bufs[MAXBUF]; in do_readahead() 132 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() 137 struct buffer_head *bh; in jread() 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() 359 struct buffer_head *obh; in calc_chksums() 428 struct buffer_head * bh; in do_one_pass() [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() 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() 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() [all …]
|
D | journal.c | 350 struct buffer_head **bh_out, in jbd2_journal_write_metadata_buffer() 357 struct buffer_head *new_bh; in jbd2_journal_write_metadata_buffer() 360 struct buffer_head *bh_in = jh2bh(jh_in); in jbd2_journal_write_metadata_buffer() 817 struct buffer_head *jbd2_journal_get_descriptor_buffer(journal_t *journal) in jbd2_journal_get_descriptor_buffer() 819 struct buffer_head *bh; in jbd2_journal_get_descriptor_buffer() 1146 struct buffer_head *bh; in jbd2_journal_init_dev() 1166 journal->j_wbuf = kmalloc(n * sizeof(struct buffer_head*), GFP_KERNEL); in jbd2_journal_init_dev() 1201 struct buffer_head *bh; in jbd2_journal_init_inode() 1232 journal->j_wbuf = kmalloc(n * sizeof(struct buffer_head*), GFP_KERNEL); in jbd2_journal_init_inode() 1272 struct buffer_head *bh = journal->j_sb_buffer; in journal_fail_superblock() [all …]
|
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.h | 47 struct buffer_head *io_buffer_head;/* buffer linked list head */ 48 struct buffer_head *io_buffer_tail;/* buffer linked list tail */ 56 extern int xfs_get_blocks(struct inode *, sector_t, struct buffer_head *, int);
|
D | xfs_aops.c | 45 struct buffer_head *bh, *head; in xfs_count_page_state() 81 struct buffer_head *bh, *next; in xfs_destroy_ioend() 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() 535 struct buffer_head *bh, *next_bh; in xfs_cancel_ioend() 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/omfs/ |
D | dir.c | 24 static struct buffer_head *omfs_get_bucket(struct inode *dir, in omfs_get_bucket() 34 static struct buffer_head *omfs_scan_list(struct inode *dir, u64 block, in omfs_scan_list() 38 struct buffer_head *bh; in omfs_scan_list() 67 static struct buffer_head *omfs_find_entry(struct inode *dir, in omfs_find_entry() 70 struct buffer_head *bh; in omfs_find_entry() 87 struct buffer_head *bh; in omfs_make_empty() 117 struct buffer_head *bh; in omfs_add_link() 163 struct buffer_head *bh, *bh2; in omfs_delete_entry() 219 struct buffer_head *bh; in omfs_dir_is_empty() 296 struct buffer_head *bh; in omfs_lookup() [all …]
|
D | omfs.h | 57 extern void omfs_make_empty_table(struct buffer_head *bh, int offset); 61 extern struct buffer_head *omfs_bread(struct super_block *sb, sector_t block);
|
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() 218 struct buffer_head *bh_result, int create) in omfs_get_block() 220 struct buffer_head *bh; in omfs_get_block()
|
D | inode.c | 22 struct buffer_head *omfs_bread(struct super_block *sb, sector_t block) in omfs_bread() 104 struct buffer_head *bh, *bh2; in __omfs_write_inode() 204 struct buffer_head *bh; in omfs_iget() 312 struct buffer_head *bh; in omfs_get_imap() 429 struct buffer_head *bh, *bh2; in omfs_fill_super()
|
D | bitmap.c | 52 struct buffer_head *bh; in set_run() 92 struct buffer_head *bh; in omfs_allocate_block()
|
/linux-4.1.27/fs/reiserfs/ |
D | reiserfs.h | 226 struct buffer_head *bh; /* real buffer head */ 275 struct buffer_head *j_commit_bh; /* commit buffer head */ 296 struct buffer_head **j_ap_blocks; /* journal blocks on disk */ 331 struct buffer_head *j_header_bh; 519 struct buffer_head *s_sbh; 542 void (*end_io_handler) (struct buffer_head *, int); 744 void reiserfs_file_buffer(struct buffer_head *bh, int list); 1982 struct buffer_head *de_bh; 2086 struct buffer_head *pe_buffer; 2182 static inline void *reiserfs_node_data(const struct buffer_head *bh) in reiserfs_node_data() [all …]
|
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() 226 va_arg(args, struct buffer_head *)); in prepare_error_buf() 230 va_arg(args, struct buffer_head *)); in prepare_error_buf() 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() 626 struct buffer_head *tbSh, *tbFh; in store_print_tb() [all …]
|
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() 79 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in balance_leaf_when_delete_del() 111 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in balance_leaf_when_delete_cut() 148 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in balance_leaf_when_delete_left() 241 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in balance_leaf_when_delete() 423 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in balance_leaf_paste_left_shift() 542 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in balance_leaf_paste_left_whole() 632 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in balance_leaf_insert_right() 720 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in balance_leaf_paste_right_shift_dirent() [all …]
|
D | ibalance.c | 13 int, int, struct item_head *, struct buffer_head **); 32 int *d_key, struct buffer_head **cf) in internal_define_dest_src_infos() 129 struct buffer_head **bh) in internal_insert_childs() 131 struct buffer_head *cur = cur_bi->bi_bh; in internal_insert_childs() 209 struct buffer_head *cur = cur_bi->bi_bh; in internal_delete_pointers_items() 299 struct buffer_head *src, in internal_copy_pointers_items() 307 struct buffer_head *dest = dest_bi->bi_bh; in internal_copy_pointers_items() 432 struct buffer_head *src, int src_position) in internal_insert_key() 434 struct buffer_head *dest = dest_bi->bi_bh; in internal_insert_key() 497 struct buffer_head *cf; in internal_shift_left() [all …]
|
D | lbalance.c | 16 struct buffer_head *source, int last_first, in leaf_copy_dir_entries() 19 struct buffer_head *dest = dest_bi->bi_bh; in leaf_copy_dir_entries() 135 struct buffer_head *src, int last_first, in leaf_copy_boundary_item() 138 struct buffer_head *dest = dest_bi->bi_bh; in leaf_copy_boundary_item() 311 struct buffer_head *src, int last_first, in leaf_copy_items_entirely() 314 struct buffer_head *dest; in leaf_copy_items_entirely() 415 struct buffer_head *src, int last_first, in leaf_item_bottle() 418 struct buffer_head *dest = dest_bi->bi_bh; in leaf_item_bottle() 521 static int leaf_copy_items(struct buffer_info *dest_bi, struct buffer_head *src, in leaf_copy_items() 524 struct buffer_head *dest; in leaf_copy_items() [all …]
|
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]; 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 | fix_node.c | 56 struct buffer_head *Sh; /* this comes from tb->S[h] */ in create_virtual_node() 702 struct buffer_head *S0; in are_leaves_removable() 831 struct buffer_head *new_bh, *Sh = PATH_H_PBUFFER(tb->tb_path, h); in get_empty_nodes() 919 struct buffer_head *l, *f; in get_lfree() 942 struct buffer_head *r, *f; in get_rfree() 963 struct buffer_head *father, *left; in is_left_neighbor_in_cache() 1027 struct buffer_head **pfather, in get_far_parent() 1028 struct buffer_head **pcom_father, char c_lr_par) in get_far_parent() 1030 struct buffer_head *parent; in get_far_parent() 1180 struct buffer_head *curf, *curcf; in get_parents() [all …]
|
D | stree.c | 19 inline int B_IS_IN_TREE(const struct buffer_head *bh) in B_IS_IN_TREE() 218 struct buffer_head *parent; in get_lkey() 265 struct buffer_head *parent; in get_rkey() 367 struct buffer_head *bh; in pathrelse_and_restore() 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() 597 struct buffer_head *reada_bh[SEARCH_BY_KEY_READA]; in search_by_key() [all …]
|
D | tail_conversion.c | 25 struct treepath *path, struct buffer_head *unbh, in direct2indirect() 29 struct buffer_head *up_to_date_bh; in direct2indirect() 166 void reiserfs_unmap_buffer(struct buffer_head *bh) in reiserfs_unmap_buffer()
|
D | inode.c | 194 struct buffer_head *head, *next, *bh; in fix_tail_page_for_writing() 230 static inline void set_block_dev_mapped(struct buffer_head *bh, in set_block_dev_mapped() 285 struct buffer_head *bh_result, int args) in _get_block_create_0() 289 struct buffer_head *bh; in _get_block_create_0() 472 struct buffer_head *bh_result, int create) in reiserfs_bmap() 503 struct buffer_head *bh_result, in reiserfs_get_block_create_0() 515 struct buffer_head *bh_result, in reiserfs_get_blocks_direct_io() 576 struct buffer_head *bh_result, in convert_tail_for_hole() 657 struct buffer_head *bh_result, int create) in reiserfs_get_block() 665 struct buffer_head *bh, *unbh = NULL; in reiserfs_get_block() [all …]
|
/linux-4.1.27/fs/ext4/ |
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 | 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()
|
D | ext4.h | 1262 struct buffer_head * s_sbh; /* Buffer containing the super block */ 1264 struct buffer_head **s_group_desc; 1879 struct buffer_head *bh; 1986 struct buffer_head *bh; /* bh from initial read_mmp_block() */ 2026 struct buffer_head *bh, int sz); 2029 struct buffer_head *bh, int sz); 2032 struct buffer_head *bh); 2035 struct buffer_head *bh); 2063 struct buffer_head ** bh); 2066 extern struct buffer_head *ext4_read_block_bitmap_nowait(struct super_block *sb, [all …]
|
D | resize.c | 96 struct buffer_head *bh = NULL; in verify_group_input() 354 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb, in bclean() 357 struct buffer_head *bh; in bclean() 417 struct buffer_head *bh; in set_flexbg_block_bitmap() 485 struct buffer_head *bh = NULL; in setup_new_flex_group_blocks() 522 struct buffer_head *gdb; in setup_new_flex_group_blocks() 712 struct buffer_head *primary) in verify_reserved_gdb() 760 struct buffer_head **o_group_desc, **n_group_desc; in add_new_gdb() 761 struct buffer_head *dind; in add_new_gdb() 762 struct buffer_head *gdb_bh; in add_new_gdb() [all …]
|
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() 411 struct buffer_head * 415 struct buffer_head *bh; in ext4_read_block_bitmap_nowait() 480 struct buffer_head *bh) in ext4_wait_block_bitmap() 503 struct buffer_head * 506 struct buffer_head *bh; in ext4_read_block_bitmap() 666 struct buffer_head *bitmap_bh = NULL; in ext4_count_free_clusters()
|
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() 201 struct buffer_head *bh_check = NULL; in kmmpd() 273 struct buffer_head *bh = NULL; in ext4_multi_mount_protect()
|
D | namei.c | 50 static struct buffer_head *ext4_append(handle_t *handle, in ext4_append() 54 struct buffer_head *bh; in ext4_append() 89 static struct buffer_head *__ext4_read_dirblock(struct inode *inode, in __ext4_read_dirblock() 94 struct buffer_head *bh; in __ext4_read_dirblock() 221 struct buffer_head *bh; 269 static struct buffer_head * ext4_dx_find_entry(struct inode *dir, 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() 900 struct buffer_head *bh; in ext4_htree_next_block() [all …]
|
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() 121 static struct buffer_head * 125 struct buffer_head *bh = NULL; in ext4_read_inode_bitmap() 233 struct buffer_head *bitmap_bh = NULL; in ext4_free_inode() 234 struct buffer_head *bh2; in ext4_free_inode() 668 struct buffer_head *bh; in recently_deleted() 716 struct buffer_head *inode_bitmap_bh = NULL; in __ext4_new_inode() 717 struct buffer_head *group_desc_bh; in __ext4_new_inode() 886 struct buffer_head *block_bitmap_bh; in __ext4_new_inode() [all …]
|
D | ext4_jbd2.h | 235 handle_t *handle, struct buffer_head *bh); 239 struct buffer_head *bh, ext4_fsblk_t blocknr); 242 handle_t *handle, struct buffer_head *bh); 246 struct buffer_head *bh);
|
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() 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()
|
D | migrate.c | 121 struct buffer_head *bh; in update_ind_extent_range() 150 struct buffer_head *bh; in update_dind_extent_range() 180 struct buffer_head *bh; in update_tind_extent_range() 231 struct buffer_head *bh; in free_dind_blocks() 261 struct buffer_head *bh; in free_tind_blocks() 388 struct buffer_head *bh; in free_ext_idx()
|
D | inode.c | 134 static int ext4_bh_delay_or_unwritten(handle_t *handle, struct buffer_head *bh); 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() 754 struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode, in ext4_getblk() 758 struct buffer_head *bh; in ext4_getblk() 811 struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode, in ext4_bread() 814 struct buffer_head *bh; in ext4_bread() 830 struct buffer_head *head, in ext4_walk_page_buffers() 835 struct buffer_head *bh)) in ext4_walk_page_buffers() [all …]
|
D | ext4_extents.h | 130 struct buffer_head *p_bh; 181 static inline struct ext4_extent_header *ext_block_hdr(struct buffer_head *bh) in ext_block_hdr()
|
D | xattr.c | 83 static void ext4_xattr_cache_insert(struct mb_cache *, struct buffer_head *); 84 static struct buffer_head *ext4_xattr_cache_find(struct inode *, 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() 427 struct buffer_head *bh = NULL; in ext4_xattr_block_list() 544 struct buffer_head *bh) in ext4_xattr_release_block() 729 struct buffer_head *bh; 780 struct buffer_head *new_bh = NULL; in ext4_xattr_block_set() 1261 struct buffer_head *bh = NULL; in ext4_expand_extra_isize_ea() [all …]
|
/linux-4.1.27/fs/qnx4/ |
D | namei.c | 26 struct buffer_head *bh, unsigned long *offset) in qnx4_match() 56 static struct buffer_head *qnx4_find_entry(int len, struct inode *dir, in qnx4_find_entry() 60 struct buffer_head *bh; in qnx4_find_entry() 99 struct buffer_head *bh; in qnx4_lookup()
|
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() 153 struct buffer_head *bh; in qnx4_checkroot() 188 struct buffer_head *bh; in qnx4_fill_super() 262 struct buffer_head *bh; in qnx4_iget()
|
D | bitmap.c | 27 struct buffer_head *bh; in qnx4_count_free_blocks()
|
/linux-4.1.27/fs/hpfs/ |
D | hpfs_fn.h | 94 struct buffer_head *bh[4]; 201 struct fnode *hpfs_alloc_fnode(struct super_block *, secno, fnode_secno *, struct buffer_head **); 202 struct anode *hpfs_alloc_anode(struct super_block *, secno, anode_secno *, struct buffer_head **); 206 …ookup(struct super_block *, struct inode *, struct bplus_header *, unsigned, struct buffer_head *); 218 void *hpfs_map_sector(struct super_block *, unsigned, struct buffer_head **, int); 219 void *hpfs_get_sector(struct super_block *, unsigned, struct buffer_head **); 285 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t, struct buffer_head **); 286 struct anode *hpfs_map_anode(struct super_block *s, anode_secno, struct buffer_head **);
|
D | buffer.c | 15 struct buffer_head *bh; in hpfs_prefetch_sectors() 43 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector() 46 struct buffer_head *bh; in hpfs_map_sector() 65 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() 67 struct buffer_head *bh; in hpfs_get_sector()
|
D | map.c | 58 struct buffer_head *bh; in hpfs_load_code_page() 113 struct buffer_head *bh; in hpfs_load_bitmap_directory() 137 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() 194 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode() 297 struct buffer_head *bh; in hpfs_fnode_dno()
|
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() 278 struct buffer_head *bh; in hpfs_remove_btree() 332 struct buffer_head *bh; in anode_lookup() 340 struct buffer_head *bh; in hpfs_ea_read() 363 struct buffer_head *bh; in hpfs_ea_write() 387 struct buffer_head *bh; in hpfs_ea_remove() 402 struct buffer_head *bh; in hpfs_truncate_btree() 482 struct buffer_head *bh; in hpfs_remove_fnode()
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_subr.c | 101 struct buffer_head * 104 struct buffer_head *bp; in vxfs_bread() 130 struct buffer_head *bp, int create) in vxfs_getblk()
|
D | vxfs_extern.h | 79 extern struct buffer_head * vxfs_bread(struct inode *, int);
|
D | vxfs_bmap.c | 86 struct buffer_head *buf; in vxfs_bmap_ext4() 130 struct buffer_head *bp = NULL; in vxfs_bmap_indir()
|
/linux-4.1.27/fs/adfs/ |
D | adfs.h | 20 struct buffer_head; 85 struct buffer_head *bh[4]; 88 struct buffer_head **bh_fplus; 140 struct buffer_head *dm_bh;
|
D | dir_fplus.c | 60 struct buffer_head **bh_fplus = in adfs_fplus_read() 61 kcalloc(size, sizeof(struct buffer_head *), in adfs_fplus_read() 231 struct buffer_head *bh = dir->bh_fplus[i]; in adfs_fplus_sync()
|
/linux-4.1.27/fs/bfs/ |
D | dir.c | 25 static struct buffer_head *bfs_find_entry(struct inode *dir, 32 struct buffer_head *bh; in bfs_readdir() 130 struct buffer_head *bh; in bfs_lookup() 180 struct buffer_head *bh; in bfs_unlink() 213 struct buffer_head *old_bh, *new_bh; in bfs_rename() 279 struct buffer_head *bh; in bfs_add_entry() 329 static struct buffer_head *bfs_find_entry(struct inode *dir, in bfs_find_entry() 334 struct buffer_head *bh = NULL; in bfs_find_entry()
|
D | inode.c | 38 struct buffer_head *bh; in bfs_iget() 99 static struct bfs_inode *find_inode(struct super_block *sb, u16 ino, struct buffer_head **p) in find_inode() 123 struct buffer_head *bh; in bfs_write_inode() 167 struct buffer_head *bh; in bfs_evict_inode() 322 struct buffer_head *bh, *sbh; in bfs_fill_super()
|
D | file.c | 35 struct buffer_head *bh, *new; in bfs_move_block() 64 struct buffer_head *bh_result, int create) in bfs_get_block()
|
/linux-4.1.27/fs/ext2/ |
D | balloc.c | 41 struct buffer_head ** bh) in ext2_get_group_desc() 76 struct buffer_head *bh) in ext2_valid_block_bitmap() 123 static struct buffer_head * 127 struct buffer_head * bh = NULL; in read_block_bitmap() 163 struct ext2_group_desc *desc, struct buffer_head *bh, int count) in group_adjust_blocks() 479 struct buffer_head *bitmap_bh = NULL; in ext2_free_blocks() 480 struct buffer_head * bh2; in ext2_free_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() 665 struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, in ext2_try_to_allocate() [all …]
|
D | xattr.c | 92 static int ext2_xattr_set2(struct inode *, struct buffer_head *, 95 static int ext2_xattr_cache_insert(struct buffer_head *); 96 static struct buffer_head *ext2_xattr_cache_find(struct inode *, 152 struct buffer_head *bh = NULL; in ext2_xattr_get() 247 struct buffer_head *bh = NULL; in ext2_xattr_list() 362 struct buffer_head *bh = NULL; in ext2_xattr_set() 621 ext2_xattr_set2(struct inode *inode, struct buffer_head *old_bh, in ext2_xattr_set2() 625 struct buffer_head *new_bh = NULL; in ext2_xattr_set2() 757 struct buffer_head *bh = NULL; in ext2_xattr_delete_inode() 827 ext2_xattr_cache_insert(struct buffer_head *bh) in ext2_xattr_cache_insert() [all …]
|
D | ialloc.c | 45 static struct buffer_head * 49 struct buffer_head *bh = NULL; in read_inode_bitmap() 68 struct buffer_head *bh; in ext2_release_inode() 108 struct buffer_head *bitmap_bh; in ext2_free_inode() 434 struct buffer_head *bitmap_bh = NULL; in ext2_new_inode() 435 struct buffer_head *bh2; in ext2_new_inode() 624 struct buffer_head *bitmap_bh = NULL; in ext2_count_free_inodes()
|
D | inode.c | 113 struct buffer_head *bh; 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() 479 struct buffer_head *bh; in ext2_alloc_branch() 619 struct buffer_head *bh_result, in ext2_get_blocks() 765 int ext2_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) in ext2_get_block() 1054 struct buffer_head * bh; in ext2_free_branches() 1230 struct buffer_head **p) in ext2_get_inode() 1232 struct buffer_head * bh; in ext2_get_inode() 1314 struct buffer_head * bh; in ext2_iget() [all …]
|
D | ext2.h | 80 struct buffer_head * s_sbh; /* Buffer containing the super block */ 82 struct buffer_head ** s_group_desc; 735 struct buffer_head ** bh); 756 extern unsigned long ext2_count_free (struct buffer_head *, unsigned); 762 extern int ext2_get_block(struct inode *, sector_t, struct buffer_head *, int);
|
/linux-4.1.27/fs/fat/ |
D | fatent.c | 43 struct buffer_head **bhs = fatent->bhs; in fat12_ent_set_ptr() 70 struct buffer_head **bhs = fatent->bhs; in fat12_ent_bread() 195 struct buffer_head **bhs = fatent->bhs; in fat12_ent_next() 227 const struct buffer_head *bh = fatent->bhs[0]; in fat16_ent_next() 239 const struct buffer_head *bh = fatent->bhs[0]; in fat32_ent_next() 324 struct buffer_head **bhs = fatent->bhs; in fat_ent_update_ptr() 375 static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, in fat_mirror_bhs() 379 struct buffer_head *c_bh; in fat_mirror_bhs() 444 static void fat_collect_bhs(struct buffer_head **bhs, int *nr_bhs, in fat_collect_bhs() 468 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_alloc_clusters() [all …]
|
D | dir.c | 40 struct buffer_head *bh, in fat_make_i_pos() 52 struct buffer_head *bh; in fat_dir_readahead() 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() 558 struct buffer_head *bh; in __fat_readdir() 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() [all …]
|
D | nfs.c | 75 struct buffer_head *bh = NULL; in __fat_nfs_get_inode() 232 struct buffer_head *parent_bh = sb_bread(sb, blknr); in fat_rebuild_parent() 274 struct buffer_head *bh = NULL; in fat_get_parent()
|
D | fat.h | 136 struct buffer_head *bh; 301 extern int fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh, 317 struct buffer_head *bhs[2]; 408 extern int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs);
|
/linux-4.1.27/fs/hfs/ |
D | hfs_fs.h | 100 struct buffer_head *mdb_bh; /* The hfs_buffer 105 struct buffer_head *alt_mdb_bh; /* The hfs_buffer holding 197 extern int hfs_get_block(struct inode *, sector_t, struct buffer_head *, int); 274 struct buffer_head *__bh; \
|
/linux-4.1.27/fs/squashfs/ |
D | block.c | 45 static struct buffer_head *get_block_length(struct super_block *sb, in get_block_length() 49 struct buffer_head *bh; in get_block_length() 94 struct buffer_head **bh; in squashfs_read_data()
|
D | decompressor.h | 31 struct buffer_head **, int, int, int,
|
/linux-4.1.27/fs/isofs/ |
D | isofs.h | 118 extern struct buffer_head *isofs_bread(struct inode *, sector_t); 119 extern int isofs_get_blocks(struct inode *, sector_t, struct buffer_head **, unsigned long);
|
D | compress.c | 61 struct buffer_head *bhs[needblocks + 1]; in zisofs_uncompress_block() 82 memset(bhs, 0, (needblocks + 1) * sizeof(struct buffer_head *)); in zisofs_uncompress_block() 209 struct buffer_head *bh; in zisofs_fill_pages()
|
/linux-4.1.27/fs/ufs/ |
D | inode.c | 117 struct buffer_head *bh; in ufs_frag_map() 137 struct buffer_head *bh; in ufs_frag_map() 172 static struct buffer_head * 180 struct buffer_head * result; in ufs_inode_getfrag() 329 static struct buffer_head * 330 ufs_inode_getblock(struct inode *inode, struct buffer_head *bh, in ufs_inode_getblock() 336 struct buffer_head * result; in ufs_inode_getblock() 415 int ufs_getfrag_block(struct inode *inode, sector_t fragment, struct buffer_head *bh_result, int cr… in ufs_getfrag_block() 420 struct buffer_head * bh; in ufs_getfrag_block() 686 struct buffer_head * bh; in ufs_iget() [all …]
|
D | ufs.h | 22 struct buffer_head ** s_ucg; 125 extern int ufs_getfrag_block (struct inode *inode, sector_t fragment, struct buffer_head *bh_result…
|
/linux-4.1.27/fs/romfs/ |
D | storage.c | 110 struct buffer_head *bh; in romfs_blk_read() 137 struct buffer_head *bh; in romfs_blk_strnlen() 170 struct buffer_head *bh; in romfs_blk_strcmp()
|
/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() 61 struct buffer_head *first, *tmp; in ntfs_end_buffer_async_read() 194 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in ntfs_read_block() 352 struct buffer_head *tbh; in ntfs_read_block() 561 struct buffer_head *bh, *head; in ntfs_write_block() 878 struct buffer_head *next = bh->b_this_page; in ntfs_write_block() 929 struct buffer_head *bh, *head, *tbh, *rec_start_bh; in ntfs_write_mst_block() 930 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in ntfs_write_mst_block() 1732 struct buffer_head *bh, *head, *buffers_to_free = NULL; in mark_ntfs_record_dirty() 1744 struct buffer_head *tail; in mark_ntfs_record_dirty()
|
/linux-4.1.27/fs/btrfs/ |
D | check-integrity.h | 23 int btrfsic_submit_bh(int rw, struct buffer_head *bh);
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | machdep.h | 12 struct buffer_head;
|
/linux-4.1.27/fs/jfs/ |
D | jfs_mount.c | 306 struct buffer_head *bh; in chkSuper() 413 struct buffer_head *bh; in updateSuper() 464 int readSuper(struct super_block *sb, struct buffer_head **bpp) in readSuper()
|
/linux-4.1.27/fs/efs/ |
D | file.c | 13 struct buffer_head *bh_result, int create) in efs_get_block()
|