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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Ditree_v1.c54 struct buffer_head *bh_result, int create)
56 return get_block(inode, block, bh_result, create);
53 V1_minix_get_block(struct inode * inode, long block, struct buffer_head *bh_result, int create) argument
H A Ditree_v2.c62 struct buffer_head *bh_result, int create)
64 return get_block(inode, block, bh_result, create);
61 V2_minix_get_block(struct inode * inode, long block, struct buffer_head *bh_result, int create) argument
H A Dinode.c347 struct buffer_head *bh_result, int create)
350 return V1_minix_get_block(inode, block, bh_result, create);
352 return V2_minix_get_block(inode, block, bh_result, create);
346 minix_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/bfs/
H A Dfile.c66 struct buffer_head *bh_result, int create)
79 map_bh(bh_result, sb, phys);
91 map_bh(bh_result, sb, phys);
110 map_bh(bh_result, sb, phys);
144 map_bh(bh_result, sb, phys);
65 bfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dfile.c62 static int hpfs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
67 map_bh(bh_result, inode->i_sb, s);
81 set_buffer_new(bh_result);
82 map_bh(bh_result, inode->i_sb, s);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dinode.c254 // of page (bh_result)
260 struct buffer_head *bh_result, int args)
283 kunmap(bh_result->b_page);
289 && !PageUptodate(bh_result->b_page)) {
303 map_bh(bh_result, inode->i_sb, blocknr);
306 set_buffer_boundary(bh_result);
312 && !PageUptodate(bh_result->b_page)) {
318 kunmap(bh_result->b_page);
326 kunmap(bh_result->b_page);
334 if (buffer_uptodate(bh_result)) {
259 _get_block_create_0(struct inode *inode, sector_t block, struct buffer_head *bh_result, int args) argument
422 reiserfs_bmap(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
452 reiserfs_get_block_create_0(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
461 reiserfs_get_blocks_direct_io(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
517 convert_tail_for_hole(struct inode *inode, struct buffer_head *bh_result, loff_t tail_offset) argument
595 reiserfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
1987 grab_tail_page(struct inode *inode, struct page **page_result, struct buffer_head **bh_result) argument
2161 map_block_for_writepage(struct inode *inode, struct buffer_head *bh_result, unsigned long block) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dinode.c196 struct buffer_head *bh_result, int create)
203 s32 xlen = bh_result->b_size >> ip->i_blkbits;
238 set_buffer_new(bh_result);
241 map_bh(bh_result, ip->i_sb, xaddr);
242 bh_result->b_size = xlen << ip->i_blkbits;
258 set_buffer_new(bh_result);
259 map_bh(bh_result, ip->i_sb, addressXAD(&xad));
260 bh_result->b_size = lengthXAD(&xad) << ip->i_blkbits;
195 jfs_get_block(struct inode *ip, sector_t lblock, struct buffer_head *bh_result, int create) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Daops.h61 struct buffer_head *bh_result, int create);
H A Daops.c52 struct buffer_head *bh_result, int create)
63 (unsigned long long)iblock, bh_result, create);
89 if (!buffer_uptodate(bh_result) && ocfs2_inode_is_new(inode)) {
104 kaddr = kmap_atomic(bh_result->b_page, KM_USER0);
109 memcpy(kaddr + (bh_result->b_size * iblock),
111 bh_result->b_size);
113 set_buffer_uptodate(bh_result);
118 map_bh(bh_result, inode->i_sb,
131 struct buffer_head *bh_result, int create)
135 u64 max_blocks = bh_result
51 ocfs2_symlink_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
130 ocfs2_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
513 ocfs2_direct_IO_get_blocks(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/omfs/
H A Dfile.c220 struct buffer_head *bh_result, int create)
231 int max_blocks = bh_result->b_size >> inode->i_blkbits;
258 map_bh(bh_result, inode->i_sb, offset);
261 bh_result->b_size = (remain << inode->i_blkbits);
279 map_bh(bh_result, inode->i_sb,
219 omfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.c1301 struct buffer_head *bh_result,
1314 ASSERT(bh_result->b_size >= (1 << inode->i_blkbits));
1315 size = bh_result->b_size;
1337 xfs_map_buffer(inode, bh_result, &imap, offset);
1340 bh_result->b_private = inode;
1341 set_buffer_unwritten(bh_result);
1349 bh_result->b_bdev = xfs_find_bdev_for_inode(inode);
1361 ((!buffer_mapped(bh_result) && !buffer_uptodate(bh_result)) ||
1364 set_buffer_new(bh_result);
1298 __xfs_get_blocks( struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create, int direct) argument
1398 xfs_get_blocks( struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
1408 xfs_get_blocks_direct( struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dfile.c322 affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
346 map_bh(bh_result, sb, (sector_t)be32_to_cpu(AFFS_BLOCK(sb, ext_bh, block)));
352 set_buffer_new(bh_result);
357 if (bh_result->b_blocknr)
358 affs_warning(sb, "get_block", "block already set (%x)", bh_result->b_blocknr);
361 affs_adjust_checksum(ext_bh, blocknr - bh_result->b_blocknr + 1);
362 bh_result->b_blocknr = blocknr;
388 clear_buffer_mapped(bh_result);
389 bh_result->b_bdev = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dinode.c42 * @bh_result - buffer head to be mapped on
50 struct buffer_head *bh_result, int create)
56 unsigned maxblocks = bh_result->b_size >> inode->i_blkbits;
62 map_bh(bh_result, inode->i_sb, blknum);
64 bh_result->b_size = (ret << inode->i_blkbits);
71 bh_result->b_blocknr = 0;
76 (unsigned long)bh_result);
105 set_buffer_new(bh_result);
106 map_bh(bh_result, inode->i_sb, 0); /* dbn must be changed
49 nilfs_get_block(struct inode *inode, sector_t blkoff, struct buffer_head *bh_result, int create) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dinode.c606 struct buffer_head *bh_result,
630 clear_buffer_new(bh_result); /* What's this do? */
685 clear_buffer_new(bh_result);
729 set_buffer_new(bh_result);
731 map_bh(bh_result, inode->i_sb, le32_to_cpu(chain[depth-1].key));
733 set_buffer_boundary(bh_result);
745 int ext2_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
747 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
749 bh_result, create);
751 bh_result
604 ext2_get_blocks(struct inode *inode, sector_t iblock, unsigned long maxblocks, struct buffer_head *bh_result, int create) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
456 bh_result->b_page)
459 bh_result->b_page)
462 &err, &phys, &new, bh_result->b_page)
498 set_buffer_new(bh_result);
499 map_bh(bh_result, sb, phys);
H A Dufs.h113 extern int ufs_getfrag_block (struct inode *inode, sector_t fragment, struct buffer_head *bh_result, int create);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Daops.c62 * @bh_result: The buffer head to return the result in
69 struct buffer_head *bh_result, int create)
73 error = gfs2_block_map(inode, lblock, bh_result, 0);
76 if (!buffer_mapped(bh_result))
82 struct buffer_head *bh_result, int create)
84 return gfs2_block_map(inode, lblock, bh_result, 0);
68 gfs2_get_block_noalloc(struct inode *inode, sector_t lblock, struct buffer_head *bh_result, int create) argument
81 gfs2_get_block_direct(struct inode *inode, sector_t lblock, struct buffer_head *bh_result, int create) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dextents.c173 struct buffer_head *bh_result, int create)
219 map_bh(bh_result, sb, (dblock << HFSPLUS_SB(sb).fs_shift) + HFSPLUS_SB(sb).blockoffset + (iblock & mask));
221 set_buffer_new(bh_result);
172 hfsplus_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dextents.c204 struct buffer_head *bh_result, int create)
276 map_bh(bh_result, sb, (dblock << HFSPLUS_SB(sb).fs_shift) + HFSPLUS_SB(sb).blockoffset + (iblock & mask));
278 set_buffer_new(bh_result);
203 hfsplus_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dinode.c57 struct buffer_head *bh_result, int create)
69 map_bh(bh_result, sb, phys);
101 set_buffer_new(bh_result);
102 map_bh(bh_result, sb, phys);
108 struct buffer_head *bh_result, int create)
111 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits;
114 err = __fat_get_block(inode, iblock, &max_blocks, bh_result, create);
117 bh_result->b_size = max_blocks << sb->s_blocksize_bits;
55 __fat_get_block(struct inode *inode, sector_t iblock, unsigned long *max_blocks, struct buffer_head *bh_result, int create) argument
107 fat_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dinode.c824 struct buffer_head *bh_result,
851 clear_buffer_new(bh_result);
909 clear_buffer_new(bh_result);
952 set_buffer_new(bh_result);
954 map_bh(bh_result, inode->i_sb, le32_to_cpu(chain[depth-1].key));
956 set_buffer_boundary(bh_result);
966 BUFFER_TRACE(bh_result, "returned");
983 struct buffer_head *bh_result, int create)
987 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
1002 max_blocks, bh_result, creat
822 ext3_get_blocks_handle(handle_t *handle, struct inode *inode, sector_t iblock, unsigned long maxblocks, struct buffer_head *bh_result, int create) argument
982 ext3_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/befs/
H A Dlinuxvfs.c109 * disk offset (passed back in bh_result).
120 struct buffer_head *bh_result, int create)
154 map_bh(bh_result, inode->i_sb, disk_off);
119 befs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument

Completed in 117 milliseconds

12