/external/e2fsprogs/e2fsck/ |
D | jfs_user.h | 42 struct buffer_head { struct 184 struct buffer_head *getblk(kdev_t ctx, blk64_t blocknr, int blocksize); 186 void ll_rw_block(int rw, int dummy, struct buffer_head *bh[]); 187 void mark_buffer_dirty(struct buffer_head *bh); 188 void mark_buffer_uptodate(struct buffer_head *bh, int val); 189 void brelse(struct buffer_head *bh); 190 int buffer_uptodate(struct buffer_head *bh); 191 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); 332 struct buffer_head *bh_in) in journal_revoke() 334 struct buffer_head *bh = NULL; in journal_revoke() 359 struct buffer_head *bh2; in journal_revoke() 428 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke() 467 struct buffer_head *bh2; in journal_cancel_revoke() 495 struct buffer_head *bh; in jbd2_clear_buffer_revoked_flags() 534 struct buffer_head *descriptor; in journal_write_revoke_records() 575 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() 153 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() 158 struct buffer_head *bh; in jread() 222 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags() 375 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums() 380 struct buffer_head *obh; in calc_chksums() 449 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); 332 struct buffer_head *bh_in) in journal_revoke() 334 struct buffer_head *bh = NULL; in journal_revoke() 359 struct buffer_head *bh2; in journal_revoke() 428 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke() 467 struct buffer_head *bh2; in journal_cancel_revoke() 495 struct buffer_head *bh; in jbd2_clear_buffer_revoked_flags() 534 struct buffer_head *descriptor; in journal_write_revoke_records() 575 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() 153 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() 158 struct buffer_head *bh; in jread() 222 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags() 375 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums() 380 struct buffer_head *obh; in calc_chksums() 449 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() 654 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/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/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/bcc/tools/ |
D | slabratetop_example.txt | 31 buffer_head 16 1664
|
/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
|