Home
last modified time | relevance | path

Searched refs:dibh (Results 1 – 25 of 33) sorted by relevance

12

/dports/net/xrdp-devel/xrdp-0.9.16/librfxcodec/tests/
H A Drfxcodectest.c178 struct dib_hdr dibh; in load_bmp_file() local
199 if (read(in_fd, &dibh, sizeof(struct dib_hdr)) != sizeof(struct dib_hdr)) in load_bmp_file()
203 if (dibh.bpp != 24) in load_bmp_file()
208 printf("bpp %d\n", dibh.bpp); in load_bmp_file()
209 *width = dibh.width; in load_bmp_file()
210 *height = dibh.height; in load_bmp_file()
211 awidth = (dibh.width + 63) & ~63; in load_bmp_file()
212 aheight = (dibh.height + 63) & ~63; in load_bmp_file()
215 line_bytes = dibh.width * 3; in load_bmp_file()
220 for (index = 0; index < dibh.height; index++) in load_bmp_file()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/gfs2/
H A Ddir.c136 brelse(dibh); in gfs2_dir_write_stuffed()
234 brelse(dibh); in gfs2_dir_write_data()
252 brelse(dibh); in gfs2_dir_read_stuffed()
947 brelse(dibh); in dir_make_exhash()
952 brelse(dibh); in dir_make_exhash()
985 brelse(dibh); in dir_make_exhash()
1123 brelse(dibh); in dir_split_leaf()
1190 brelse(dibh); in dir_double_exhash()
1198 brelse(dibh); in dir_double_exhash()
1626 brelse(dibh); in gfs2_dir_read()
[all …]
H A Dbmap.c172 brelse(dibh); in gfs2_unstuff_dinode()
679 BUG_ON(dibh == NULL); in __gfs2_iomap_alloc()
866 mp->mp_bh[0] = dibh; in __gfs2_iomap_get()
1449 brelse(dibh); in trunc_start()
1641 brelse(dibh); in sweep_bh_for_rgrps()
1841 mp.mp_bh[0] = dibh; in punch_hole()
2028 struct buffer_head *dibh; in trunc_end() local
2052 brelse(dibh); in trunc_end()
2122 struct buffer_head *dibh; in do_grow() local
2159 brelse(dibh); in do_grow()
[all …]
H A Dinode.c485 struct buffer_head *dibh; in init_dinode() local
488 gfs2_trans_add_meta(ip->i_gl, dibh); in init_dinode()
489 di = (struct gfs2_dinode *)dibh->b_data; in init_dinode()
503 gfs2_init_dir(dibh, dip); in init_dinode()
510 set_buffer_uptodate(dibh); in init_dinode()
511 brelse(dibh); in init_dinode()
930 struct buffer_head *dibh; in gfs2_link() local
1018 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_link()
1026 brelse(dibh); in gfs2_link()
1794 struct buffer_head *dibh; in gfs2_get_link() local
[all …]
H A Dxattr.c1267 struct buffer_head *indbh, *dibh; in ea_dealloc_indirect() local
1364 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_indirect()
1366 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_indirect()
1367 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_indirect()
1368 brelse(dibh); in ea_dealloc_indirect()
1386 struct buffer_head *dibh; in ea_dealloc_block() local
1415 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_block()
1417 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_block()
1418 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_block()
1419 brelse(dibh); in ea_dealloc_block()
H A Daops.c434 struct buffer_head *dibh; in stuffed_readpage() local
450 error = gfs2_meta_inode_buffer(ip, &dibh); in stuffed_readpage()
457 memcpy(kaddr, dibh->b_data + sizeof(struct gfs2_dinode), dsize); in stuffed_readpage()
461 brelse(dibh); in stuffed_readpage()
H A Dglops.c468 struct buffer_head *dibh; in gfs2_inode_refresh() local
471 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_inode_refresh()
475 error = gfs2_dinode_in(ip, dibh->b_data); in gfs2_inode_refresh()
476 brelse(dibh); in gfs2_inode_refresh()
H A Dfile.c952 struct buffer_head *dibh; in fallocate_chunk() local
955 error = gfs2_meta_inode_buffer(ip, &dibh); in fallocate_chunk()
959 gfs2_trans_add_meta(ip->i_gl, dibh); in fallocate_chunk()
985 brelse(dibh); in fallocate_chunk()
H A Drgrp.c2430 struct buffer_head *dibh; in gfs2_alloc_blocks() local
2462 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_alloc_blocks()
2465 (struct gfs2_dinode *)dibh->b_data; in gfs2_alloc_blocks()
2466 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_alloc_blocks()
2469 brelse(dibh); in gfs2_alloc_blocks()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/gfs2/
H A Ddir.c136 brelse(dibh); in gfs2_dir_write_stuffed()
234 brelse(dibh); in gfs2_dir_write_data()
252 brelse(dibh); in gfs2_dir_read_stuffed()
947 brelse(dibh); in dir_make_exhash()
952 brelse(dibh); in dir_make_exhash()
985 brelse(dibh); in dir_make_exhash()
1123 brelse(dibh); in dir_split_leaf()
1190 brelse(dibh); in dir_double_exhash()
1198 brelse(dibh); in dir_double_exhash()
1626 brelse(dibh); in gfs2_dir_read()
[all …]
H A Dbmap.c172 brelse(dibh); in gfs2_unstuff_dinode()
679 BUG_ON(dibh == NULL); in __gfs2_iomap_alloc()
866 mp->mp_bh[0] = dibh; in __gfs2_iomap_get()
1449 brelse(dibh); in trunc_start()
1641 brelse(dibh); in sweep_bh_for_rgrps()
1841 mp.mp_bh[0] = dibh; in punch_hole()
2028 struct buffer_head *dibh; in trunc_end() local
2052 brelse(dibh); in trunc_end()
2122 struct buffer_head *dibh; in do_grow() local
2159 brelse(dibh); in do_grow()
[all …]
H A Dinode.c485 struct buffer_head *dibh; in init_dinode() local
488 gfs2_trans_add_meta(ip->i_gl, dibh); in init_dinode()
489 di = (struct gfs2_dinode *)dibh->b_data; in init_dinode()
503 gfs2_init_dir(dibh, dip); in init_dinode()
510 set_buffer_uptodate(dibh); in init_dinode()
511 brelse(dibh); in init_dinode()
930 struct buffer_head *dibh; in gfs2_link() local
1018 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_link()
1026 brelse(dibh); in gfs2_link()
1794 struct buffer_head *dibh; in gfs2_get_link() local
[all …]
H A Dxattr.c1267 struct buffer_head *indbh, *dibh; in ea_dealloc_indirect() local
1364 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_indirect()
1366 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_indirect()
1367 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_indirect()
1368 brelse(dibh); in ea_dealloc_indirect()
1386 struct buffer_head *dibh; in ea_dealloc_block() local
1415 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_block()
1417 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_block()
1418 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_block()
1419 brelse(dibh); in ea_dealloc_block()
H A Daops.c434 struct buffer_head *dibh; in stuffed_readpage() local
450 error = gfs2_meta_inode_buffer(ip, &dibh); in stuffed_readpage()
457 memcpy(kaddr, dibh->b_data + sizeof(struct gfs2_dinode), dsize); in stuffed_readpage()
461 brelse(dibh); in stuffed_readpage()
H A Dglops.c468 struct buffer_head *dibh; in gfs2_inode_refresh() local
471 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_inode_refresh()
475 error = gfs2_dinode_in(ip, dibh->b_data); in gfs2_inode_refresh()
476 brelse(dibh); in gfs2_inode_refresh()
H A Dfile.c952 struct buffer_head *dibh; in fallocate_chunk() local
955 error = gfs2_meta_inode_buffer(ip, &dibh); in fallocate_chunk()
959 gfs2_trans_add_meta(ip->i_gl, dibh); in fallocate_chunk()
985 brelse(dibh); in fallocate_chunk()
H A Drgrp.c2430 struct buffer_head *dibh; in gfs2_alloc_blocks() local
2462 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_alloc_blocks()
2465 (struct gfs2_dinode *)dibh->b_data; in gfs2_alloc_blocks()
2466 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_alloc_blocks()
2469 brelse(dibh); in gfs2_alloc_blocks()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/gfs2/
H A Ddir.c136 brelse(dibh); in gfs2_dir_write_stuffed()
234 brelse(dibh); in gfs2_dir_write_data()
252 brelse(dibh); in gfs2_dir_read_stuffed()
947 brelse(dibh); in dir_make_exhash()
952 brelse(dibh); in dir_make_exhash()
985 brelse(dibh); in dir_make_exhash()
1123 brelse(dibh); in dir_split_leaf()
1190 brelse(dibh); in dir_double_exhash()
1198 brelse(dibh); in dir_double_exhash()
1626 brelse(dibh); in gfs2_dir_read()
[all …]
H A Dbmap.c172 brelse(dibh); in gfs2_unstuff_dinode()
679 BUG_ON(dibh == NULL); in __gfs2_iomap_alloc()
866 mp->mp_bh[0] = dibh; in __gfs2_iomap_get()
1449 brelse(dibh); in trunc_start()
1641 brelse(dibh); in sweep_bh_for_rgrps()
1841 mp.mp_bh[0] = dibh; in punch_hole()
2028 struct buffer_head *dibh; in trunc_end() local
2052 brelse(dibh); in trunc_end()
2122 struct buffer_head *dibh; in do_grow() local
2159 brelse(dibh); in do_grow()
[all …]
H A Dinode.c485 struct buffer_head *dibh; in init_dinode() local
488 gfs2_trans_add_meta(ip->i_gl, dibh); in init_dinode()
489 di = (struct gfs2_dinode *)dibh->b_data; in init_dinode()
503 gfs2_init_dir(dibh, dip); in init_dinode()
510 set_buffer_uptodate(dibh); in init_dinode()
511 brelse(dibh); in init_dinode()
930 struct buffer_head *dibh; in gfs2_link() local
1018 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_link()
1026 brelse(dibh); in gfs2_link()
1794 struct buffer_head *dibh; in gfs2_get_link() local
[all …]
H A Dxattr.c1267 struct buffer_head *indbh, *dibh; in ea_dealloc_indirect() local
1364 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_indirect()
1366 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_indirect()
1367 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_indirect()
1368 brelse(dibh); in ea_dealloc_indirect()
1386 struct buffer_head *dibh; in ea_dealloc_block() local
1415 error = gfs2_meta_inode_buffer(ip, &dibh); in ea_dealloc_block()
1417 gfs2_trans_add_meta(ip->i_gl, dibh); in ea_dealloc_block()
1418 gfs2_dinode_out(ip, dibh->b_data); in ea_dealloc_block()
1419 brelse(dibh); in ea_dealloc_block()
H A Daops.c434 struct buffer_head *dibh; in stuffed_readpage() local
450 error = gfs2_meta_inode_buffer(ip, &dibh); in stuffed_readpage()
457 memcpy(kaddr, dibh->b_data + sizeof(struct gfs2_dinode), dsize); in stuffed_readpage()
461 brelse(dibh); in stuffed_readpage()
H A Dglops.c468 struct buffer_head *dibh; in gfs2_inode_refresh() local
471 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_inode_refresh()
475 error = gfs2_dinode_in(ip, dibh->b_data); in gfs2_inode_refresh()
476 brelse(dibh); in gfs2_inode_refresh()
H A Dfile.c952 struct buffer_head *dibh; in fallocate_chunk() local
955 error = gfs2_meta_inode_buffer(ip, &dibh); in fallocate_chunk()
959 gfs2_trans_add_meta(ip->i_gl, dibh); in fallocate_chunk()
985 brelse(dibh); in fallocate_chunk()
H A Drgrp.c2430 struct buffer_head *dibh; in gfs2_alloc_blocks() local
2462 error = gfs2_meta_inode_buffer(ip, &dibh); in gfs2_alloc_blocks()
2465 (struct gfs2_dinode *)dibh->b_data; in gfs2_alloc_blocks()
2466 gfs2_trans_add_meta(ip->i_gl, dibh); in gfs2_alloc_blocks()
2469 brelse(dibh); in gfs2_alloc_blocks()

12