Searched refs:fe_bh (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/ocfs2/
H A Dfile.h33 struct buffer_head *fe_bh,
40 struct buffer_head *fe_bh,
H A Dxattr.h76 struct buffer_head *fe_bh,
H A Ddir.h92 struct buffer_head *fe_bh,
H A Dnamei.c74 struct buffer_head *fe_bh,
687 struct buffer_head *fe_bh = NULL; local
764 err = ocfs2_inode_lock(inode, &fe_bh, 1);
771 fe = (struct ocfs2_dinode *) fe_bh->b_data;
788 err = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh,
800 ocfs2_journal_dirty(handle, fe_bh);
830 brelse(fe_bh);
883 struct buffer_head *fe_bh = NULL; local
933 status = ocfs2_inode_lock(inode, &fe_bh, 1);
976 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh,
2239 ocfs2_orphan_add(struct ocfs2_super *osb, handle_t *handle, struct inode *inode, struct buffer_head *fe_bh, char *name, struct ocfs2_dir_lookup_result *lookup, struct inode *orphan_dir_inode, bool dio) argument
[all...]
H A Dinode.c61 struct buffer_head *fe_bh);
580 struct buffer_head *fe_bh)
586 fe = (struct ocfs2_dinode *) fe_bh->b_data;
605 fe_bh,
614 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh);
623 status = ocfs2_commit_truncate(osb, inode, fe_bh);
578 ocfs2_truncate_for_delete(struct ocfs2_super *osb, struct inode *inode, struct buffer_head *fe_bh) argument
H A Dfile.c294 struct buffer_head *fe_bh,
303 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh);
340 struct buffer_head *fe_bh,
366 return ocfs2_refcount_cow(inode, fe_bh, cpos, 1, cpos+1);
374 struct buffer_head *fe_bh,
387 status = ocfs2_cow_file_pos(inode, fe_bh, new_i_size);
403 status = ocfs2_journal_access_di(handle, INODE_CACHE(inode), fe_bh,
424 di = (struct ocfs2_dinode *) fe_bh->b_data;
430 ocfs2_journal_dirty(handle, fe_bh);
541 struct buffer_head *fe_bh,
292 ocfs2_set_inode_size(handle_t *handle, struct inode *inode, struct buffer_head *fe_bh, u64 new_i_size) argument
339 ocfs2_cow_file_pos(struct inode *inode, struct buffer_head *fe_bh, u64 offset) argument
372 ocfs2_orphan_for_truncate(struct ocfs2_super *osb, struct inode *inode, struct buffer_head *fe_bh, u64 new_i_size) argument
536 ocfs2_add_inode_data(struct ocfs2_super *osb, struct inode *inode, u32 *logical_offset, u32 clusters_to_add, int mark_unwritten, struct buffer_head *fe_bh, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, enum ocfs2_alloc_restarted *reason_ret) argument
[all...]
H A Dsuballoc.c100 struct buffer_head *fe_bh,
1403 struct buffer_head *fe_bh,
1412 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) fe_bh->b_data;
1447 fe_bh, OCFS2_JOURNAL_ACCESS_WRITE);
1452 ocfs2_journal_dirty(handle, fe_bh);
1401 ocfs2_relink_block_group(handle_t *handle, struct inode *alloc_inode, struct buffer_head *fe_bh, struct buffer_head *bg_bh, struct buffer_head *prev_bg_bh, u16 chain) argument
H A Ddir.c2214 struct buffer_head *fe_bh,
2226 status = ocfs2_do_extend_dir(osb->sb, handle, inode, fe_bh,
2263 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh);
2564 struct buffer_head *fe_bh,
2572 return ocfs2_fill_new_dir_id(osb, handle, parent, inode, fe_bh);
2575 return ocfs2_fill_new_dir_dx(osb, handle, parent, inode, fe_bh,
2578 return ocfs2_fill_new_dir_el(osb, handle, parent, inode, fe_bh,
2210 ocfs2_fill_new_dir_el(struct ocfs2_super *osb, handle_t *handle, struct inode *parent, struct inode *inode, struct buffer_head *fe_bh, struct ocfs2_alloc_context *data_ac, struct buffer_head **ret_new_bh) argument
2560 ocfs2_fill_new_dir(struct ocfs2_super *osb, handle_t *handle, struct inode *parent, struct inode *inode, struct buffer_head *fe_bh, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac) argument
H A Dxattr.c5970 struct buffer_head *fe_bh,
5975 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data;
5977 (fe_bh->b_data + inode->i_sb->s_blocksize -
5980 .vb_bh = fe_bh,
6133 struct buffer_head *fe_bh,
6140 struct ocfs2_dinode *di = (struct ocfs2_dinode *)fe_bh->b_data;
6144 ret = ocfs2_xattr_inline_attach_refcount(inode, fe_bh,
6541 struct buffer_head *fe_bh,
6564 (unsigned long long)fe_bh->b_blocknr, indexed);
6565 ret = ocfs2_create_xattr_block(inode, fe_bh,
5969 ocfs2_xattr_inline_attach_refcount(struct inode *inode, struct buffer_head *fe_bh, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
6132 ocfs2_xattr_attach_refcount_tree(struct inode *inode, struct buffer_head *fe_bh, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
6540 ocfs2_create_empty_xattr_block(struct inode *inode, struct buffer_head *fe_bh, struct buffer_head **ret_bh, int indexed) argument
[all...]

Completed in 184 milliseconds