HomeSort by relevance Sort by last modified time
    Searched refs:buffer_head (Results 1 - 25 of 32) sorted by null

1 2

  /external/e2fsprogs/e2fsck/
jfs_user.h 17 struct buffer_head { struct
107 struct buffer_head *getblk(kdev_t ctx, blk_t blocknr, int blocksize);
109 void ll_rw_block(int rw, int dummy, struct buffer_head *bh[]);
110 void mark_buffer_dirty(struct buffer_head *bh);
111 void mark_buffer_uptodate(struct buffer_head *bh, int val);
112 void brelse(struct buffer_head *bh);
113 int buffer_uptodate(struct buffer_head *bh);
114 void wait_on_buffer(struct buffer_head *bh);
recovery.c 43 static int scan_revoke_records(journal_t *, struct buffer_head *,
49 void journal_brelse_array(struct buffer_head *b[], int n)
74 struct buffer_head *bh;
76 struct buffer_head * bufs[MAXBUF];
131 static int jread(struct buffer_head **bhp, journal_t *journal,
136 struct buffer_head *bh;
178 static int count_tags(struct buffer_head *bh, int size)
315 struct buffer_head * bh;
351 struct buffer_head * obh;
352 struct buffer_head * nbh
    [all...]
revoke.c 261 * journal_revoke: revoke a given buffer_head from the journal. This
273 * Revoke performs a journal_forget on any buffer_head passed in as a
274 * parameter, but does _not_ forget the buffer_head if the bh was only
285 struct buffer_head *bh_in)
287 struct buffer_head *bh = NULL;
311 struct buffer_head *bh2;
313 /* If there is a different buffer_head lying around in
322 * record against a buffer_head which is
381 struct buffer_head *bh = jh2bh(jh);
414 * buffer_head? If so, we'd better make sure we clear th
    [all...]
journal.c 68 struct buffer_head *getblk(kdev_t kdev, blk_t blocknr, int blocksize)
70 struct buffer_head *bh;
102 void ll_rw_block(int rw, int nr, struct buffer_head *bhp[])
105 struct buffer_head *bh;
146 void mark_buffer_dirty(struct buffer_head *bh)
151 static void mark_buffer_clean(struct buffer_head * bh)
156 void brelse(struct buffer_head *bh)
165 int buffer_uptodate(struct buffer_head *bh)
170 void mark_buffer_uptodate(struct buffer_head *bh, int val)
175 void wait_on_buffer(struct buffer_head *bh
    [all...]
  /bionic/libc/kernel/common/linux/
ufs_fs_sb.h 28 struct buffer_head ** s_ucg;
msdos_fs.h 177 struct buffer_head *bh;
  /development/ndk/platforms/android-3/include/linux/
ufs_fs_sb.h 28 struct buffer_head ** s_ucg;
msdos_fs.h 177 struct buffer_head *bh;
  /external/kernel-headers/original/linux/
ufs_fs_sb.h 31 struct buffer_head ** s_ucg;
jbd.h 27 #include <linux/buffer_head.h>
262 void buffer_assertion_failure(struct buffer_head *bh);
322 static inline struct buffer_head *jh2bh(struct journal_head *jh)
327 static inline struct journal_head *bh2jh(struct buffer_head *bh)
332 static inline void jbd_lock_bh_state(struct buffer_head *bh)
337 static inline int jbd_trylock_bh_state(struct buffer_head *bh)
342 static inline int jbd_is_locked_bh_state(struct buffer_head *bh)
347 static inline void jbd_unlock_bh_state(struct buffer_head *bh)
352 static inline void jbd_lock_bh_journal_head(struct buffer_head *bh)
357 static inline void jbd_unlock_bh_journal_head(struct buffer_head *bh
    [all...]
ext3_fs.h 697 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,
msdos_fs.h 190 struct buffer_head *bh;
195 #include <linux/buffer_head.h>
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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ufs_fs_sb.h 28 struct buffer_head ** s_ucg;
msdos_fs.h 177 struct buffer_head *bh;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ufs_fs_sb.h 28 struct buffer_head ** s_ucg;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ufs_fs_sb.h 28 struct buffer_head ** s_ucg;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ufs_fs_sb.h 28 struct buffer_head ** s_ucg;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ufs_fs_sb.h 28 struct buffer_head ** s_ucg;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ufs_fs_sb.h 28 struct buffer_head ** s_ucg;
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 24 struct buffer_head;
31 struct buffer_head * j_sb_buffer;
kernel-jbd.h 222 void buffer_assertion_failure(struct buffer_head *bh);
249 static inline int buffer_jbd(struct buffer_head *bh)
254 static inline struct buffer_head *jh2bh(struct journal_head *jh)
259 static inline struct journal_head *bh2jh(struct buffer_head *bh)
433 struct buffer_head * j_sb_buffer;
647 extern int journal_get_write_access (handle_t *, struct buffer_head *);
648 extern int journal_get_create_access (handle_t *, struct buffer_head *);
649 extern int journal_get_undo_access (handle_t *, struct buffer_head *);
651 struct buffer_head *, int async);
652 extern int journal_dirty_metadata (handle_t *, struct buffer_head *);
    [all...]
ext3_extents.h 114 struct buffer_head *p_bh;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
msdos_fs.h 178 struct buffer_head *bh;
  /system/extras/ext4_utils/
ext4_extents.h 62 struct buffer_head *p_bh;

Completed in 2768 milliseconds

1 2