Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h258 void buffer_assertion_failure(struct buffer_head *bh);
285 static inline int buffer_jbd(struct buffer_head *bh) in buffer_jbd()
290 static inline struct buffer_head *jh2bh(struct journal_head *jh) in jh2bh()
295 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh()
469 struct buffer_head * j_sb_buffer;
686 extern int journal_get_write_access (handle_t *, struct buffer_head *);
687 extern int journal_get_create_access (handle_t *, struct buffer_head *);
688 extern int journal_get_undo_access (handle_t *, struct buffer_head *);
690 struct buffer_head *, int async);
691 extern int journal_dirty_metadata (handle_t *, struct buffer_head *);
[all …]
Djfs_compat.h24 struct buffer_head;
31 struct buffer_head * j_sb_buffer;
Dext3_extents.h68 struct buffer_head *p_bh;
/external/e2fsprogs/e2fsck/
Djfs_user.h17 struct buffer_head { struct
138 struct buffer_head *getblk(kdev_t ctx, blk64_t blocknr, int blocksize);
140 void ll_rw_block(int rw, int dummy, struct buffer_head *bh[]);
141 void mark_buffer_dirty(struct buffer_head *bh);
142 void mark_buffer_uptodate(struct buffer_head *bh, int val);
143 void brelse(struct buffer_head *bh);
144 int buffer_uptodate(struct buffer_head *bh);
145 void wait_on_buffer(struct buffer_head *bh);
Drecovery.c43 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(journal_t *journal, struct buffer_head *bh) in count_tags()
322 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums()
327 struct buffer_head *obh; in calc_chksums()
358 struct buffer_head * bh; in do_one_pass()
[all …]
Drevoke.c285 struct buffer_head *bh_in) in journal_revoke()
287 struct buffer_head *bh = NULL; in journal_revoke()
311 struct buffer_head *bh2; in journal_revoke()
381 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke()
418 struct buffer_head *bh2; in journal_cancel_revoke()
549 struct buffer_head *bh = jh2bh(descriptor); in flush_descriptor()
Djournal.c68 struct buffer_head *getblk(kdev_t kdev, blk64_t blocknr, int blocksize) in getblk()
70 struct buffer_head *bh; in getblk()
108 void ll_rw_block(int rw, int nr, struct buffer_head *bhp[]) in ll_rw_block()
111 struct buffer_head *bh; in ll_rw_block()
153 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty()
158 static void mark_buffer_clean(struct buffer_head * bh) in mark_buffer_clean()
163 void brelse(struct buffer_head *bh) in brelse()
172 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate()
177 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
182 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
[all …]
/external/libmicrohttpd/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 …]
/external/squashfs-tools/kernel/fs/squashfs/
Dblock.c46 static struct buffer_head *get_block_length(struct super_block *sb, in get_block_length()
50 struct buffer_head *bh; in get_block_length()
86 struct buffer_head **bh; in squashfs_read_data()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c88 static struct buffer_head *get_block_length(struct super_block *s, in get_block_length()
93 struct buffer_head *bh; in get_block_length()
160 struct buffer_head *bh[((SQUASHFS_FILE_MAX_SIZE - 1) >> in squashfs_read_data()
/external/squashfs-tools/
DCHANGES203 1.4 Fixed small buffer_head leak in squashfs_read_data when