Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Djbd.h262 void buffer_assertion_failure(struct buffer_head *bh);
322 static inline struct buffer_head *jh2bh(struct journal_head *jh) in BUFFER_FNS()
327 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh()
332 static inline void jbd_lock_bh_state(struct buffer_head *bh) in jbd_lock_bh_state()
337 static inline int jbd_trylock_bh_state(struct buffer_head *bh) in jbd_trylock_bh_state()
342 static inline int jbd_is_locked_bh_state(struct buffer_head *bh) in jbd_is_locked_bh_state()
347 static inline void jbd_unlock_bh_state(struct buffer_head *bh) in jbd_unlock_bh_state()
352 static inline void jbd_lock_bh_journal_head(struct buffer_head *bh) in jbd_lock_bh_journal_head()
357 static inline void jbd_unlock_bh_journal_head(struct buffer_head *bh) in jbd_unlock_bh_journal_head()
643 struct buffer_head *j_sb_buffer;
[all …]
Dext3_fs.h697 struct buffer_head *bh;
763 struct buffer_head ** bh);
771 struct buffer_head *, unsigned long);
791 extern unsigned long ext3_count_free (struct buffer_head *, unsigned);
796 struct buffer_head *bh, ext3_fsblk_t blocknr);
797 struct buffer_head * ext3_getblk (handle_t *, struct inode *, long, int, int *);
798 struct buffer_head * ext3_bread (handle_t *, struct inode *, int, int, int *);
800 sector_t iblock, unsigned long maxblocks, struct buffer_head *bh_result,
Dmsdos_fs.h190 struct buffer_head *bh;
359 extern int fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh,
375 struct buffer_head *bhs[2];
440 extern int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs);
Dufs_fs_sb.h31 struct buffer_head ** s_ucg;
Dfs.h259 struct buffer_head;
261 struct buffer_head *bh_result, int create);
/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h257 void buffer_assertion_failure(struct buffer_head *bh);
284 static inline int buffer_jbd(struct buffer_head *bh) in buffer_jbd()
289 static inline struct buffer_head *jh2bh(struct journal_head *jh) in jh2bh()
294 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh()
468 struct buffer_head * j_sb_buffer;
685 extern int journal_get_write_access (handle_t *, struct buffer_head *);
686 extern int journal_get_create_access (handle_t *, struct buffer_head *);
687 extern int journal_get_undo_access (handle_t *, struct buffer_head *);
689 struct buffer_head *, int async);
690 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.h76 struct buffer_head *p_bh;
/external/e2fsprogs/e2fsck/
Djfs_user.h17 struct buffer_head { struct
126 struct buffer_head *getblk(kdev_t ctx, blk_t blocknr, int blocksize);
128 void ll_rw_block(int rw, int dummy, struct buffer_head *bh[]);
129 void mark_buffer_dirty(struct buffer_head *bh);
130 void mark_buffer_uptodate(struct buffer_head *bh, int val);
131 void brelse(struct buffer_head *bh);
132 int buffer_uptodate(struct buffer_head *bh);
133 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()
325 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums()
330 struct buffer_head *obh; in calc_chksums()
361 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, blk_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()
152 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty()
157 static void mark_buffer_clean(struct buffer_head * bh) in mark_buffer_clean()
162 void brelse(struct buffer_head *bh) in brelse()
171 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate()
176 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
181 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
[all …]
/external/qemu-pc-bios/bochs/bios/
Drombios.c4821 Bit16u buffer_start, buffer_end, buffer_head, buffer_tail;
4833 buffer_head = read_word(0x0040, 0x001a);
4836 if (buffer_head != buffer_tail) {
4838 acode = read_byte(0x0040, buffer_head);
4839 scode = read_byte(0x0040, buffer_head+1);
4844 buffer_head += 2;
4845 if (buffer_head >= buffer_end)
4846 buffer_head = buffer_start;
4847 write_word(0x0040, 0x001a, buffer_head);
5132 Bit16u buffer_start, buffer_end, buffer_head, buffer_tail, temp_tail;
[all …]