Home
last modified time | relevance | path

Searched refs:di_bh (Results 1 – 25 of 66) sorted by relevance

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/
H A Dacl.c114 struct buffer_head *di_bh) in ocfs2_get_acl_nolock() argument
164 if (di_bh == NULL) { in ocfs2_acl_set_mode()
171 get_bh(di_bh); in ocfs2_acl_set_mode()
185 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_acl_set_mode()
200 ocfs2_journal_dirty(handle, di_bh); in ocfs2_acl_set_mode()
206 brelse(di_bh); in ocfs2_acl_set_mode()
216 struct buffer_head *di_bh, in ocfs2_set_acl() argument
295 struct buffer_head *di_bh = NULL; in ocfs2_iop_get_acl() local
313 brelse(di_bh); in ocfs2_iop_get_acl()
350 struct buffer_head *di_bh, in ocfs2_init_acl() argument
[all …]
H A Dfile.c1054 BUG_ON(!di_bh); in ocfs2_extend_file()
1507 brelse(di_bh); in ocfs2_allocate_unwritten_extents()
1990 brelse(di_bh); in __ocfs2_change_file_space()
2140 brelse(*di_bh); in ocfs2_inode_lock_for_extent_tree()
2141 *di_bh = NULL; in ocfs2_inode_lock_for_extent_tree()
2157 brelse(*di_bh); in ocfs2_inode_unlock_for_extent_tree()
2158 *di_bh = NULL; in ocfs2_inode_unlock_for_extent_tree()
2181 &di_bh, in ocfs2_prepare_inode_for_write()
2218 &di_bh, in ocfs2_prepare_inode_for_write()
2235 &di_bh, in ocfs2_prepare_inode_for_write()
[all …]
H A Dfile.h43 struct buffer_head *di_bh,
46 struct buffer_head *di_bh,
48 int ocfs2_extend_no_holes(struct inode *inode, struct buffer_head *di_bh,
50 int ocfs2_zero_extend(struct inode *inode, struct buffer_head *di_bh,
71 struct buffer_head *di_bh, u64 byte_start,
H A Dmmap.c47 struct buffer_head *di_bh, struct page *page) in __ocfs2_page_mkwrite() argument
94 &locked_page, &fsdata, di_bh, page); in __ocfs2_page_mkwrite()
117 struct buffer_head *di_bh = NULL; in ocfs2_page_mkwrite() local
130 err = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_page_mkwrite()
144 ret = __ocfs2_page_mkwrite(vmf->vma->vm_file, di_bh, page); in ocfs2_page_mkwrite()
148 brelse(di_bh); in ocfs2_page_mkwrite()
H A Dextent_map.c397 struct buffer_head *di_bh, in ocfs2_get_clusters_nocache() argument
413 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_get_clusters_nocache()
601 struct buffer_head *di_bh = NULL; in ocfs2_get_clusters() local
650 brelse(di_bh); in ocfs2_get_clusters()
711 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_fiemap_inline()
742 struct buffer_head *di_bh = NULL; in ocfs2_fiemap() local
749 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_fiemap()
808 brelse(di_bh); in ocfs2_fiemap()
870 struct buffer_head *di_bh = NULL; in ocfs2_seek_data_hole_offset() local
875 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_seek_data_hole_offset()
[all …]
H A Daops.c220 struct buffer_head *di_bh) in ocfs2_read_inline_data() argument
259 struct buffer_head *di_bh = NULL; in ocfs2_readpage_inline() local
274 brelse(di_bh); in ocfs2_readpage_inline()
842 struct buffer_head *di_bh) in ocfs2_alloc_write_ctxt() argument
855 get_bh(di_bh); in ocfs2_alloc_write_ctxt()
856 wc->w_di_bh = di_bh; in ocfs2_alloc_write_ctxt()
1612 struct buffer_head *di_bh, in ocfs2_expand_nonsparse_inode() argument
1914 brelse(di_bh); in ocfs2_write_begin()
1921 brelse(di_bh); in ocfs2_write_begin()
2273 brelse(di_bh); in ocfs2_dio_wr_get_block()
[all …]
H A Ddir.c395 struct buffer_head *di_bh = NULL; in ocfs2_find_entry_id() local
411 return di_bh; in ocfs2_find_entry_id()
413 brelse(di_bh); in ocfs2_find_entry_id()
1038 brelse(di_bh); in ocfs2_find_entry_dx()
1367 brelse(di_bh); in ocfs2_delete_entry_id()
1794 brelse(di_bh); in ocfs2_dir_foreach_blk_id()
2101 brelse(di_bh); in ocfs2_empty_dir_dx()
2183 struct buffer_head *di_bh) in ocfs2_fill_new_dir_id() argument
2511 struct buffer_head *di_bh, in ocfs2_fill_new_dir_dx() argument
2677 struct buffer_head *di_bh) in ocfs2_new_dx_should_be_inline() argument
[all …]
H A Daops.h42 struct buffer_head *di_bh, struct page *mmap_page);
45 struct buffer_head *di_bh);
46 int ocfs2_size_fits_inline_data(struct buffer_head *di_bh, u64 new_size);
H A Dinode.c635 struct buffer_head *di_bh, in ocfs2_remove_inode() argument
691 ocfs2_journal_dirty(handle, di_bh); in ocfs2_remove_inode()
749 struct buffer_head *di_bh) in ocfs2_wipe_inode() argument
806 status = ocfs2_xattr_remove(inode, di_bh); in ocfs2_wipe_inode()
888 struct buffer_head *di_bh, in ocfs2_query_inode_wipe() argument
914 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_query_inode_wipe()
996 struct buffer_head *di_bh = NULL; in ocfs2_delete_inode() local
1044 status = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_delete_inode()
1052 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_delete_inode()
1079 status = ocfs2_wipe_inode(inode, di_bh); in ocfs2_delete_inode()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/
H A Dacl.c114 struct buffer_head *di_bh) in ocfs2_get_acl_nolock() argument
164 if (di_bh == NULL) { in ocfs2_acl_set_mode()
171 get_bh(di_bh); in ocfs2_acl_set_mode()
185 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_acl_set_mode()
200 ocfs2_journal_dirty(handle, di_bh); in ocfs2_acl_set_mode()
206 brelse(di_bh); in ocfs2_acl_set_mode()
216 struct buffer_head *di_bh, in ocfs2_set_acl() argument
295 struct buffer_head *di_bh = NULL; in ocfs2_iop_get_acl() local
313 brelse(di_bh); in ocfs2_iop_get_acl()
350 struct buffer_head *di_bh, in ocfs2_init_acl() argument
[all …]
H A Dfile.c1054 BUG_ON(!di_bh); in ocfs2_extend_file()
1507 brelse(di_bh); in ocfs2_allocate_unwritten_extents()
1990 brelse(di_bh); in __ocfs2_change_file_space()
2140 brelse(*di_bh); in ocfs2_inode_lock_for_extent_tree()
2141 *di_bh = NULL; in ocfs2_inode_lock_for_extent_tree()
2157 brelse(*di_bh); in ocfs2_inode_unlock_for_extent_tree()
2158 *di_bh = NULL; in ocfs2_inode_unlock_for_extent_tree()
2181 &di_bh, in ocfs2_prepare_inode_for_write()
2218 &di_bh, in ocfs2_prepare_inode_for_write()
2235 &di_bh, in ocfs2_prepare_inode_for_write()
[all …]
H A Dfile.h43 struct buffer_head *di_bh,
46 struct buffer_head *di_bh,
48 int ocfs2_extend_no_holes(struct inode *inode, struct buffer_head *di_bh,
50 int ocfs2_zero_extend(struct inode *inode, struct buffer_head *di_bh,
71 struct buffer_head *di_bh, u64 byte_start,
H A Dmmap.c47 struct buffer_head *di_bh, struct page *page) in __ocfs2_page_mkwrite() argument
94 &locked_page, &fsdata, di_bh, page); in __ocfs2_page_mkwrite()
117 struct buffer_head *di_bh = NULL; in ocfs2_page_mkwrite() local
130 err = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_page_mkwrite()
144 ret = __ocfs2_page_mkwrite(vmf->vma->vm_file, di_bh, page); in ocfs2_page_mkwrite()
148 brelse(di_bh); in ocfs2_page_mkwrite()
H A Dextent_map.c397 struct buffer_head *di_bh, in ocfs2_get_clusters_nocache() argument
413 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_get_clusters_nocache()
601 struct buffer_head *di_bh = NULL; in ocfs2_get_clusters() local
650 brelse(di_bh); in ocfs2_get_clusters()
711 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_fiemap_inline()
742 struct buffer_head *di_bh = NULL; in ocfs2_fiemap() local
749 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_fiemap()
808 brelse(di_bh); in ocfs2_fiemap()
870 struct buffer_head *di_bh = NULL; in ocfs2_seek_data_hole_offset() local
875 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_seek_data_hole_offset()
[all …]
H A Daops.c220 struct buffer_head *di_bh) in ocfs2_read_inline_data() argument
259 struct buffer_head *di_bh = NULL; in ocfs2_readpage_inline() local
274 brelse(di_bh); in ocfs2_readpage_inline()
842 struct buffer_head *di_bh) in ocfs2_alloc_write_ctxt() argument
855 get_bh(di_bh); in ocfs2_alloc_write_ctxt()
856 wc->w_di_bh = di_bh; in ocfs2_alloc_write_ctxt()
1612 struct buffer_head *di_bh, in ocfs2_expand_nonsparse_inode() argument
1914 brelse(di_bh); in ocfs2_write_begin()
1921 brelse(di_bh); in ocfs2_write_begin()
2273 brelse(di_bh); in ocfs2_dio_wr_get_block()
[all …]
H A Ddir.c395 struct buffer_head *di_bh = NULL; in ocfs2_find_entry_id() local
411 return di_bh; in ocfs2_find_entry_id()
413 brelse(di_bh); in ocfs2_find_entry_id()
1038 brelse(di_bh); in ocfs2_find_entry_dx()
1367 brelse(di_bh); in ocfs2_delete_entry_id()
1794 brelse(di_bh); in ocfs2_dir_foreach_blk_id()
2101 brelse(di_bh); in ocfs2_empty_dir_dx()
2183 struct buffer_head *di_bh) in ocfs2_fill_new_dir_id() argument
2511 struct buffer_head *di_bh, in ocfs2_fill_new_dir_dx() argument
2677 struct buffer_head *di_bh) in ocfs2_new_dx_should_be_inline() argument
[all …]
H A Daops.h42 struct buffer_head *di_bh, struct page *mmap_page);
45 struct buffer_head *di_bh);
46 int ocfs2_size_fits_inline_data(struct buffer_head *di_bh, u64 new_size);
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/
H A Dacl.c114 struct buffer_head *di_bh) in ocfs2_get_acl_nolock() argument
164 if (di_bh == NULL) { in ocfs2_acl_set_mode()
171 get_bh(di_bh); in ocfs2_acl_set_mode()
185 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_acl_set_mode()
200 ocfs2_journal_dirty(handle, di_bh); in ocfs2_acl_set_mode()
206 brelse(di_bh); in ocfs2_acl_set_mode()
216 struct buffer_head *di_bh, in ocfs2_set_acl() argument
295 struct buffer_head *di_bh = NULL; in ocfs2_iop_get_acl() local
313 brelse(di_bh); in ocfs2_iop_get_acl()
350 struct buffer_head *di_bh, in ocfs2_init_acl() argument
[all …]
H A Dfile.c1054 BUG_ON(!di_bh); in ocfs2_extend_file()
1507 brelse(di_bh); in ocfs2_allocate_unwritten_extents()
1990 brelse(di_bh); in __ocfs2_change_file_space()
2140 brelse(*di_bh); in ocfs2_inode_lock_for_extent_tree()
2141 *di_bh = NULL; in ocfs2_inode_lock_for_extent_tree()
2157 brelse(*di_bh); in ocfs2_inode_unlock_for_extent_tree()
2158 *di_bh = NULL; in ocfs2_inode_unlock_for_extent_tree()
2181 &di_bh, in ocfs2_prepare_inode_for_write()
2218 &di_bh, in ocfs2_prepare_inode_for_write()
2235 &di_bh, in ocfs2_prepare_inode_for_write()
[all …]
H A Dfile.h43 struct buffer_head *di_bh,
46 struct buffer_head *di_bh,
48 int ocfs2_extend_no_holes(struct inode *inode, struct buffer_head *di_bh,
50 int ocfs2_zero_extend(struct inode *inode, struct buffer_head *di_bh,
71 struct buffer_head *di_bh, u64 byte_start,
H A Dmmap.c47 struct buffer_head *di_bh, struct page *page) in __ocfs2_page_mkwrite() argument
94 &locked_page, &fsdata, di_bh, page); in __ocfs2_page_mkwrite()
117 struct buffer_head *di_bh = NULL; in ocfs2_page_mkwrite() local
130 err = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_page_mkwrite()
144 ret = __ocfs2_page_mkwrite(vmf->vma->vm_file, di_bh, page); in ocfs2_page_mkwrite()
148 brelse(di_bh); in ocfs2_page_mkwrite()
H A Dextent_map.c397 struct buffer_head *di_bh, in ocfs2_get_clusters_nocache() argument
413 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_get_clusters_nocache()
601 struct buffer_head *di_bh = NULL; in ocfs2_get_clusters() local
650 brelse(di_bh); in ocfs2_get_clusters()
711 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_fiemap_inline()
742 struct buffer_head *di_bh = NULL; in ocfs2_fiemap() local
749 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_fiemap()
808 brelse(di_bh); in ocfs2_fiemap()
870 struct buffer_head *di_bh = NULL; in ocfs2_seek_data_hole_offset() local
875 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_seek_data_hole_offset()
[all …]
H A Daops.c220 struct buffer_head *di_bh) in ocfs2_read_inline_data() argument
259 struct buffer_head *di_bh = NULL; in ocfs2_readpage_inline() local
274 brelse(di_bh); in ocfs2_readpage_inline()
842 struct buffer_head *di_bh) in ocfs2_alloc_write_ctxt() argument
855 get_bh(di_bh); in ocfs2_alloc_write_ctxt()
856 wc->w_di_bh = di_bh; in ocfs2_alloc_write_ctxt()
1612 struct buffer_head *di_bh, in ocfs2_expand_nonsparse_inode() argument
1914 brelse(di_bh); in ocfs2_write_begin()
1921 brelse(di_bh); in ocfs2_write_begin()
2273 brelse(di_bh); in ocfs2_dio_wr_get_block()
[all …]
H A Ddir.c395 struct buffer_head *di_bh = NULL; in ocfs2_find_entry_id() local
411 return di_bh; in ocfs2_find_entry_id()
413 brelse(di_bh); in ocfs2_find_entry_id()
1038 brelse(di_bh); in ocfs2_find_entry_dx()
1367 brelse(di_bh); in ocfs2_delete_entry_id()
1794 brelse(di_bh); in ocfs2_dir_foreach_blk_id()
2101 brelse(di_bh); in ocfs2_empty_dir_dx()
2183 struct buffer_head *di_bh) in ocfs2_fill_new_dir_id() argument
2511 struct buffer_head *di_bh, in ocfs2_fill_new_dir_dx() argument
2677 struct buffer_head *di_bh) in ocfs2_new_dx_should_be_inline() argument
[all …]
H A Daops.h42 struct buffer_head *di_bh, struct page *mmap_page);
45 struct buffer_head *di_bh);
46 int ocfs2_size_fits_inline_data(struct buffer_head *di_bh, u64 new_size);

123