/external/e2fsprogs/e2fsck/ |
D | jfs_user.h | 33 struct buffer_head { struct 147 struct buffer_head *getblk(kdev_t ctx, blk64_t blocknr, int blocksize); 149 void ll_rw_block(int rw, int dummy, struct buffer_head *bh[]); 150 void mark_buffer_dirty(struct buffer_head *bh); 151 void mark_buffer_uptodate(struct buffer_head *bh, int val); 152 void brelse(struct buffer_head *bh); 153 int buffer_uptodate(struct buffer_head *bh); 154 void wait_on_buffer(struct buffer_head *bh);
|
D | revoke.c | 126 struct buffer_head **, int *, 128 static void flush_descriptor(journal_t *, struct buffer_head *, int, int); 336 struct buffer_head *bh_in) in journal_revoke() 338 struct buffer_head *bh = NULL; in journal_revoke() 363 struct buffer_head *bh2; in journal_revoke() 432 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke() 471 struct buffer_head *bh2; in journal_cancel_revoke() 499 struct buffer_head *bh; in jbd2_clear_buffer_revoked_flags() 538 struct buffer_head *descriptor; in journal_write_revoke_records() 579 struct buffer_head **descriptorp, [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() 366 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums() 371 struct buffer_head *obh; in calc_chksums() 440 struct buffer_head * bh; in do_one_pass() [all …]
|
D | journal.c | 119 struct buffer_head *getblk(kdev_t kdev, blk64_t blocknr, int blocksize) in getblk() 121 struct buffer_head *bh; in getblk() 159 void ll_rw_block(int rw, int nr, 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 …]
|
/external/e2fsprogs/debugfs/ |
D | journal.h | 21 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);
|
D | revoke.c | 126 struct buffer_head **, int *, 128 static void flush_descriptor(journal_t *, struct buffer_head *, int, int); 336 struct buffer_head *bh_in) in journal_revoke() 338 struct buffer_head *bh = NULL; in journal_revoke() 363 struct buffer_head *bh2; in journal_revoke() 432 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke() 471 struct buffer_head *bh2; in journal_cancel_revoke() 499 struct buffer_head *bh; in jbd2_clear_buffer_revoked_flags() 538 struct buffer_head *descriptor; in journal_write_revoke_records() 579 struct buffer_head **descriptorp, [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() 366 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums() 371 struct buffer_head *obh; in calc_chksums() 440 struct buffer_head * bh; in do_one_pass() [all …]
|
D | journal.c | 124 struct buffer_head *getblk(kdev_t kdev, blk64_t blocknr, int blocksize) in getblk() 126 struct buffer_head *bh; in getblk() 165 void ll_rw_block(int rw, int nr, 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 …]
|
D | do_journal.c | 69 struct buffer_head *bh, *cbh = NULL; in journal_commit_trans() 170 struct buffer_head *bh; in journal_add_revoke_to_trans() 274 struct buffer_head *bh = NULL, *data_bh; in journal_add_blocks_to_trans() 653 struct buffer_head *bh; in journal_find_head()
|
/external/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 32 struct buffer_head; 68 struct buffer_head * j_sb_buffer;
|
D | ext3_extents.h | 79 struct buffer_head *p_bh;
|
/external/libmicrohttpd/src/microhttpd/ |
D | connection.c | 1485 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/ |
D | block.c | 46 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/syslinux/gpxe/src/drivers/net/ |
D | etherfabric_nic.h | 186 int buffer_head; member
|
D | etherfabric.c | 3053 entry->id = efab->buffer_head; in falcon_alloc_special_buffer() 3064 falcon_write_sram ( efab, &buf_desc, efab->buffer_head ); in falcon_alloc_special_buffer() 3066 ++efab->buffer_head; in falcon_alloc_special_buffer() 3073 efab->buffer_head - 1 ); in falcon_alloc_special_buffer() 3953 efab->buffer_head = 0; in efab_free_resources()
|
/external/ltp/testcases/kdump/lib/lkdtm/ |
D | lkdtm.c | 156 void jp_ll_rw_block(int rw, int nr, struct buffer_head *bhs[]) in jp_ll_rw_block()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 88 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/ |
D | CHANGES | 203 1.4 Fixed small buffer_head leak in squashfs_read_data when
|