Home
last modified time | relevance | path

Searched refs:fe_bh (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/
H A Dfile.h33 struct buffer_head *fe_bh,
40 struct buffer_head *fe_bh,
H A Dnamei.c74 struct buffer_head *fe_bh,
689 struct buffer_head *fe_bh = NULL; in ocfs2_link() local
766 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link()
802 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link()
832 brelse(fe_bh); in ocfs2_link()
885 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local
998 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_unlink()
1035 brelse(fe_bh); in ocfs2_unlink()
2225 struct buffer_head *fe_bh, in ocfs2_orphan_add() argument
2265 fe_bh, in ocfs2_orphan_add()
[all …]
H A Dxattr.h76 struct buffer_head *fe_bh,
H A Dfile.c290 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument
299 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size()
336 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument
362 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos()
370 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument
383 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate()
399 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate()
420 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate()
426 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate()
533 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument
[all …]
H A Ddir.h92 struct buffer_head *fe_bh,
H A Dinode.c61 struct buffer_head *fe_bh);
580 struct buffer_head *fe_bh) in ocfs2_truncate_for_delete() argument
586 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_truncate_for_delete()
605 fe_bh, in ocfs2_truncate_for_delete()
614 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete()
623 status = ocfs2_commit_truncate(osb, inode, fe_bh); in ocfs2_truncate_for_delete()
H A Dsuballoc.c100 struct buffer_head *fe_bh,
1402 struct buffer_head *fe_bh, in ocfs2_relink_block_group() argument
1411 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_relink_block_group()
1446 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_relink_block_group()
1451 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_relink_block_group()
H A Ddir.c2216 struct buffer_head *fe_bh, in ocfs2_fill_new_dir_el() argument
2228 status = ocfs2_do_extend_dir(osb->sb, handle, inode, fe_bh, in ocfs2_fill_new_dir_el()
2265 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_fill_new_dir_el()
2566 struct buffer_head *fe_bh, in ocfs2_fill_new_dir() argument
2574 return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh); in ocfs2_fill_new_dir()
2577 return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
2580 return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
H A Dxattr.c5974 struct buffer_head *fe_bh, in ocfs2_xattr_inline_attach_refcount() argument
5979 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_inline_attach_refcount()
5981 (fe_bh->b_data + inode->i_sb->s_blocksize - in ocfs2_xattr_inline_attach_refcount()
5984 .vb_bh = fe_bh, in ocfs2_xattr_inline_attach_refcount()
6137 struct buffer_head *fe_bh, in ocfs2_xattr_attach_refcount_tree() argument
6144 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data; in ocfs2_xattr_attach_refcount_tree()
6148 ret = ocfs2_xattr_inline_attach_refcount(inode, fe_bh, in ocfs2_xattr_attach_refcount_tree()
6545 struct buffer_head *fe_bh, in ocfs2_create_empty_xattr_block() argument
6568 (unsigned long long)fe_bh->b_blocknr, indexed); in ocfs2_create_empty_xattr_block()
6569 ret = ocfs2_create_xattr_block(inode, fe_bh, &ctxt, indexed, in ocfs2_create_empty_xattr_block()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/
H A Dfile.h33 struct buffer_head *fe_bh,
40 struct buffer_head *fe_bh,
H A Dnamei.c74 struct buffer_head *fe_bh,
689 struct buffer_head *fe_bh = NULL; in ocfs2_link() local
766 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link()
802 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link()
832 brelse(fe_bh); in ocfs2_link()
885 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local
998 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_unlink()
1035 brelse(fe_bh); in ocfs2_unlink()
2225 struct buffer_head *fe_bh, in ocfs2_orphan_add() argument
2265 fe_bh, in ocfs2_orphan_add()
[all …]
H A Dxattr.h76 struct buffer_head *fe_bh,
H A Dfile.c290 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument
299 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size()
336 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument
362 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos()
370 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument
383 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate()
399 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate()
420 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate()
426 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate()
533 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument
[all …]
H A Ddir.h92 struct buffer_head *fe_bh,
H A Dinode.c61 struct buffer_head *fe_bh);
580 struct buffer_head *fe_bh) in ocfs2_truncate_for_delete() argument
586 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_truncate_for_delete()
605 fe_bh, in ocfs2_truncate_for_delete()
614 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete()
623 status = ocfs2_commit_truncate(osb, inode, fe_bh); in ocfs2_truncate_for_delete()
H A Dsuballoc.c100 struct buffer_head *fe_bh,
1402 struct buffer_head *fe_bh, in ocfs2_relink_block_group() argument
1411 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_relink_block_group()
1446 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_relink_block_group()
1451 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_relink_block_group()
H A Ddir.c2216 struct buffer_head *fe_bh, in ocfs2_fill_new_dir_el() argument
2228 status = ocfs2_do_extend_dir(osb->sb, handle, inode, fe_bh, in ocfs2_fill_new_dir_el()
2265 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_fill_new_dir_el()
2566 struct buffer_head *fe_bh, in ocfs2_fill_new_dir() argument
2574 return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh); in ocfs2_fill_new_dir()
2577 return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
2580 return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/
H A Dfile.h33 struct buffer_head *fe_bh,
40 struct buffer_head *fe_bh,
H A Dnamei.c74 struct buffer_head *fe_bh,
689 struct buffer_head *fe_bh = NULL; in ocfs2_link() local
766 err = ocfs2_inode_lock(inode, &fe_bh, 1); in ocfs2_link()
802 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_link()
832 brelse(fe_bh); in ocfs2_link()
885 struct buffer_head *fe_bh = NULL; in ocfs2_unlink() local
998 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_unlink()
1035 brelse(fe_bh); in ocfs2_unlink()
2225 struct buffer_head *fe_bh, in ocfs2_orphan_add() argument
2265 fe_bh, in ocfs2_orphan_add()
[all …]
H A Dxattr.h76 struct buffer_head *fe_bh,
H A Dfile.c290 struct buffer_head *fe_bh, in ocfs2_set_inode_size() argument
299 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size()
336 struct buffer_head *fe_bh, in ocfs2_cow_file_pos() argument
362 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1); in ocfs2_cow_file_pos()
370 struct buffer_head *fe_bh, in ocfs2_orphan_for_truncate() argument
383 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size); in ocfs2_orphan_for_truncate()
399 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh, in ocfs2_orphan_for_truncate()
420 di = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_orphan_for_truncate()
426 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_orphan_for_truncate()
533 struct buffer_head *fe_bh, in ocfs2_add_inode_data() argument
[all …]
H A Ddir.h92 struct buffer_head *fe_bh,
H A Dinode.c61 struct buffer_head *fe_bh);
580 struct buffer_head *fe_bh) in ocfs2_truncate_for_delete() argument
586 fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_truncate_for_delete()
605 fe_bh, in ocfs2_truncate_for_delete()
614 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete()
623 status = ocfs2_commit_truncate(osb, inode, fe_bh); in ocfs2_truncate_for_delete()
H A Dsuballoc.c100 struct buffer_head *fe_bh,
1402 struct buffer_head *fe_bh, in ocfs2_relink_block_group() argument
1411 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data; in ocfs2_relink_block_group()
1446 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_relink_block_group()
1451 ocfs2_journal_dirty(handle, fe_bh); in ocfs2_relink_block_group()
H A Ddir.c2216 struct buffer_head *fe_bh, in ocfs2_fill_new_dir_el() argument
2228 status = ocfs2_do_extend_dir(osb->sb, handle, inode, fe_bh, in ocfs2_fill_new_dir_el()
2265 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_fill_new_dir_el()
2566 struct buffer_head *fe_bh, in ocfs2_fill_new_dir() argument
2574 return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh); in ocfs2_fill_new_dir()
2577 return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()
2580 return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh, in ocfs2_fill_new_dir()

12