Searched refs:bh (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dbuffer.c32 struct buffer_head *bh; local
36 *bhp = bh = sb_bread(s, secno);
37 if (bh != NULL)
38 return bh->b_data;
49 struct buffer_head *bh; local
54 if ((*bhp = bh = sb_getblk(s, secno)) != NULL) {
55 if (!buffer_uptodate(bh)) wait_on_buffer(bh);
56 set_buffer_uptodate(bh);
57 return bh
69 struct buffer_head *bh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dext3_jbd.c8 struct buffer_head *bh)
10 int err = journal_get_undo_access(handle, bh);
12 ext3_journal_abort_handle(where, __FUNCTION__, bh, handle,err);
17 struct buffer_head *bh)
19 int err = journal_get_write_access(handle, bh);
21 ext3_journal_abort_handle(where, __FUNCTION__, bh, handle,err);
26 struct buffer_head *bh)
28 int err = journal_forget(handle, bh);
30 ext3_journal_abort_handle(where, __FUNCTION__, bh, handle,err);
35 unsigned long blocknr, struct buffer_head *bh)
7 __ext3_journal_get_undo_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
16 __ext3_journal_get_write_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
25 __ext3_journal_forget(const char *where, handle_t *handle, struct buffer_head *bh) argument
34 __ext3_journal_revoke(const char *where, handle_t *handle, unsigned long blocknr, struct buffer_head *bh) argument
43 __ext3_journal_get_create_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
52 __ext3_journal_dirty_metadata(const char *where, handle_t *handle, struct buffer_head *bh) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dext4_jbd2.c8 struct buffer_head *bh)
10 int err = jbd2_journal_get_undo_access(handle, bh);
12 ext4_journal_abort_handle(where, __FUNCTION__, bh, handle,err);
17 struct buffer_head *bh)
19 int err = jbd2_journal_get_write_access(handle, bh);
21 ext4_journal_abort_handle(where, __FUNCTION__, bh, handle,err);
26 struct buffer_head *bh)
28 int err = jbd2_journal_forget(handle, bh);
30 ext4_journal_abort_handle(where, __FUNCTION__, bh, handle,err);
35 ext4_fsblk_t blocknr, struct buffer_head *bh)
7 __ext4_journal_get_undo_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
16 __ext4_journal_get_write_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
25 __ext4_journal_forget(const char *where, handle_t *handle, struct buffer_head *bh) argument
34 __ext4_journal_revoke(const char *where, handle_t *handle, ext4_fsblk_t blocknr, struct buffer_head *bh) argument
43 __ext4_journal_get_create_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
52 __ext4_journal_dirty_metadata(const char *where, handle_t *handle, struct buffer_head *bh) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmv64360_pic.c77 static struct mv64x60_handle bh; variable in typeref:struct:mv64x60_handle
106 bh.v_base = mv64x60_get_bridge_vbase();
113 mv64x60_write(&bh, MV64x60_GPP_INTR_CAUSE, 0);
114 mv64x60_write(&bh, MV64x60_GPP_INTR_MASK, ppc_cached_irq_mask[2]);
115 mv64x60_write(&bh, MV64360_IC_CPU0_INTR_MASK_LO,ppc_cached_irq_mask[0]);
116 mv64x60_write(&bh, MV64360_IC_CPU0_INTR_MASK_HI,ppc_cached_irq_mask[1]);
153 if (!(mv64x60_read(&bh, MV64360_IC_MAIN_CAUSE_LO) &
160 irq = mv64x60_read(&bh, MV64360_IC_MAIN_CAUSE_LO);
164 irq = mv64x60_read(&bh, MV64360_IC_MAIN_CAUSE_HI);
171 irq_gpp = mv64x60_read(&bh,
[all...]
H A Dgt64260_pic.c69 static struct mv64x60_handle bh; variable in typeref:struct:mv64x60_handle
87 bh.v_base = mv64x60_get_bridge_vbase();
94 mv64x60_write(&bh, MV64x60_GPP_INTR_MASK, ppc_cached_irq_mask[2]);
95 mv64x60_write(&bh, MV64x60_GPP_INTR_CAUSE, 0);
96 mv64x60_write(&bh, GT64260_IC_CPU_INTR_MASK_LO, ppc_cached_irq_mask[0]);
97 mv64x60_write(&bh, GT64260_IC_CPU_INTR_MASK_HI, ppc_cached_irq_mask[1]);
125 irq = mv64x60_read(&bh, GT64260_IC_MAIN_CAUSE_LO);
129 irq = mv64x60_read(&bh, GT64260_IC_MAIN_CAUSE_HI);
136 irq_gpp = mv64x60_read(&bh,
145 mv64x60_write(&bh,
[all...]
H A Dmv64x60.c47 static void gt64260_set_pci2regs_window(struct mv64x60_handle *bh,
49 static u32 gt64260_is_enabled_32bit(struct mv64x60_handle *bh, u32 window);
50 static void gt64260_enable_window_32bit(struct mv64x60_handle *bh, u32 window);
51 static void gt64260_disable_window_32bit(struct mv64x60_handle *bh, u32 window);
52 static void gt64260_enable_window_64bit(struct mv64x60_handle *bh, u32 window);
53 static void gt64260_disable_window_64bit(struct mv64x60_handle *bh, u32 window);
54 static void gt64260_disable_all_windows(struct mv64x60_handle *bh,
56 static void gt64260a_chip_specific_init(struct mv64x60_handle *bh,
58 static void gt64260b_chip_specific_init(struct mv64x60_handle *bh,
65 static void mv64360_set_pci2regs_window(struct mv64x60_handle *bh,
498 mv64x60_init(struct mv64x60_handle *bh, struct mv64x60_setup_info *si) argument
574 mv64x60_early_init(struct mv64x60_handle *bh, struct mv64x60_setup_info *si) argument
638 mv64x60_get_32bit_window(struct mv64x60_handle *bh, u32 window, u32 *base, u32 *size) argument
676 mv64x60_set_32bit_window(struct mv64x60_handle *bh, u32 window, u32 base, u32 size, u32 other_bits) argument
712 mv64x60_get_64bit_window(struct mv64x60_handle *bh, u32 window, u32 *base_hi, u32 *base_lo, u32 *size) argument
755 mv64x60_set_64bit_window(struct mv64x60_handle *bh, u32 window, u32 base_hi, u32 base_lo, u32 size, u32 other_bits) argument
835 mv64x60_get_type(struct mv64x60_handle *bh) argument
908 mv64x60_setup_for_chip(struct mv64x60_handle *bh) argument
991 struct mv64x60_handle bh; local
1014 mv64x60_get_mem_windows(struct mv64x60_handle *bh, u32 mem_windows[MV64x60_CPU2MEM_WINDOWS][2]) argument
1036 mv64x60_calc_mem_size(struct mv64x60_handle *bh, u32 mem_windows[MV64x60_CPU2MEM_WINDOWS][2]) argument
1070 mv64x60_config_cpu2mem_windows(struct mv64x60_handle *bh, struct mv64x60_setup_info *si, u32 mem_windows[MV64x60_CPU2MEM_WINDOWS][2]) argument
1116 mv64x60_config_cpu2pci_windows(struct mv64x60_handle *bh, struct mv64x60_pci_info *pi, u32 bus) argument
1177 mv64x60_config_pci2mem_windows(struct mv64x60_handle *bh, struct pci_controller *hose, struct mv64x60_pci_info *pi, u32 bus, u32 mem_windows[MV64x60_CPU2MEM_WINDOWS][2]) argument
1232 mv64x60_alloc_hose(struct mv64x60_handle *bh, u32 cfg_addr, u32 cfg_data, struct pci_controller **hose) argument
1331 mv64x60_set_bus(struct mv64x60_handle *bh, u32 bus, u32 child_bus) argument
1408 mv64x60_pd_fixup(struct mv64x60_handle *bh, struct platform_device *pd_devs[], u32 entries) argument
1508 gt64260_set_pci2regs_window(struct mv64x60_handle *bh, struct pci_controller *hose, u32 bus, u32 base) argument
1530 gt64260_is_enabled_32bit(struct mv64x60_handle *bh, u32 window) argument
1554 gt64260_enable_window_32bit(struct mv64x60_handle *bh, u32 window) argument
1566 gt64260_disable_window_32bit(struct mv64x60_handle *bh, u32 window) argument
1589 gt64260_enable_window_64bit(struct mv64x60_handle *bh, u32 window) argument
1601 gt64260_disable_window_64bit(struct mv64x60_handle *bh, u32 window) argument
1626 gt64260_disable_all_windows(struct mv64x60_handle *bh, struct mv64x60_setup_info *si) argument
1710 gt64260a_chip_specific_init(struct mv64x60_handle *bh, struct mv64x60_setup_info *si) argument
1782 gt64260b_chip_specific_init(struct mv64x60_handle *bh, struct mv64x60_setup_info *si) argument
1937 mv64360_set_pci2regs_window(struct mv64x60_handle *bh, struct pci_controller *hose, u32 bus, u32 base) argument
1963 mv64360_is_enabled_32bit(struct mv64x60_handle *bh, u32 window) argument
2016 mv64360_enable_window_32bit(struct mv64x60_handle *bh, u32 window) argument
2069 mv64360_disable_window_32bit(struct mv64x60_handle *bh, u32 window) argument
2124 mv64360_enable_window_64bit(struct mv64x60_handle *bh, u32 window) argument
2150 mv64360_disable_window_64bit(struct mv64x60_handle *bh, u32 window) argument
2178 mv64360_disable_all_windows(struct mv64x60_handle *bh, struct mv64x60_setup_info *si) argument
2235 mv64360_config_io2mem_windows(struct mv64x60_handle *bh, struct mv64x60_setup_info *si, u32 mem_windows[MV64x60_CPU2MEM_WINDOWS][2]) argument
2310 mv64360_set_mpsc2regs_window(struct mv64x60_handle *bh, u32 base) argument
2322 mv64360_chip_specific_init(struct mv64x60_handle *bh, struct mv64x60_setup_info *si) argument
2342 mv64460_chip_specific_init(struct mv64x60_handle *bh, struct mv64x60_setup_info *si) argument
[all...]
/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 Dbuffer_head_io.c42 int ocfs2_write_block(struct ocfs2_super *osb, struct buffer_head *bh, argument
47 mlog_entry("(bh->b_blocknr = %llu, inode=%p)\n",
48 (unsigned long long)bh->b_blocknr, inode);
50 BUG_ON(bh->b_blocknr < OCFS2_SUPER_BLOCK_BLKNO);
51 BUG_ON(buffer_jbd(bh));
63 lock_buffer(bh);
64 set_buffer_uptodate(bh);
67 clear_buffer_dirty(bh);
69 get_bh(bh); /* for end_buffer_write_sync() */
70 bh
98 struct buffer_head *bh; local
[all...]
H A Dbuffer_head_io.h31 void ocfs2_end_buffer_io_sync(struct buffer_head *bh,
36 struct buffer_head **bh,
41 struct buffer_head *bh,
55 struct buffer_head **bh, int flags,
60 if (bh == NULL) {
61 printk("ocfs2: bh == NULL\n");
66 status = ocfs2_read_blocks(osb, off, 1, bh,
54 ocfs2_read_block(struct ocfs2_super * osb, u64 off, struct buffer_head **bh, int flags, struct inode *inode) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Dcommit.c27 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) argument
29 BUFFER_TRACE(bh, "");
31 set_buffer_uptodate(bh);
33 clear_buffer_uptodate(bh);
34 unlock_buffer(bh);
51 static void release_buffer_page(struct buffer_head *bh) argument
55 if (buffer_dirty(bh))
57 if (atomic_read(&bh->b_count) != 1)
59 page = bh->b_page;
70 __brelse(bh);
85 inverted_lock(journal_t *journal, struct buffer_head *bh) argument
106 struct buffer_head *bh; local
180 struct buffer_head *bh; local
375 struct buffer_head *bh = jh2bh(jh); local
438 struct buffer_head *bh; local
519 struct buffer_head *bh; local
632 struct buffer_head *bh = wbuf[i]; local
667 struct buffer_head *bh; local
723 struct buffer_head *bh; local
775 struct buffer_head *bh; local
[all...]
H A Dcheckpoint.c94 struct buffer_head *bh = jh2bh(jh); local
96 if (jh->b_jlist == BJ_None && !buffer_locked(bh) && !buffer_dirty(bh)) {
99 jbd_unlock_bh_state(bh);
100 journal_remove_journal_head(bh);
101 BUFFER_TRACE(bh, "release");
102 __brelse(bh);
104 jbd_unlock_bh_state(bh);
147 static void jbd_sync_bh(journal_t *journal, struct buffer_head *bh)
150 get_bh(bh); variable
152 jbd_lock_bh_state(bh); variable
153 jbd_unlock_bh_state(bh); variable
154 put_bh(bh); variable
168 struct buffer_head *bh; local
217 struct buffer_head *bh = bhs[i]; local
237 struct buffer_head *bh = jh2bh(jh); local
340 struct buffer_head *bh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Dcommit.c27 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) argument
29 BUFFER_TRACE(bh, "");
31 set_buffer_uptodate(bh);
33 clear_buffer_uptodate(bh);
34 unlock_buffer(bh);
51 static void release_buffer_page(struct buffer_head *bh) argument
55 if (buffer_dirty(bh))
57 if (atomic_read(&bh->b_count) != 1)
59 page = bh->b_page;
70 __brelse(bh);
85 inverted_lock(journal_t *journal, struct buffer_head *bh) argument
106 struct buffer_head *bh; local
180 struct buffer_head *bh; local
384 struct buffer_head *bh = jh2bh(jh); local
447 struct buffer_head *bh; local
528 struct buffer_head *bh; local
641 struct buffer_head *bh = wbuf[i]; local
676 struct buffer_head *bh; local
732 struct buffer_head *bh; local
784 struct buffer_head *bh; local
[all...]
H A Dcheckpoint.c94 struct buffer_head *bh = jh2bh(jh); local
96 if (jh->b_jlist == BJ_None && !buffer_locked(bh) && !buffer_dirty(bh)) {
99 jbd_unlock_bh_state(bh);
100 jbd2_journal_remove_journal_head(bh);
101 BUFFER_TRACE(bh, "release");
102 __brelse(bh);
104 jbd_unlock_bh_state(bh);
147 static void jbd_sync_bh(journal_t *journal, struct buffer_head *bh)
150 get_bh(bh); variable
152 jbd_lock_bh_state(bh); variable
153 jbd_unlock_bh_state(bh); variable
154 put_bh(bh); variable
168 struct buffer_head *bh; local
217 struct buffer_head *bh = bhs[i]; local
237 struct buffer_head *bh = jh2bh(jh); local
340 struct buffer_head *bh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dmeta_io.c142 struct buffer_head *bh; local
168 for (bh = page_buffers(page); bufnum--; bh = bh->b_this_page)
170 get_bh(bh);
172 if (!buffer_mapped(bh))
173 map_bh(bh, sdp->sd_vfs, blkno);
179 return bh;
182 static void meta_prep_new(struct buffer_head *bh) argument
184 struct gfs2_meta_header *mh = (struct gfs2_meta_header *)bh
204 struct buffer_head *bh; local
245 gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh) argument
271 gfs2_attach_bufdata(struct gfs2_glock *gl, struct buffer_head *bh, int meta) argument
307 gfs2_pin(struct gfs2_sbd *sdp, struct buffer_head *bh) argument
343 gfs2_unpin(struct gfs2_sbd *sdp, struct buffer_head *bh, struct gfs2_ail *ai) argument
381 struct buffer_head *bh; local
470 struct buffer_head *bh = NULL, **bh_slot = ip->i_cache + height; local
536 struct buffer_head *first_bh, *bh; local
[all...]
H A Dmeta_io.h17 static inline void gfs2_buffer_clear(struct buffer_head *bh) argument
19 memset(bh->b_data, 0, bh->b_size);
22 static inline void gfs2_buffer_clear_tail(struct buffer_head *bh, int head) argument
24 BUG_ON(head > bh->b_size);
25 memset(bh->b_data + head, 0, bh->b_size - head);
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 *bh);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbuffer.c50 init_buffer(struct buffer_head *bh, bh_end_io_t *handler, void *private) argument
52 bh->b_end_io = handler;
53 bh->b_private = private;
59 struct buffer_head *bh local
63 bd = bh->b_bdev;
70 void fastcall __lock_buffer(struct buffer_head *bh) argument
72 wait_on_bit_lock(&bh->b_state, BH_Lock, sync_buffer,
77 void fastcall unlock_buffer(struct buffer_head *bh) argument
80 clear_buffer_locked(bh);
82 wake_up_bit(&bh
90 __wait_on_buffer(struct buffer_head * bh) argument
103 buffer_io_error(struct buffer_head *bh) argument
116 end_buffer_read_sync(struct buffer_head *bh, int uptodate) argument
128 end_buffer_write_sync(struct buffer_head *bh, int uptodate) argument
255 struct buffer_head *bh; local
367 end_buffer_async_read(struct buffer_head *bh, int uptodate) argument
429 end_buffer_async_write(struct buffer_head *bh, int uptodate) argument
501 mark_buffer_async_read(struct buffer_head *bh) argument
507 mark_buffer_async_write(struct buffer_head *bh) argument
519 __remove_assoc_queue(struct buffer_head *bh) argument
545 struct buffer_head *bh; local
601 struct buffer_head *bh = __find_get_block(bdev, bblock + 1, blocksize); local
609 mark_buffer_dirty_inode(struct buffer_head *bh, struct inode *inode) argument
640 struct buffer_head *bh = head; local
688 struct buffer_head *bh; local
776 struct buffer_head *bh = BH_ENTRY(list->next); local
800 struct buffer_head *bh, *head; local
862 struct buffer_head *bh, *tail; local
881 struct buffer_head *bh = head; local
909 struct buffer_head *bh; local
1015 struct buffer_head * bh; local
1065 mark_buffer_dirty(struct buffer_head *bh) argument
1092 __bforget(struct buffer_head *bh) argument
1106 __bread_slow(struct buffer_head *bh) argument
1164 bh_lru_install(struct buffer_head *bh) argument
1217 struct buffer_head *bh = lru->bhs[i]; local
1245 struct buffer_head *bh = lookup_bh_lru(bdev, block, size); local
1261 struct buffer_head *bh = __find_get_block(bdev, block, size); local
1275 struct buffer_head *bh = __getblk(bdev, block, size); local
1295 struct buffer_head *bh = __getblk(bdev, block, size); local
1325 set_bh_page(struct buffer_head *bh, struct page *page, unsigned long offset) argument
1343 discard_buffer(struct buffer_head * bh) argument
1373 struct buffer_head *head, *bh, *next; local
1415 struct buffer_head *bh, *head, *tail; local
1505 struct buffer_head *bh, *head; local
1667 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; local
1783 struct buffer_head *bh, *head; local
1822 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; local
2108 end_buffer_read_nobh(struct buffer_head *bh, int uptodate) argument
2186 struct buffer_head *bh = alloc_buffer_head(GFP_NOFS); local
2206 struct buffer_head *bh; local
2370 struct buffer_head *bh; local
2488 struct buffer_head *bh = bio->bi_private; local
2503 submit_bh(int rw, struct buffer_head * bh) argument
2582 struct buffer_head *bh = bhs[i]; local
2613 sync_dirty_buffer(struct buffer_head *bh) argument
2656 buffer_busy(struct buffer_head *bh) argument
2666 struct buffer_head *bh; local
2728 struct buffer_head *bh = buffers_to_free; local
2823 free_buffer_head(struct buffer_head *bh) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dcommit.c29 static void hfsplus_jbd_end_buffer_io_sync(struct buffer_head *bh, int uptodate) argument
31 HFSPLUS_BUFFER_TRACE(bh, "");
33 set_buffer_uptodate(bh);
35 clear_buffer_uptodate(bh);
36 unlock_buffer(bh);
53 static void release_buffer_page(struct buffer_head *bh) argument
57 if (buffer_dirty(bh))
59 if (atomic_read(&bh->b_count) != 1)
61 page = bh->b_page;
72 __brelse(bh);
87 inverted_lock(hfsplus_jbd_t *journal, struct buffer_head *bh) argument
108 struct buffer_head *bh; local
289 struct buffer_head *bh = hfsplus_jh2bh(jh); local
361 struct buffer_head *bh; local
418 struct buffer_head *bh; local
503 struct buffer_head *bh; local
650 struct buffer_head *bh = wbuf[i]; local
688 struct buffer_head *bh; local
744 struct buffer_head *bh; local
796 struct buffer_head *bh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbuffer_head.h24 BH_Uptodate_Lock,/* Used by the first bh in a page, to serialise
49 typedef void (bh_end_io_t)(struct buffer_head *bh, int uptodate);
63 struct page *b_page; /* the page this bh is mapped to */
83 static inline void set_buffer_##name(struct buffer_head *bh) \
85 set_bit(BH_##bit, &(bh)->b_state); \
87 static inline void clear_buffer_##name(struct buffer_head *bh) \
89 clear_bit(BH_##bit, &(bh)->b_state); \
91 static inline int buffer_##name(const struct buffer_head *bh) \
93 return test_bit(BH_##bit, &(bh)->b_state); \
100 static inline int test_set_buffer_##name(struct buffer_head *bh) \
237 get_bh(struct buffer_head *bh) argument
242 put_bh(struct buffer_head *bh) argument
248 brelse(struct buffer_head *bh) argument
254 bforget(struct buffer_head *bh) argument
285 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) argument
298 wait_on_buffer(struct buffer_head *bh) argument
305 lock_buffer(struct buffer_head *bh) argument
[all...]
H A Dext3_jbd.h97 * iloc->bh. This _must_ be cleaned up later.
113 struct buffer_head *bh)
115 journal_release_buffer(handle, bh);
119 struct buffer_head *bh, handle_t *handle, int err);
122 struct buffer_head *bh);
125 struct buffer_head *bh);
128 struct buffer_head *bh);
131 unsigned long blocknr, struct buffer_head *bh);
134 handle_t *handle, struct buffer_head *bh);
137 handle_t *handle, struct buffer_head *bh);
112 ext3_journal_release_buffer(handle_t *handle, struct buffer_head *bh) argument
[all...]
H A Dext4_jbd2.h102 * iloc->bh. This _must_ be cleaned up later.
118 struct buffer_head *bh)
120 jbd2_journal_release_buffer(handle, bh);
124 struct buffer_head *bh, handle_t *handle, int err);
127 struct buffer_head *bh);
130 struct buffer_head *bh);
133 struct buffer_head *bh);
136 ext4_fsblk_t blocknr, struct buffer_head *bh);
139 handle_t *handle, struct buffer_head *bh);
142 handle_t *handle, struct buffer_head *bh);
117 ext4_journal_release_buffer(handle_t *handle, struct buffer_head *bh) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dev64260.c52 static struct mv64x60_handle bh; variable in typeref:struct:mv64x60_handle
145 mv64x60_set_32bit_window(&bh, MV64x60_CPU2BOOT_WIN,
147 bh.ci->enable_window_32bit(&bh, MV64x60_CPU2BOOT_WIN);
148 mv64x60_set_32bit_window(&bh, MV64x60_CPU2DEV_0_WIN,
150 bh.ci->enable_window_32bit(&bh, MV64x60_CPU2DEV_0_WIN);
151 mv64x60_set_32bit_window(&bh, MV64x60_CPU2DEV_1_WIN,
153 bh.ci->enable_window_32bit(&bh, MV64x60_CPU2DEV_1_WI
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Dsymlink.c18 struct buffer_head * bh; local
30 bh = sb_bread(inode->i_sb, efs_bmap(inode, 0));
31 if (!bh)
33 memcpy(link, bh->b_data, (size > EFS_BLOCKSIZE) ? EFS_BLOCKSIZE : size);
34 brelse(bh);
36 bh = sb_bread(inode->i_sb, efs_bmap(inode, 1));
37 if (!bh)
39 memcpy(link + EFS_BLOCKSIZE, bh->b_data, size - EFS_BLOCKSIZE);
40 brelse(bh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dfile.c22 static struct buffer_head *affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext);
73 struct buffer_head *bh; local
122 bh = affs_bread(sb, key);
123 if (!bh)
125 key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension);
126 affs_brelse(bh);
140 affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext) argument
146 blocknr = affs_alloc_block(inode, bh->b_blocknr);
164 tmp = be32_to_cpu(AFFS_TAIL(sb, bh)->extension);
167 AFFS_TAIL(sb, bh)
181 struct buffer_head *bh = AFFS_I(inode)->i_ext_bh; local
195 struct buffer_head *bh; local
423 struct buffer_head *bh, tmp_bh; local
442 struct buffer_head *bh, tmp_bh; local
461 struct buffer_head *bh, tmp_bh; local
482 struct buffer_head *bh; local
519 struct buffer_head *bh, *prev_bh; local
647 struct buffer_head *bh, *prev_bh; local
871 struct buffer_head *bh = affs_bread_ino(inode, last_blk, 0); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Dbitmap.c25 struct buffer_head *bh; local
28 if (!(bh=map[i]))
30 for (j=0; j<bh->b_size; j++)
31 sum += nibblemap[bh->b_data[j] & 0xf]
32 + nibblemap[(bh->b_data[j]>>4) & 0xf];
35 if (numblocks==0 || !(bh=map[numblocks-1]))
37 i = ((numbits - (numblocks-1) * bh->b_size * 8) / 16) * 2;
39 sum += nibblemap[bh->b_data[j] & 0xf]
40 + nibblemap[(bh->b_data[j]>>4) & 0xf];
45 i = *(__u16 *)(&bh
56 struct buffer_head *bh; local
88 struct buffer_head *bh = sbi->s_zmap[i]; local
115 minix_V1_raw_inode(struct super_block *sb, ino_t ino, struct buffer_head **bh) argument
139 minix_V2_raw_inode(struct super_block *sb, ino_t ino, struct buffer_head **bh) argument
168 struct buffer_head *bh = NULL; local
195 struct buffer_head *bh; local
228 struct buffer_head * bh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Dio.c29 struct buffer_head *bh = NULL; local
47 bh = sb_bread(sb, block);
49 if (bh == NULL) {
55 return bh;
65 struct buffer_head *bh = NULL; local
69 bh = sb_bread(sb, block);
71 if (bh == NULL) {
78 return bh;

Completed in 207 milliseconds

1234567891011>>