Home
last modified time | relevance | path

Searched refs:bh_result (Results 1 – 25 of 93) sorted by relevance

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/reiserfs/
H A Dinode.c309 kunmap(bh_result->b_page); in _get_block_create_0()
356 kunmap(bh_result->b_page); in _get_block_create_0()
385 if (!bh_result->b_page || PageUptodate(bh_result->b_page)) { in _get_block_create_0()
451 kunmap(bh_result->b_page); in _get_block_create_0()
521 bh_result->b_page = NULL; in reiserfs_get_blocks_direct_io()
536 if (buffer_mapped(bh_result) && bh_result->b_blocknr == 0) { in reiserfs_get_blocks_direct_io()
903 unbh = bh_result; in reiserfs_get_block()
2244 *bh_result = bh; in grab_tail_page()
2394 kmap(bh_result->b_page); in map_block_for_writepage()
2505 if (!retval && buffer_mapped(bh_result) && bh_result->b_blocknr == 0) { in map_block_for_writepage()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/reiserfs/
H A Dinode.c309 kunmap(bh_result->b_page); in _get_block_create_0()
356 kunmap(bh_result->b_page); in _get_block_create_0()
385 if (!bh_result->b_page || PageUptodate(bh_result->b_page)) { in _get_block_create_0()
451 kunmap(bh_result->b_page); in _get_block_create_0()
521 bh_result->b_page = NULL; in reiserfs_get_blocks_direct_io()
536 if (buffer_mapped(bh_result) && bh_result->b_blocknr == 0) { in reiserfs_get_blocks_direct_io()
903 unbh = bh_result; in reiserfs_get_block()
2244 *bh_result = bh; in grab_tail_page()
2394 kmap(bh_result->b_page); in map_block_for_writepage()
2505 if (!retval && buffer_mapped(bh_result) && bh_result->b_blocknr == 0) { in map_block_for_writepage()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/reiserfs/
H A Dinode.c309 kunmap(bh_result->b_page); in _get_block_create_0()
356 kunmap(bh_result->b_page); in _get_block_create_0()
385 if (!bh_result->b_page || PageUptodate(bh_result->b_page)) { in _get_block_create_0()
451 kunmap(bh_result->b_page); in _get_block_create_0()
521 bh_result->b_page = NULL; in reiserfs_get_blocks_direct_io()
536 if (buffer_mapped(bh_result) && bh_result->b_blocknr == 0) { in reiserfs_get_blocks_direct_io()
903 unbh = bh_result; in reiserfs_get_block()
2244 *bh_result = bh; in grab_tail_page()
2394 kmap(bh_result->b_page); in map_block_for_writepage()
2505 if (!retval && buffer_mapped(bh_result) && bh_result->b_blocknr == 0) { in map_block_for_writepage()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/hpfs/
H A Dfile.c78 static int hpfs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int … 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()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/hpfs/
H A Dfile.c78 static int hpfs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int … 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/hpfs/
H A Dfile.c78 static int hpfs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int … 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()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/bfs/
H A Dfile.c65 struct buffer_head *bh_result, int create) in bfs_get_block() argument
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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/bfs/
H A Dfile.c65 struct buffer_head *bh_result, int create) in bfs_get_block() argument
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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/bfs/
H A Dfile.c65 struct buffer_head *bh_result, int create) in bfs_get_block() argument
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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/jfs/
H A Dinode.c198 struct buffer_head *bh_result, int create) in jfs_get_block() argument
205 s32 xlen = bh_result->b_size >> ip->i_blkbits; in jfs_get_block()
240 set_buffer_new(bh_result); in jfs_get_block()
243 map_bh(bh_result, ip->i_sb, xaddr); in jfs_get_block()
244 bh_result->b_size = xlen << ip->i_blkbits; in jfs_get_block()
260 set_buffer_new(bh_result); in jfs_get_block()
261 map_bh(bh_result, ip->i_sb, addressXAD(&xad)); in jfs_get_block()
262 bh_result->b_size = lengthXAD(&xad) << ip->i_blkbits; in jfs_get_block()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/jfs/
H A Dinode.c198 struct buffer_head *bh_result, int create) in jfs_get_block() argument
205 s32 xlen = bh_result->b_size >> ip->i_blkbits; in jfs_get_block()
240 set_buffer_new(bh_result); in jfs_get_block()
243 map_bh(bh_result, ip->i_sb, xaddr); in jfs_get_block()
244 bh_result->b_size = xlen << ip->i_blkbits; in jfs_get_block()
260 set_buffer_new(bh_result); in jfs_get_block()
261 map_bh(bh_result, ip->i_sb, addressXAD(&xad)); in jfs_get_block()
262 bh_result->b_size = lengthXAD(&xad) << ip->i_blkbits; in jfs_get_block()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/jfs/
H A Dinode.c198 struct buffer_head *bh_result, int create) in jfs_get_block() argument
205 s32 xlen = bh_result->b_size >> ip->i_blkbits; in jfs_get_block()
240 set_buffer_new(bh_result); in jfs_get_block()
243 map_bh(bh_result, ip->i_sb, xaddr); in jfs_get_block()
244 bh_result->b_size = xlen << ip->i_blkbits; in jfs_get_block()
260 set_buffer_new(bh_result); in jfs_get_block()
261 map_bh(bh_result, ip->i_sb, addressXAD(&xad)); in jfs_get_block()
262 bh_result->b_size = lengthXAD(&xad) << ip->i_blkbits; in jfs_get_block()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/
H A Daops.c103 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()
180 clear_buffer_dirty(bh_result); in ocfs2_get_block()
181 clear_buffer_uptodate(bh_result); in ocfs2_get_block()
210 set_buffer_new(bh_result); in ocfs2_get_block()
2176 !buffer_new(bh_result) && in ocfs2_dio_wr_get_block()
2181 bh_result->b_state = 0; in ocfs2_dio_wr_get_block()
2242 bh_result->b_size = len; in ocfs2_dio_wr_get_block()
2244 set_buffer_new(bh_result); in ocfs2_dio_wr_get_block()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/
H A Daops.c103 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()
180 clear_buffer_dirty(bh_result); in ocfs2_get_block()
181 clear_buffer_uptodate(bh_result); in ocfs2_get_block()
210 set_buffer_new(bh_result); in ocfs2_get_block()
2176 !buffer_new(bh_result) && in ocfs2_dio_wr_get_block()
2181 bh_result->b_state = 0; in ocfs2_dio_wr_get_block()
2242 bh_result->b_size = len; in ocfs2_dio_wr_get_block()
2244 set_buffer_new(bh_result); in ocfs2_dio_wr_get_block()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/
H A Daops.c103 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()
180 clear_buffer_dirty(bh_result); in ocfs2_get_block()
181 clear_buffer_uptodate(bh_result); in ocfs2_get_block()
210 set_buffer_new(bh_result); in ocfs2_get_block()
2176 !buffer_new(bh_result) && in ocfs2_dio_wr_get_block()
2181 bh_result->b_state = 0; in ocfs2_dio_wr_get_block()
2242 bh_result->b_size = len; in ocfs2_dio_wr_get_block()
2244 set_buffer_new(bh_result); in ocfs2_dio_wr_get_block()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/efs/
H A Dfile.c14 struct buffer_head *bh_result, int create) in efs_get_block() argument
33 map_bh(bh_result, inode->i_sb, phys); in efs_get_block()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/efs/
H A Dfile.c14 struct buffer_head *bh_result, int create) in efs_get_block() argument
33 map_bh(bh_result, inode->i_sb, phys); in efs_get_block()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/efs/
H A Dfile.c14 struct buffer_head *bh_result, int create) in efs_get_block() argument
33 map_bh(bh_result, inode->i_sb, phys); in efs_get_block()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/minix/
H A Ditree_v1.c54 struct buffer_head *bh_result, int create) in V1_minix_get_block() argument
56 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/minix/
H A Ditree_v1.c54 struct buffer_head *bh_result, int create) in V1_minix_get_block() argument
56 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/minix/
H A Ditree_v1.c54 struct buffer_head *bh_result, int create) in V1_minix_get_block() argument
56 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/omfs/
H A Dfile.c218 struct buffer_head *bh_result, int create) in omfs_get_block() argument
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()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/omfs/
H A Dfile.c218 struct buffer_head *bh_result, int create) in omfs_get_block() argument
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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/omfs/
H A Dfile.c218 struct buffer_head *bh_result, int create) in omfs_get_block() argument
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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/exfat/
H A Dinode.c292 struct buffer_head *bh_result, int create) in exfat_get_block() argument
297 unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; in exfat_get_block()
335 if (create || buffer_delay(bh_result)) { in exfat_get_block()
342 err = exfat_map_new_buffer(ei, bh_result, pos); in exfat_get_block()
351 if (buffer_delay(bh_result)) in exfat_get_block()
352 clear_buffer_delay(bh_result); in exfat_get_block()
353 map_bh(bh_result, sb, phys); in exfat_get_block()
355 bh_result->b_size = EXFAT_BLK_TO_B(max_blocks, sb); in exfat_get_block()

1234