Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dinode.c281 * of page (bh_result)
286 struct buffer_head *bh_result, int args) in _get_block_create_0()
309 kunmap(bh_result->b_page); in _get_block_create_0()
318 && !PageUptodate(bh_result->b_page)) { in _get_block_create_0()
337 map_bh(bh_result, inode->i_sb, blocknr); in _get_block_create_0()
340 set_buffer_boundary(bh_result); in _get_block_create_0()
350 && !PageUptodate(bh_result->b_page)) { in _get_block_create_0()
356 kunmap(bh_result->b_page); in _get_block_create_0()
367 kunmap(bh_result->b_page); in _get_block_create_0()
376 if (buffer_uptodate(bh_result)) { in _get_block_create_0()
285 _get_block_create_0(struct inode *inode, sector_t block, struct buffer_head *bh_result, int args) _get_block_create_0() argument
472 reiserfs_bmap(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) reiserfs_bmap() argument
503 reiserfs_get_block_create_0(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) reiserfs_get_block_create_0() argument
514 reiserfs_get_blocks_direct_io(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) reiserfs_get_blocks_direct_io() argument
576 convert_tail_for_hole(struct inode *inode, struct buffer_head *bh_result, loff_t tail_offset) convert_tail_for_hole() argument
657 reiserfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) reiserfs_get_block() argument
2181 grab_tail_page(struct inode *inode, struct page **page_result, struct buffer_head **bh_result) grab_tail_page() argument
2363 map_block_for_writepage(struct inode *inode, struct buffer_head *bh_result, unsigned long block) map_block_for_writepage() argument
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dinode.c281 * of page (bh_result)
286 struct buffer_head *bh_result, int args) in _get_block_create_0()
316 && !PageUptodate(bh_result->b_page)) { in _get_block_create_0()
335 map_bh(bh_result, inode->i_sb, blocknr); in _get_block_create_0()
338 set_buffer_boundary(bh_result); in _get_block_create_0()
348 && !PageUptodate(bh_result->b_page)) { in _get_block_create_0()
370 if (buffer_uptodate(bh_result)) { in _get_block_create_0()
379 if (!bh_result->b_page || PageUptodate(bh_result->b_page)) { in _get_block_create_0()
380 set_buffer_uptodate(bh_result); in _get_block_create_0()
285 _get_block_create_0(struct inode *inode, sector_t block, struct buffer_head *bh_result, int args) _get_block_create_0() argument
464 reiserfs_bmap(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) reiserfs_bmap() argument
495 reiserfs_get_block_create_0(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) reiserfs_get_block_create_0() argument
506 reiserfs_get_blocks_direct_io(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) reiserfs_get_blocks_direct_io() argument
568 convert_tail_for_hole(struct inode *inode, struct buffer_head *bh_result, loff_t tail_offset) convert_tail_for_hole() argument
649 reiserfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) reiserfs_get_block() argument
2169 grab_tail_page(struct inode *inode, struct page **page_result, struct buffer_head **bh_result) grab_tail_page() argument
2351 map_block_for_writepage(struct inode *inode, struct buffer_head *bh_result, unsigned long block) map_block_for_writepage() argument
[all...]
/kernel/linux/linux-5.10/fs/hpfs/
H A Dfile.c78 static int hpfs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) in hpfs_get_block() argument
86 if (bh_result->b_size >> 9 < n_secs) in hpfs_get_block()
87 n_secs = bh_result->b_size >> 9; in hpfs_get_block()
93 map_bh(bh_result, inode->i_sb, s); in hpfs_get_block()
94 bh_result->b_size = n_secs << 9; in hpfs_get_block()
110 set_buffer_new(bh_result); in hpfs_get_block()
111 map_bh(bh_result, inode->i_sb, hpfs_search_hotfix_map(inode->i_sb, s)); in hpfs_get_block()
/kernel/linux/linux-5.10/fs/jfs/
H A Dinode.c200 struct buffer_head *bh_result, int create) in jfs_get_block()
207 s32 xlen = bh_result->b_size >> ip->i_blkbits; in jfs_get_block()
242 set_buffer_new(bh_result); in jfs_get_block()
245 map_bh(bh_result, ip->i_sb, xaddr); in jfs_get_block()
246 bh_result->b_size = xlen << ip->i_blkbits; in jfs_get_block()
262 set_buffer_new(bh_result); in jfs_get_block()
263 map_bh(bh_result, ip->i_sb, addressXAD(&xad)); in jfs_get_block()
264 bh_result->b_size = lengthXAD(&xad) << ip->i_blkbits; in jfs_get_block()
199 jfs_get_block(struct inode *ip, sector_t lblock, struct buffer_head *bh_result, int create) jfs_get_block() argument
/kernel/linux/linux-6.6/fs/jfs/
H A Dinode.c200 struct buffer_head *bh_result, int create) in jfs_get_block()
207 s32 xlen = bh_result->b_size >> ip->i_blkbits; in jfs_get_block()
233 set_buffer_new(bh_result); in jfs_get_block()
236 map_bh(bh_result, ip->i_sb, xaddr); in jfs_get_block()
237 bh_result->b_size = xlen << ip->i_blkbits; in jfs_get_block()
252 set_buffer_new(bh_result); in jfs_get_block()
253 map_bh(bh_result, ip->i_sb, addressXAD(&xad)); in jfs_get_block()
254 bh_result->b_size = lengthXAD(&xad) << ip->i_blkbits; in jfs_get_block()
199 jfs_get_block(struct inode *ip, sector_t lblock, struct buffer_head *bh_result, int create) jfs_get_block() argument
/kernel/linux/linux-5.10/fs/bfs/
H A Dfile.c65 struct buffer_head *bh_result, int create) in bfs_get_block()
78 map_bh(bh_result, sb, phys); in bfs_get_block()
90 map_bh(bh_result, sb, phys); in bfs_get_block()
109 map_bh(bh_result, sb, phys); in bfs_get_block()
147 map_bh(bh_result, sb, phys); in bfs_get_block()
64 bfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) bfs_get_block() argument
/kernel/linux/linux-6.6/fs/bfs/
H A Dfile.c65 struct buffer_head *bh_result, int create) in bfs_get_block()
78 map_bh(bh_result, sb, phys); in bfs_get_block()
90 map_bh(bh_result, sb, phys); in bfs_get_block()
109 map_bh(bh_result, sb, phys); in bfs_get_block()
147 map_bh(bh_result, sb, phys); in bfs_get_block()
64 bfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) bfs_get_block() argument
/kernel/linux/linux-6.6/fs/hpfs/
H A Dfile.c79 static int hpfs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) in hpfs_get_block() argument
87 if (bh_result->b_size >> 9 < n_secs) in hpfs_get_block()
88 n_secs = bh_result->b_size >> 9; in hpfs_get_block()
94 map_bh(bh_result, inode->i_sb, s); in hpfs_get_block()
95 bh_result->b_size = n_secs << 9; in hpfs_get_block()
111 set_buffer_new(bh_result); in hpfs_get_block()
112 map_bh(bh_result, inode->i_sb, hpfs_search_hotfix_map(inode->i_sb, s)); in hpfs_get_block()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Daops.c43 struct buffer_head *bh_result, int create) in ocfs2_symlink_get_block()
55 (unsigned long long)iblock, bh_result, create); in ocfs2_symlink_get_block()
82 if (!buffer_uptodate(bh_result) && ocfs2_inode_is_new(inode)) { in ocfs2_symlink_get_block()
98 kaddr = kmap_atomic(bh_result->b_page); in ocfs2_symlink_get_block()
103 memcpy(kaddr + (bh_result->b_size * iblock), in ocfs2_symlink_get_block()
105 bh_result->b_size); in ocfs2_symlink_get_block()
107 set_buffer_uptodate(bh_result); in ocfs2_symlink_get_block()
112 map_bh(bh_result, inode->i_sb, in ocfs2_symlink_get_block()
124 struct buffer_head *bh_result, int create) in ocfs2_lock_get_block()
130 ret = ocfs2_get_block(inode, iblock, bh_result, creat in ocfs2_lock_get_block()
42 ocfs2_symlink_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) ocfs2_symlink_get_block() argument
123 ocfs2_lock_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) ocfs2_lock_get_block() argument
136 ocfs2_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) ocfs2_get_block() argument
2145 ocfs2_dio_wr_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) ocfs2_dio_wr_get_block() argument
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Daops.c41 struct buffer_head *bh_result, int create) in ocfs2_symlink_get_block()
53 (unsigned long long)iblock, bh_result, create); in ocfs2_symlink_get_block()
80 if (!buffer_uptodate(bh_result) && ocfs2_inode_is_new(inode)) { in ocfs2_symlink_get_block()
96 kaddr = kmap_atomic(bh_result->b_page); in ocfs2_symlink_get_block()
101 memcpy(kaddr + (bh_result->b_size * iblock), in ocfs2_symlink_get_block()
103 bh_result->b_size); in ocfs2_symlink_get_block()
105 set_buffer_uptodate(bh_result); in ocfs2_symlink_get_block()
110 map_bh(bh_result, inode->i_sb, in ocfs2_symlink_get_block()
122 struct buffer_head *bh_result, int create) in ocfs2_lock_get_block()
128 ret = ocfs2_get_block(inode, iblock, bh_result, creat in ocfs2_lock_get_block()
40 ocfs2_symlink_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) ocfs2_symlink_get_block() argument
121 ocfs2_lock_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) ocfs2_lock_get_block() argument
134 ocfs2_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) ocfs2_get_block() argument
2142 ocfs2_dio_wr_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) ocfs2_dio_wr_get_block() argument
[all...]
/kernel/linux/linux-5.10/fs/efs/
H A Dfile.c14 struct buffer_head *bh_result, int create) in efs_get_block()
33 map_bh(bh_result, inode->i_sb, phys); in efs_get_block()
13 efs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) efs_get_block() argument
/kernel/linux/linux-6.6/fs/efs/
H A Dfile.c14 struct buffer_head *bh_result, int create) in efs_get_block()
33 map_bh(bh_result, inode->i_sb, phys); in efs_get_block()
13 efs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) efs_get_block() argument
/kernel/linux/linux-5.10/fs/omfs/
H A Dfile.c218 struct buffer_head *bh_result, int create) in omfs_get_block()
229 int max_blocks = bh_result->b_size >> inode->i_blkbits; in omfs_get_block()
256 map_bh(bh_result, inode->i_sb, offset); in omfs_get_block()
259 bh_result->b_size = (remain << inode->i_blkbits); in omfs_get_block()
277 map_bh(bh_result, inode->i_sb, in omfs_get_block()
217 omfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) omfs_get_block() argument
/kernel/linux/linux-6.6/fs/omfs/
H A Dfile.c218 struct buffer_head *bh_result, int create) in omfs_get_block()
229 int max_blocks = bh_result->b_size >> inode->i_blkbits; in omfs_get_block()
256 map_bh(bh_result, inode->i_sb, offset); in omfs_get_block()
259 bh_result->b_size = (remain << inode->i_blkbits); in omfs_get_block()
277 map_bh(bh_result, inode->i_sb, in omfs_get_block()
217 omfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) omfs_get_block() argument
/kernel/linux/linux-5.10/fs/minix/
H A Ditree_v1.c54 struct buffer_head *bh_result, int create) in V1_minix_get_block()
56 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
53 V1_minix_get_block(struct inode * inode, long block, struct buffer_head *bh_result, int create) V1_minix_get_block() argument
H A Ditree_v2.c62 struct buffer_head *bh_result, int create) in V2_minix_get_block()
64 return get_block(inode, block, bh_result, create); in V2_minix_get_block()
61 V2_minix_get_block(struct inode * inode, long block, struct buffer_head *bh_result, int create) V2_minix_get_block() argument
/kernel/linux/linux-6.6/fs/minix/
H A Ditree_v1.c54 struct buffer_head *bh_result, int create) in V1_minix_get_block()
56 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
53 V1_minix_get_block(struct inode * inode, long block, struct buffer_head *bh_result, int create) V1_minix_get_block() argument
H A Ditree_v2.c62 struct buffer_head *bh_result, int create) in V2_minix_get_block()
64 return get_block(inode, block, bh_result, create); in V2_minix_get_block()
61 V2_minix_get_block(struct inode * inode, long block, struct buffer_head *bh_result, int create) V2_minix_get_block() argument
/kernel/linux/linux-5.10/fs/exfat/
H A Dinode.c289 struct buffer_head *bh_result, int create) in exfat_get_block()
294 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in exfat_get_block()
332 if (create || buffer_delay(bh_result)) { in exfat_get_block()
339 err = exfat_map_new_buffer(ei, bh_result, pos); in exfat_get_block()
348 if (buffer_delay(bh_result)) in exfat_get_block()
349 clear_buffer_delay(bh_result); in exfat_get_block()
350 map_bh(bh_result, sb, phys); in exfat_get_block()
352 bh_result->b_size = EXFAT_BLK_TO_B(max_blocks, sb); in exfat_get_block()
288 exfat_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) exfat_get_block() argument
/kernel/linux/linux-6.6/fs/exfat/
H A Dinode.c267 struct buffer_head *bh_result, int create) in exfat_get_block()
272 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in exfat_get_block()
310 if (create || buffer_delay(bh_result)) { in exfat_get_block()
317 err = exfat_map_new_buffer(ei, bh_result, pos); in exfat_get_block()
326 if (buffer_delay(bh_result)) in exfat_get_block()
327 clear_buffer_delay(bh_result); in exfat_get_block()
328 map_bh(bh_result, sb, phys); in exfat_get_block()
330 bh_result->b_size = EXFAT_BLK_TO_B(max_blocks, sb); in exfat_get_block()
266 exfat_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) exfat_get_block() argument
/kernel/linux/linux-5.10/fs/affs/
H A Dfile.c296 affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) in affs_get_block() argument
321 map_bh(bh_result, sb, (sector_t)be32_to_cpu(AFFS_BLOCK(sb, ext_bh, block))); in affs_get_block()
327 set_buffer_new(bh_result); in affs_get_block()
332 if (bh_result->b_blocknr) in affs_get_block()
335 (unsigned long long)bh_result->b_blocknr); in affs_get_block()
338 affs_adjust_checksum(ext_bh, blocknr - bh_result->b_blocknr + 1); in affs_get_block()
339 bh_result->b_blocknr = blocknr; in affs_get_block()
366 clear_buffer_mapped(bh_result); in affs_get_block()
367 bh_result->b_bdev = NULL; in affs_get_block()
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dinode.c68 * @bh_result - buffer head to be mapped on
76 struct buffer_head *bh_result, int create) in nilfs_get_block()
82 unsigned int maxblocks = bh_result->b_size >> inode->i_blkbits; in nilfs_get_block()
88 map_bh(bh_result, inode->i_sb, blknum); in nilfs_get_block()
90 bh_result->b_size = (ret << inode->i_blkbits); in nilfs_get_block()
97 bh_result->b_blocknr = 0; in nilfs_get_block()
102 (unsigned long)bh_result); in nilfs_get_block()
123 set_buffer_new(bh_result); in nilfs_get_block()
124 set_buffer_delay(bh_result); in nilfs_get_block()
125 map_bh(bh_result, inod in nilfs_get_block()
75 nilfs_get_block(struct inode *inode, sector_t blkoff, struct buffer_head *bh_result, int create) nilfs_get_block() argument
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dinode.c68 * @bh_result: buffer head to be mapped on
76 struct buffer_head *bh_result, int create) in nilfs_get_block()
82 unsigned int maxblocks = bh_result->b_size >> inode->i_blkbits; in nilfs_get_block()
88 map_bh(bh_result, inode->i_sb, blknum); in nilfs_get_block()
90 bh_result->b_size = (ret << inode->i_blkbits); in nilfs_get_block()
97 bh_result->b_blocknr = 0; in nilfs_get_block()
102 (unsigned long)bh_result); in nilfs_get_block()
123 set_buffer_new(bh_result); in nilfs_get_block()
124 set_buffer_delay(bh_result); in nilfs_get_block()
125 map_bh(bh_result, inod in nilfs_get_block()
75 nilfs_get_block(struct inode *inode, sector_t blkoff, struct buffer_head *bh_result, int create) nilfs_get_block() argument
[all...]
/kernel/linux/linux-6.6/fs/affs/
H A Dfile.c297 affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) in affs_get_block() argument
322 map_bh(bh_result, sb, (sector_t)be32_to_cpu(AFFS_BLOCK(sb, ext_bh, block))); in affs_get_block()
328 set_buffer_new(bh_result); in affs_get_block()
333 if (bh_result->b_blocknr) in affs_get_block()
336 (unsigned long long)bh_result->b_blocknr); in affs_get_block()
339 affs_adjust_checksum(ext_bh, blocknr - bh_result->b_blocknr + 1); in affs_get_block()
340 bh_result->b_blocknr = blocknr; in affs_get_block()
367 clear_buffer_mapped(bh_result); in affs_get_block()
368 bh_result->b_bdev = NULL; in affs_get_block()
/kernel/linux/linux-5.10/fs/fat/
H A Dinode.c121 struct buffer_head *bh_result, int create) in __fat_get_block()
133 map_bh(bh_result, sb, phys); in __fat_get_block()
177 set_buffer_new(bh_result); in __fat_get_block()
178 map_bh(bh_result, sb, phys); in __fat_get_block()
184 struct buffer_head *bh_result, int create) in fat_get_block()
187 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in fat_get_block()
190 err = __fat_get_block(inode, iblock, &max_blocks, bh_result, create); in fat_get_block()
193 bh_result->b_size = max_blocks << sb->s_blocksize_bits; in fat_get_block()
296 struct buffer_head *bh_result, int create) in fat_get_block_bmap()
299 unsigned long max_blocks = bh_result in fat_get_block_bmap()
119 __fat_get_block(struct inode *inode, sector_t iblock, unsigned long *max_blocks, struct buffer_head *bh_result, int create) __fat_get_block() argument
183 fat_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) fat_get_block() argument
295 fat_get_block_bmap(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) fat_get_block_bmap() argument
[all...]

Completed in 21 milliseconds

123