Home
last modified time | relevance | path

Searched refs:buffer_head (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/linux/include/linux/
A Dbuffer_head.h46 struct buffer_head;
59 struct buffer_head { struct
197 void touch_buffer(struct buffer_head *bh);
228 void __brelse(struct buffer_head *);
229 void __bforget(struct buffer_head *);
235 void unlock_buffer(struct buffer_head *bh);
236 void __lock_buffer(struct buffer_head *bh);
343 static inline struct buffer_head *
349 static inline struct buffer_head *
395 static inline struct buffer_head *
[all …]
A Djbd2.h331 static inline struct buffer_head *jh2bh(struct journal_head *jh) in BUFFER_FNS()
774 struct buffer_head *j_sb_buffer;
876 struct buffer_head *j_chkpt_bhs[JBD2_NR_BATCH];
1128 struct buffer_head **j_wbuf;
1135 struct buffer_head **j_fc_wbuf;
1292 struct buffer_head *bh,
1426 static inline void jbd2_unfile_log_bh(struct buffer_head *bh) in jbd2_unfile_log_bh()
1466 struct buffer_head *bh, void *mapped_data,
1474 struct buffer_head *bh);
1486 struct buffer_head **bh_out,
[all …]
/linux/fs/ocfs2/
A Drefcounttree.h29 struct buffer_head **ref_bh);
46 struct buffer_head *di_bh,
91 struct buffer_head *ref_root_bh,
97 struct buffer_head *di_bh);
109 struct buffer_head *s_bh,
112 struct buffer_head *t_bh,
116 struct buffer_head **bh1,
118 struct buffer_head **bh2);
120 struct buffer_head *s_bh,
122 struct buffer_head *t_bh);
[all …]
A Dxattr.h36 int ocfs2_xattr_get_nolock(struct inode *, struct buffer_head *, int,
40 int ocfs2_xattr_set_handle(handle_t *, struct inode *, struct buffer_head *,
46 int ocfs2_xattr_remove(struct inode *, struct buffer_head *);
51 struct buffer_head *,
58 int ocfs2_calc_xattr_init(struct inode *, struct buffer_head *,
70 struct buffer_head *vb_bh;
76 struct buffer_head *fe_bh,
78 struct buffer_head *ref_root_bh,
81 struct buffer_head *old_bh,
83 struct buffer_head *new_bh,
A Dsuballoc.h15 struct buffer_head *,
24 struct buffer_head *ac_bh; /* file entry bh */
75 struct buffer_head *di_bh,
79 struct buffer_head *di_bh,
87 struct buffer_head *group_bh,
102 struct buffer_head *parent_fe_bh,
125 struct buffer_head *alloc_bh,
135 struct buffer_head *bitmap_bh,
140 struct buffer_head *bitmap_bh,
192 struct buffer_head *bh);
[all …]
A Dbuffer_head_io.h16 struct buffer_head *bh,
19 unsigned int nr, struct buffer_head *bhs[]);
29 struct buffer_head *bhs[], int flags,
31 struct buffer_head *bh));
34 struct buffer_head *bh);
40 struct buffer_head **bh, in ocfs2_read_block()
42 struct buffer_head *bh)) in ocfs2_read_block()
A Ddir.h19 struct buffer_head *dl_leaf_bh; /* Unindexed leaf
24 struct buffer_head *dl_dx_root_bh; /* Root of indexed
27 struct buffer_head *dl_dx_leaf_bh; /* Indexed leaf block */
32 struct buffer_head *dl_prev_leaf_bh;/* Previous entry in
51 struct buffer_head *parent_fe_bh,
56 struct buffer_head *parent_fe_bh, in ocfs2_add_entry()
83 struct buffer_head *parent_fe_bh,
92 struct buffer_head *fe_bh,
96 int ocfs2_dx_dir_truncate(struct inode *dir, struct buffer_head *di_bh);
A Dfile.h34 struct buffer_head *fe_bh,
41 struct buffer_head *fe_bh,
44 struct buffer_head *di_bh,
47 struct buffer_head *di_bh,
49 int ocfs2_extend_no_holes(struct inode *inode, struct buffer_head *di_bh,
51 int ocfs2_zero_extend(struct inode *inode, struct buffer_head *di_bh,
64 struct buffer_head *bh);
72 struct buffer_head *di_bh, u64 byte_start,
A Daops.h23 struct buffer_head *head,
28 struct buffer_head *bh));
42 struct buffer_head *di_bh, struct page *mmap_page);
45 struct buffer_head *di_bh);
46 int ocfs2_size_fits_inline_data(struct buffer_head *di_bh, u64 new_size);
49 struct buffer_head *bh_result, int create);
A Dalloc.h42 struct buffer_head *et_root_bh;
57 struct buffer_head *bh);
60 struct buffer_head *bh);
67 struct buffer_head *bh);
70 struct buffer_head *bh);
78 struct buffer_head **bh);
157 struct buffer_head *di_bh);
212 struct buffer_head *tc_last_eb_bh;
219 struct buffer_head *di_bh);
225 struct buffer_head **leaf_bh);
[all …]
A Dextent_map.h41 int ocfs2_overwrite_io(struct inode *inode, struct buffer_head *di_bh,
52 struct buffer_head *bhs[], int flags,
54 struct buffer_head *bh));
57 struct buffer_head *eb_bh,
61 struct buffer_head **bh, in ocfs2_read_virt_block()
63 struct buffer_head *bh)) in ocfs2_read_virt_block()
A Duptodate.h55 struct buffer_head *bh);
57 struct buffer_head *bh);
59 struct buffer_head *bh);
61 struct buffer_head *bh);
66 struct buffer_head *bh);
A Ddir.c299 struct buffer_head *bh, in ocfs2_check_dir_entry()
425 struct buffer_head *bh) in ocfs2_validate_dir_block()
506 struct buffer_head *tmp = *bh; in ocfs2_read_dir_block()
569 struct buffer_head *bh) in ocfs2_validate_dx_root()
614 struct buffer_head *bh) in ocfs2_validate_dx_leaf()
1066 struct buffer_head *bh; in ocfs2_find_entry()
1354 struct buffer_head *bh) in ocfs2_delete_entry_id()
1381 struct buffer_head *bh) in ocfs2_delete_entry_el()
1532 struct buffer_head *bh; in ocfs2_remove_block_from_free_list()
1603 struct buffer_head *bh; in __ocfs2_add_entry()
[all …]
A Djournal.h51 struct buffer_head *j_bh; /* Journal disk inode block */
278 struct buffer_head *bh, int type);
281 struct buffer_head *bh, int type);
284 struct buffer_head *bh, int type);
287 struct buffer_head *bh, int type);
290 struct buffer_head *bh, int type);
293 struct buffer_head *bh, int type);
296 struct buffer_head *bh, int type);
299 struct buffer_head *bh, int type);
302 struct buffer_head *bh, int type);
[all …]
A Dquota.h59 …struct buffer_head *dqi_gqi_bh; /* Buffer head with global quota file inode - set only if inode lo…
62 struct buffer_head *dqi_lqi_bh; /* Buffer head with local quota file inode */
63 struct buffer_head *dqi_libh; /* Buffer with local information header */
80 struct buffer_head *qc_headerbh; /* Buffer head with chunk header */
113 int ocfs2_validate_quota_block(struct super_block *sb, struct buffer_head *bh);
115 struct buffer_head **bh);
/linux/fs/gfs2/
A Dmeta_io.h14 static inline void gfs2_buffer_clear(struct buffer_head *bh) in gfs2_buffer_clear()
19 static inline void gfs2_buffer_clear_tail(struct buffer_head *bh, int head) in gfs2_buffer_clear_tail()
25 static inline void gfs2_buffer_copy_tail(struct buffer_head *to_bh, in gfs2_buffer_copy_tail()
27 struct buffer_head *from_bh, in gfs2_buffer_copy_tail()
53 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno);
55 int rahead, struct buffer_head **bhp);
56 int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh);
57 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno,
64 void gfs2_remove_from_journal(struct buffer_head *bh, int meta);
67 struct buffer_head **bhp);
[all …]
A Dmeta_io.c36 struct buffer_head *bh, *head; in gfs2_aspace_write_folio()
129 struct buffer_head *bh; in gfs2_getbuf()
193 struct buffer_head *bh; in gfs2_meta_new()
228 struct buffer_head *bh = *bhs; in gfs2_submit_bhs()
262 struct buffer_head *bh, *bhs[2]; in gfs2_meta_read()
393 struct buffer_head *bh; in gfs2_ail1_wipe()
417 struct buffer_head *bh; in gfs2_getjdatabuf()
444 struct buffer_head *bh; in gfs2_journal_wipe()
488 struct buffer_head **bhp) in gfs2_meta_buffer()
492 struct buffer_head *bh; in gfs2_meta_buffer()
[all …]
/linux/fs/nilfs2/
A Dsufile.h37 struct buffer_head *,
38 struct buffer_head *));
41 struct buffer_head *,
42 struct buffer_head *));
43 void nilfs_sufile_do_scrap(struct inode *, __u64, struct buffer_head *,
44 struct buffer_head *);
45 void nilfs_sufile_do_free(struct inode *, __u64, struct buffer_head *,
46 struct buffer_head *);
48 struct buffer_head *);
49 void nilfs_sufile_do_set_error(struct inode *, __u64, struct buffer_head *,
[all …]
A Dalloc.h33 struct buffer_head **);
35 const struct buffer_head *, void *);
48 struct buffer_head *pr_desc_bh;
49 struct buffer_head *pr_bitmap_bh;
50 struct buffer_head *pr_entry_bh;
75 struct buffer_head *bh;
A Dbtnode.h29 struct buffer_head *bh;
30 struct buffer_head *newbh;
35 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
38 blk_opf_t, struct buffer_head **, sector_t *);
39 void nilfs_btnode_delete(struct buffer_head *);
A Dmdt.c31 struct buffer_head *bh, in nilfs_mdt_insert_new_block() argument
67 struct buffer_head **out_bh, in nilfs_mdt_create_block() argument
69 struct buffer_head *, in nilfs_mdt_create_block()
74 struct buffer_head *bh; in nilfs_mdt_create_block()
116 struct buffer_head *bh; in nilfs_mdt_submit_block()
244 struct buffer_head **out_bh) in nilfs_mdt_get_block()
286 struct buffer_head **out_bh) in nilfs_mdt_find_block()
360 struct buffer_head *bh; in nilfs_mdt_forget_block()
560 struct buffer_head *bh_frozen; in nilfs_mdt_freeze_buffer()
590 struct buffer_head *
[all …]
A Dmdt.h69 struct buffer_head *, void *),
70 struct buffer_head **);
73 struct buffer_head **out_bh);
89 int nilfs_mdt_freeze_buffer(struct inode *inode, struct buffer_head *bh);
90 struct buffer_head *nilfs_mdt_get_frozen_buffer(struct inode *inode,
91 struct buffer_head *bh);
A Dsegbuf.h77 struct buffer_head *sb_super_root;
98 (list_entry((head)->next, struct buffer_head, b_assoc_buffers))
100 (list_entry((bh)->b_assoc_buffers.next, struct buffer_head, \
118 struct buffer_head **);
136 struct buffer_head *bh) in nilfs_segbuf_add_segsum_buffer()
145 struct buffer_head *bh) in nilfs_segbuf_add_payload_buffer()
153 struct buffer_head *bh) in nilfs_segbuf_add_file_buffer()
/linux/fs/
A Dbuffer.c189 static struct buffer_head *
196 struct buffer_head *bh; in __find_get_block_slow()
197 struct buffer_head *head; in __find_get_block_slow()
249 struct buffer_head *tmp; in end_buffer_async_read()
294 struct buffer_head *bh;
381 struct buffer_head *tmp; in end_buffer_async_write()
534 struct buffer_head *bh; in osync_buffers_list()
776 struct buffer_head *bh; in fsync_buffers_list()
1040 struct buffer_head *bh; in grow_dev_folio()
1261 static struct buffer_head *__bread_slow(struct buffer_head *bh) in __bread_slow()
[all …]
/linux/fs/affs/
A Daffs.h55 struct buffer_head *i_ext_bh; /* bh of last extended block */
92 struct buffer_head *s_root_bh; /* Cached root block. */
98 struct buffer_head *s_bmap_bh;
233 static inline struct buffer_head *
241 static inline struct buffer_head *
249 static inline struct buffer_head *
252 struct buffer_head *bh; in affs_getzeroblk()
264 static inline struct buffer_head *
267 struct buffer_head *bh; in affs_getemptyblk()
278 affs_brelse(struct buffer_head *bh) in affs_brelse()
[all …]

Completed in 65 milliseconds

12345678910>>...13