Searched refs:buffer_head (Results 1 - 25 of 350) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Dio.h5 struct buffer_head *befs_bread_iaddr(struct super_block *sb,
8 struct buffer_head *befs_bread(struct super_block *sb, befs_blocknr_t block);
H A Dio.c14 #include <linux/buffer_head.h>
26 struct buffer_head *
29 struct buffer_head *bh = NULL;
62 struct buffer_head *
65 struct buffer_head *bh = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Duptodate.h36 struct buffer_head *bh);
38 struct buffer_head *bh);
40 struct buffer_head *bh);
42 struct buffer_head *bh);
44 struct buffer_head *bh);
H A Ddir.h37 struct buffer_head **dirent_bh,
42 struct buffer_head *parent_fe_bh,
45 struct buffer_head **ret_de_bh);
50 struct buffer_head *parent_fe_bh,
53 struct buffer_head **new_bh);
H A Dbuffer_head_io.h29 #include <linux/buffer_head.h>
31 void ocfs2_end_buffer_io_sync(struct buffer_head *bh,
36 struct buffer_head **bh,
41 struct buffer_head *bh,
46 struct buffer_head *bhs[],
55 struct buffer_head **bh, int flags,
H A Dnamei.h35 struct buffer_head *bh,
37 struct buffer_head *ocfs2_find_entry(const char *name,
45 struct buffer_head *orphan_dir_bh);
H A Dalloc.h33 struct buffer_head *fe_bh,
68 struct buffer_head *tc_ext_alloc_bh;
71 struct buffer_head *tc_last_eb_bh;
78 struct buffer_head *fe_bh,
82 struct buffer_head *fe_bh,
86 u32 cpos, struct buffer_head **leaf_bh);
H A Dsuballoc.h30 struct buffer_head *,
38 struct buffer_head *ac_bh; /* file entry bh */
91 struct buffer_head *inode_alloc_bh,
95 struct buffer_head *eb_alloc_bh,
99 struct buffer_head *bitmap_bh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dmeta_io.h13 #include <linux/buffer_head.h>
17 static inline void gfs2_buffer_clear(struct buffer_head *bh)
22 static inline void gfs2_buffer_clear_tail(struct buffer_head *bh, int head)
28 static inline void gfs2_buffer_copy_tail(struct buffer_head *to_bh,
30 struct buffer_head *from_bh,
46 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno);
48 int flags, struct buffer_head **bhp);
49 int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh);
51 void gfs2_attach_bufdata(struct gfs2_glock *gl, struct buffer_head *bh,
53 void gfs2_pin(struct gfs2_sbd *sdp, struct buffer_head *b
[all...]
H A Dops_address.h14 #include <linux/buffer_head.h>
19 struct buffer_head *bh_result, int create);
H A Dlog.h56 struct buffer_head *gfs2_log_get_buf(struct gfs2_sbd *sdp);
57 struct buffer_head *gfs2_log_fake_buf(struct gfs2_sbd *sdp,
58 struct buffer_head *real);
H A Dtrans.h13 #include <linux/buffer_head.h>
34 void gfs2_trans_add_bh(struct gfs2_glock *gl, struct buffer_head *bh, int meta);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.h36 struct buffer_head *io_buffer_head;/* buffer linked list head */
37 struct buffer_head *io_buffer_tail;/* buffer linked list tail */
44 extern int xfs_get_blocks(struct inode *, sector_t, struct buffer_head *, int);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbuffer_head.h2 * include/linux/buffer_head.h
47 struct buffer_head;
49 typedef void (bh_end_io_t)(struct buffer_head *bh, int uptodate);
52 * Historically, a buffer_head was used to map a single block
60 struct buffer_head { struct
62 struct buffer_head *b_this_page;/* circular list of page's buffers */
75 atomic_t b_count; /* users using this buffer_head */
83 static inline void set_buffer_##name(struct buffer_head *bh) \
87 static inline void clear_buffer_##name(struct buffer_head *bh) \
91 static inline int buffer_##name(const struct buffer_head *b
[all...]
H A Djournal-head.h4 * buffer_head fields for JBD
15 struct buffer_head;
19 * Points back to our buffer_head. [jbd_lock_bh_journal_head()]
21 struct buffer_head *b_bh;
H A Dext2_fs_sb.h36 struct buffer_head * s_sbh; /* Buffer containing the super block */
38 struct buffer_head ** s_group_desc;
H A Dufs_fs_sb.h30 struct buffer_head ** s_ucg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_journal_head.h4 * buffer_head fields for JBD
15 struct buffer_head;
19 * Points back to our buffer_head. [jbd_lock_bh_hfsplus_jbd_head()]
21 struct buffer_head *b_bh;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dbitmap.c10 #include <linux/buffer_head.h>
18 unsigned long ext3_count_free (struct buffer_head * map, unsigned int numchars)
H A Dext3_jbd.c8 struct buffer_head *bh)
17 struct buffer_head *bh)
26 struct buffer_head *bh)
35 unsigned long blocknr, struct buffer_head *bh)
44 handle_t *handle, struct buffer_head *bh)
53 handle_t *handle, struct buffer_head *bh)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dbitmap.c10 #include <linux/buffer_head.h>
18 unsigned long ext4_count_free (struct buffer_head * map, unsigned int numchars)
H A Dext4_jbd2.c8 struct buffer_head *bh)
17 struct buffer_head *bh)
26 struct buffer_head *bh)
35 ext4_fsblk_t blocknr, struct buffer_head *bh)
44 handle_t *handle, struct buffer_head *bh)
53 handle_t *handle, struct buffer_head *bh)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Dminix.h40 struct buffer_head ** s_imap;
41 struct buffer_head ** s_zmap;
42 struct buffer_head * s_sbh;
48 extern struct minix_inode * minix_V1_raw_inode(struct super_block *, ino_t, struct buffer_head **);
49 extern struct minix2_inode * minix_V2_raw_inode(struct super_block *, ino_t, struct buffer_head **);
63 extern int V1_minix_get_block(struct inode *, long, struct buffer_head *, int);
64 extern int V2_minix_get_block(struct inode *, long, struct buffer_head *, int);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Dfile.c23 #include <linux/buffer_head.h> /* for file_fsync() */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_subr.c34 #include <linux/buffer_head.h>
101 * The resulting &struct buffer_head.
103 struct buffer_head *
106 struct buffer_head *bp;
132 struct buffer_head *bp, int create)

Completed in 283 milliseconds

1234567891011>>