Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Djfs_user.h42 struct buffer_head { struct
193 struct buffer_head *getblk(kdev_t ctx, unsigned long long blocknr,
196 void ll_rw_block(int rw, int op_flags, int nr, struct buffer_head *bh[]);
197 void mark_buffer_dirty(struct buffer_head *bh);
198 void mark_buffer_uptodate(struct buffer_head *bh, int val);
199 void brelse(struct buffer_head *bh);
200 int buffer_uptodate(struct buffer_head *bh);
201 void wait_on_buffer(struct buffer_head *bh);
239 struct buffer_head *bh) in jbd2_descriptor_block_csum_set()
Drevoke.c124 struct buffer_head **, int *,
126 static void flush_descriptor(journal_t *, struct buffer_head *, int);
327 struct buffer_head *bh_in) in jbd2_journal_revoke()
329 struct buffer_head *bh = NULL; in jbd2_journal_revoke()
354 struct buffer_head *bh2; in jbd2_journal_revoke()
429 struct buffer_head *bh = jh2bh(jh); in jbd2_journal_cancel_revoke()
468 struct buffer_head *bh2; in jbd2_journal_cancel_revoke()
496 struct buffer_head *bh; in jbd2_clear_buffer_revoked_flags()
534 struct buffer_head *descriptor; in jbd2_journal_write_revoke_records()
573 struct buffer_head **descriptorp, in write_one_revoke_record()
[all …]
Drecovery.c40 static int scan_revoke_records(journal_t *, struct buffer_head *,
46 static void journal_brelse_array(struct buffer_head *b[], int n) in journal_brelse_array()
71 struct buffer_head *bh; in do_readahead()
73 struct buffer_head * bufs[MAXBUF]; in do_readahead()
128 static int jread(struct buffer_head **bhp, journal_t *journal, in jread()
133 struct buffer_head *bh; in jread()
196 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags()
240 struct buffer_head *bh; in fc_do_one_pass()
389 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums()
394 struct buffer_head *obh; in calc_chksums()
[all …]
Djournal.c119 struct buffer_head *getblk(kdev_t kdev, unsigned long long blocknr, in getblk()
122 struct buffer_head *bh; in getblk()
159 struct buffer_head *bhp[]) in ll_rw_block()
162 struct buffer_head *bh; in ll_rw_block()
204 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty()
209 static void mark_buffer_clean(struct buffer_head * bh) in mark_buffer_clean()
214 void brelse(struct buffer_head *bh) in brelse()
223 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate()
228 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
233 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
[all …]
/third_party/e2fsprogs/debugfs/
Djournal.h21 void jbd2_commit_block_csum_set(journal_t *j, struct buffer_head *bh);
22 void jbd2_revoke_csum_set(journal_t *j, struct buffer_head *bh);
23 void jbd2_descr_block_csum_set(journal_t *j, struct buffer_head *bh);
25 struct buffer_head *bh, __u32 sequence);
Djournal.c124 struct buffer_head *getblk(kdev_t kdev, unsigned long long blocknr, in getblk()
127 struct buffer_head *bh; in getblk()
165 struct buffer_head *bhp[]) in ll_rw_block()
168 struct buffer_head *bh; in ll_rw_block()
210 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty()
215 static void mark_buffer_clean(struct buffer_head *bh) in mark_buffer_clean()
220 void brelse(struct buffer_head *bh) in brelse()
229 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate()
234 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
239 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
[all …]
Ddo_journal.c69 struct buffer_head *bh, *cbh = NULL; in journal_commit_trans()
170 struct buffer_head *bh; in journal_add_revoke_to_trans()
275 struct buffer_head *bh = NULL, *data_bh; in journal_add_blocks_to_trans()
658 struct buffer_head *bh; in journal_find_head()
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h42 struct buffer_head;
84 struct buffer_head * j_sb_buffer;
108 struct buffer_head *bh,
Dext3_extents.h79 struct buffer_head *p_bh;
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dconnection.c1485 char *buffer_head; local
1491 buffer_head = connection->read_buffer;
1505 if ((buffer_head[i] == '\r') || (buffer_head[i] == '\n'))
1507 if ((buffer_head[i] == '\r') || (buffer_head[i] == '\n'))
1517 buffer_head += i;
1541 if ((buffer_head[i] == '\r') || (buffer_head[i] == '\n'))
1552 !((i == 1) && (available == 2) && (buffer_head[0] == '0')))
1557 buffer_head[i] = '\0';
1558 connection->current_chunk_size = strtoul (buffer_head, &end, 16);
1570 ((buffer_head[i] == '\r') || (buffer_head[i] == '\n')))
[all …]
/third_party/ltp/testcases/kdump/lib/lkdtm/
Dlkdtm.c156 void jp_ll_rw_block(int rw, int nr, struct buffer_head *bhs[]) in jp_ll_rw_block()