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

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dminix_fs_sb.h18 struct buffer_head ** s_imap;
19 struct buffer_head ** s_zmap;
20 struct buffer_head * s_sbh;
H A Dext2_fs_sb.h41 struct buffer_head * s_sbh; /* Buffer containing the super block */
43 struct buffer_head ** s_group_desc;
47 struct buffer_head * s_inode_bitmap[EXT2_MAX_GROUP_LOADED];
49 struct buffer_head * s_block_bitmap[EXT2_MAX_GROUP_LOADED];
H A Dlocks.h15 extern void __wait_on_buffer(struct buffer_head *);
17 static inline void wait_on_buffer(struct buffer_head * bh)
23 static inline void lock_buffer(struct buffer_head * bh)
29 extern void FASTCALL(unlock_buffer(struct buffer_head *bh));
H A Dqnx4_fs_sb.h21 struct buffer_head *sb_buf; /* superblock buffer */
H A Djournal-head.h4 * buffer_head fields for JBD
15 struct buffer_head;
19 /* Points back to our buffer_head. */
20 struct buffer_head *b_bh;
H A Dfat_cvf.h13 struct buffer_head* (*cvf_bread) (struct super_block*sb,int block);
14 struct buffer_head* (*cvf_getblk) (struct super_block*sb,int block);
15 void (*cvf_brelse) (struct super_block *sb,struct buffer_head *bh);
17 struct buffer_head *bh);
19 struct buffer_head *bh,
21 int (*cvf_is_uptodate) (struct super_block *sb,struct buffer_head *bh);
25 struct buffer_head *bh[32]);
H A Dbfs_fs_sb.h21 struct buffer_head * si_sbh; /* buffer header w/superblock */
H A Dext3_fs_sb.h46 struct buffer_head * s_sbh; /* Buffer containing the super block */
48 struct buffer_head ** s_group_desc;
52 struct buffer_head * s_inode_bitmap[EXT3_MAX_GROUP_LOADED];
54 struct buffer_head * s_block_bitmap[EXT3_MAX_GROUP_LOADED];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dminix_fs_sb.h18 struct buffer_head ** s_imap;
19 struct buffer_head ** s_zmap;
20 struct buffer_head * s_sbh;
H A Dext2_fs_sb.h41 struct buffer_head * s_sbh; /* Buffer containing the super block */
43 struct buffer_head ** s_group_desc;
47 struct buffer_head * s_inode_bitmap[EXT2_MAX_GROUP_LOADED];
49 struct buffer_head * s_block_bitmap[EXT2_MAX_GROUP_LOADED];
H A Dlocks.h15 extern void __wait_on_buffer(struct buffer_head *);
17 static inline void wait_on_buffer(struct buffer_head * bh)
23 static inline void lock_buffer(struct buffer_head * bh)
29 extern void FASTCALL(unlock_buffer(struct buffer_head *bh));
H A Dqnx4_fs_sb.h21 struct buffer_head *sb_buf; /* superblock buffer */
H A Djournal-head.h4 * buffer_head fields for JBD
15 struct buffer_head;
19 /* Points back to our buffer_head. */
20 struct buffer_head *b_bh;
H A Dfat_cvf.h13 struct buffer_head* (*cvf_bread) (struct super_block*sb,int block);
14 struct buffer_head* (*cvf_getblk) (struct super_block*sb,int block);
15 void (*cvf_brelse) (struct super_block *sb,struct buffer_head *bh);
17 struct buffer_head *bh);
19 struct buffer_head *bh,
21 int (*cvf_is_uptodate) (struct super_block *sb,struct buffer_head *bh);
25 struct buffer_head *bh[32]);
H A Dbfs_fs_sb.h21 struct buffer_head * si_sbh; /* buffer header w/superblock */
H A Dext3_fs_sb.h46 struct buffer_head * s_sbh; /* Buffer containing the super block */
48 struct buffer_head ** s_group_desc;
52 struct buffer_head * s_inode_bitmap[EXT3_MAX_GROUP_LOADED];
54 struct buffer_head * s_block_bitmap[EXT3_MAX_GROUP_LOADED];
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dbuffer.c17 struct buffer_head *fat_bread(struct super_block *sb, int block)
21 struct buffer_head *fat_getblk(struct super_block *sb, int block)
25 void fat_brelse (struct super_block *sb, struct buffer_head *bh)
32 struct buffer_head *bh)
38 struct buffer_head *bh,
43 int fat_is_uptodate(struct super_block *sb, struct buffer_head *bh)
51 struct buffer_head *bh[32])
56 struct buffer_head *default_fat_bread(struct super_block *sb, int block)
61 struct buffer_head *default_fat_getblk(struct super_block *sb, int block)
66 void default_fat_brelse(struct super_block *sb, struct buffer_head *b
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dbuffer.c17 struct buffer_head *fat_bread(struct super_block *sb, int block)
21 struct buffer_head *fat_getblk(struct super_block *sb, int block)
25 void fat_brelse (struct super_block *sb, struct buffer_head *bh)
32 struct buffer_head *bh)
38 struct buffer_head *bh,
43 int fat_is_uptodate(struct super_block *sb, struct buffer_head *bh)
51 struct buffer_head *bh[32])
56 struct buffer_head *default_fat_bread(struct super_block *sb, int block)
61 struct buffer_head *default_fat_getblk(struct super_block *sb, int block)
66 void default_fat_brelse(struct super_block *sb, struct buffer_head *b
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dataraid.h42 int (*make_request) (request_queue_t *q, int rw, struct buffer_head * bh);
55 struct buffer_head *parent;
65 extern struct buffer_head *ataraid_get_bhead(void);
67 extern void ataraid_end_request(struct buffer_head *bh, int uptodate);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/raid/
H A Dxor.h8 extern void xor_block(unsigned int count, struct buffer_head **bh_ptr);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/scsi/
H A Dscsicam.h17 extern int scsi_partsize(struct buffer_head *bh, unsigned long capacity,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/raid/
H A Dxor.h8 extern void xor_block(unsigned int count, struct buffer_head **bh_ptr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/scsi/
H A Dscsicam.h17 extern int scsi_partsize(struct buffer_head *bh, unsigned long capacity,
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Djfs_user.h17 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);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dudfdecl.h50 struct buffer_head;
63 struct buffer_head *sbh;
64 struct buffer_head *ebh;
109 extern struct buffer_head * udf_expand_dir_adinicb(struct inode *, int *, int *);
110 extern struct buffer_head * udf_getblk(struct inode *, long, int, int *);
111 extern struct buffer_head * udf_bread(struct inode *, int, int, int *);
118 extern int8_t inode_bmap(struct inode *, int, lb_addr *, uint32_t *, lb_addr *, uint32_t *, uint32_t *, struct buffer_head **);
119 extern int8_t udf_add_aext(struct inode *, lb_addr *, int *, lb_addr, uint32_t, struct buffer_head **, int);
120 extern int8_t udf_write_aext(struct inode *, lb_addr, int *, lb_addr, uint32_t, struct buffer_head *, int);
121 extern int8_t udf_insert_aext(struct inode *, lb_addr, int, lb_addr, uint32_t, struct buffer_head *);
[all...]

Completed in 101 milliseconds

1234567891011>>