Searched refs:bh_result (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dops_address.h19 struct buffer_head *bh_result, int create);
H A Dops_address.c60 * @bh_result: The buffer head to return the result in
67 struct buffer_head *bh_result, int create)
69 return gfs2_block_map(inode, lblock, create, bh_result);
76 * @bh_result: The buffer head to return the result in
83 struct buffer_head *bh_result, int create)
87 error = gfs2_block_map(inode, lblock, 0, bh_result);
90 if (bh_result->b_blocknr == 0)
96 struct buffer_head *bh_result, int create)
98 return gfs2_block_map(inode, lblock, 0, bh_result);
66 gfs2_get_block(struct inode *inode, sector_t lblock, struct buffer_head *bh_result, int create) argument
82 gfs2_get_block_noalloc(struct inode *inode, sector_t lblock, struct buffer_head *bh_result, int create) argument
95 gfs2_get_block_direct(struct inode *inode, sector_t lblock, struct buffer_head *bh_result, int create) argument
H A Dmeta_io.c38 struct buffer_head *bh_result, int create)
37 aspace_get_block(struct inode *inode, sector_t lblock, struct buffer_head *bh_result, int create) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/efs/
H A Dfile.c13 struct buffer_head *bh_result, int create)
34 map_bh(bh_result, inode->i_sb, phys);
12 efs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/minix/
H A Ditree_v1.c48 struct buffer_head *bh_result, int create)
50 return get_block(inode, block, bh_result, create);
47 V1_minix_get_block(struct inode * inode, long block, struct buffer_head *bh_result, int create) argument
H A Ditree_v2.c54 struct buffer_head *bh_result, int create)
56 return get_block(inode, block, bh_result, create);
53 V2_minix_get_block(struct inode * inode, long block, struct buffer_head *bh_result, int create) argument
H A Dinode.c337 struct buffer_head *bh_result, int create)
340 return V1_minix_get_block(inode, block, bh_result, create);
342 return V2_minix_get_block(inode, block, bh_result, create);
336 minix_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Dinode.c171 struct buffer_head *bh_result, int create)
178 s32 xlen = bh_result->b_size >> ip->i_blkbits;
213 set_buffer_new(bh_result);
216 map_bh(bh_result, ip->i_sb, xaddr);
217 bh_result->b_size = xlen << ip->i_blkbits;
233 set_buffer_new(bh_result);
234 map_bh(bh_result, ip->i_sb, addressXAD(&xad));
235 bh_result->b_size = lengthXAD(&xad) << ip->i_blkbits;
170 jfs_get_block(struct inode *ip, sector_t lblock, struct buffer_head *bh_result, int create) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/bfs/
H A Dfile.c60 struct buffer_head * bh_result, int create)
77 map_bh(bh_result, sb, phys);
87 map_bh(bh_result, sb, phys);
100 map_bh(bh_result, sb, phys);
130 map_bh(bh_result, sb, phys);
59 bfs_get_block(struct inode * inode, sector_t block, struct buffer_head * bh_result, int create) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hpfs/
H A Dfile.c61 static int hpfs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
66 map_bh(bh_result, inode->i_sb, s);
80 set_buffer_new(bh_result);
81 map_bh(bh_result, inode->i_sb, s);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dinode.c237 // of page (bh_result)
243 struct buffer_head *bh_result, int args)
268 kunmap(bh_result->b_page);
274 && !PageUptodate(bh_result->b_page)) {
288 map_bh(bh_result, inode->i_sb, blocknr);
291 set_buffer_boundary(bh_result);
297 && !PageUptodate(bh_result->b_page)) {
303 kunmap(bh_result->b_page);
311 kunmap(bh_result->b_page);
319 if (buffer_uptodate(bh_result)) {
242 _get_block_create_0(struct inode *inode, long block, struct buffer_head *bh_result, int args) argument
412 reiserfs_bmap(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
442 reiserfs_get_block_create_0(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
451 reiserfs_get_blocks_direct_io(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
503 convert_tail_for_hole(struct inode *inode, struct buffer_head *bh_result, loff_t tail_offset) argument
581 reiserfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
1985 grab_tail_page(struct inode *p_s_inode, struct page **page_result, struct buffer_head **bh_result) argument
2156 map_block_for_writepage(struct inode *inode, struct buffer_head *bh_result, unsigned long block) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Daops.c49 struct buffer_head *bh_result, int create)
60 (unsigned long long)iblock, bh_result, create);
95 if (!buffer_uptodate(bh_result) && ocfs2_inode_is_new(inode)) {
110 kaddr = kmap_atomic(bh_result->b_page, KM_USER0);
115 memcpy(kaddr + (bh_result->b_size * iblock),
117 bh_result->b_size);
119 set_buffer_uptodate(bh_result);
124 map_bh(bh_result, inode->i_sb,
138 struct buffer_head *bh_result, int create)
146 (unsigned long long)iblock, bh_result, creat
48 ocfs2_symlink_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
137 ocfs2_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
430 ocfs2_direct_IO_get_blocks(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c1302 struct buffer_head *bh_result,
1315 ASSERT(bh_result->b_size >= (1 << inode->i_blkbits));
1316 size = bh_result->b_size;
1330 xfs_map_buffer(bh_result, &iomap, offset,
1335 bh_result->b_private = inode;
1336 set_buffer_unwritten(bh_result);
1344 bh_result->b_bdev = iomap.iomap_target->bt_bdev;
1356 ((!buffer_mapped(bh_result) && !buffer_uptodate(bh_result)) ||
1359 set_buffer_new(bh_result);
1299 __xfs_get_blocks( struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create, int direct, bmapi_flags_t flags) argument
1381 xfs_get_blocks( struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
1392 xfs_get_blocks_direct( struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/affs/
H A Dfile.c319 affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
345 map_bh(bh_result, sb, (sector_t)be32_to_cpu(AFFS_BLOCK(sb, ext_bh, block)));
351 set_buffer_new(bh_result);
356 if (bh_result->b_blocknr)
357 affs_warning(sb, "get_block", "block already set (%x)", bh_result->b_blocknr);
360 affs_adjust_checksum(ext_bh, blocknr - bh_result->b_blocknr + 1);
361 bh_result->b_blocknr = blocknr;
387 clear_buffer_mapped(bh_result);
388 bh_result->b_bdev = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Dinode.c415 int ufs_getfrag_block(struct inode *inode, sector_t fragment, struct buffer_head *bh_result, int create) argument
428 map_bh(bh_result, sb, phys64);
458 bh_result->b_page)
461 bh_result->b_page)
464 &err, &phys, &new, bh_result->b_page)
500 set_buffer_new(bh_result);
501 map_bh(bh_result, sb, phys);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysv/
H A Ditree.c202 static int get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
223 map_bh(bh_result, sb, block_to_cpu(SYSV_SB(sb),
257 set_buffer_new(bh_result);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fat/
H A Dinode.c55 struct buffer_head *bh_result, int create)
67 map_bh(bh_result, sb, phys);
99 set_buffer_new(bh_result);
100 map_bh(bh_result, sb, phys);
106 struct buffer_head *bh_result, int create)
109 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits;
112 err = __fat_get_block(inode, iblock, &max_blocks, bh_result, create);
115 bh_result->b_size = max_blocks << sb->s_blocksize_bits;
53 __fat_get_block(struct inode *inode, sector_t iblock, unsigned long *max_blocks, struct buffer_head *bh_result, int create) argument
105 fat_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Dextent.c320 struct buffer_head *bh_result, int create)
358 map_bh(bh_result, sb, HFS_SB(sb)->fs_start +
363 set_buffer_new(bh_result);
319 hfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dextents.c173 struct buffer_head *bh_result, int create)
216 map_bh(bh_result, sb, (dblock << HFSPLUS_SB(sb).fs_shift) + HFSPLUS_SB(sb).blockoffset + (iblock & mask));
218 set_buffer_new(bh_result);
172 hfsplus_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dextents.c173 struct buffer_head *bh_result, int create)
242 map_bh(bh_result, sb, (dblock << HFSPLUS_SB(sb).fs_shift) + HFSPLUS_SB(sb).blockoffset + (iblock & mask));
244 set_buffer_new(bh_result);
172 hfsplus_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
H A Dinode.c266 struct buffer_head *bh_result, int create)
270 ret = hfsplus_get_block(inode, iblock, bh_result, create);
272 bh_result->b_size = (1 << inode->i_blkbits);
265 hfsplus_get_blocks(struct inode *inode, sector_t iblock, unsigned long max_blocks, struct buffer_head *bh_result, int create) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dinode.c790 struct buffer_head *bh_result,
817 clear_buffer_new(bh_result);
875 clear_buffer_new(bh_result);
925 set_buffer_new(bh_result);
927 map_bh(bh_result, inode->i_sb, le32_to_cpu(chain[depth-1].key));
929 set_buffer_boundary(bh_result);
939 BUFFER_TRACE(bh_result, "returned");
947 struct buffer_head *bh_result, int create)
951 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
987 max_blocks, bh_result, creat
788 ext3_get_blocks_handle(handle_t *handle, struct inode *inode, sector_t iblock, unsigned long maxblocks, struct buffer_head *bh_result, int create, int extend_disksize) argument
946 ext3_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dinode.c788 struct buffer_head *bh_result,
816 clear_buffer_new(bh_result);
874 clear_buffer_new(bh_result);
924 set_buffer_new(bh_result);
926 map_bh(bh_result, inode->i_sb, le32_to_cpu(chain[depth-1].key));
928 set_buffer_boundary(bh_result);
938 BUFFER_TRACE(bh_result, "returned");
946 struct buffer_head *bh_result, int create)
950 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
986 max_blocks, bh_result, creat
786 ext4_get_blocks_handle(handle_t *handle, struct inode *inode, sector_t iblock, unsigned long maxblocks, struct buffer_head *bh_result, int create, int extend_disksize) argument
945 ext4_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
[all...]
H A Dextents.c1980 unsigned long max_blocks, struct buffer_head *bh_result,
1989 __clear_bit(BH_New, &bh_result->b_state);
2112 __set_bit(BH_New, &bh_result->b_state);
2120 __set_bit(BH_Mapped, &bh_result->b_state);
2121 bh_result->b_bdev = inode->i_sb->s_bdev;
2122 bh_result->b_blocknr = newblock;
1978 ext4_ext_get_blocks(handle_t *handle, struct inode *inode, ext4_fsblk_t iblock, unsigned long max_blocks, struct buffer_head *bh_result, int create, int extend_disksize) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dinode.c547 int ext2_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
567 map_bh(bh_result, inode->i_sb, le32_to_cpu(chain[depth-1].key));
569 set_buffer_boundary(bh_result);
617 set_buffer_new(bh_result);

Completed in 279 milliseconds

12