Searched refs:di_bh (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dinode.c563 struct buffer_head *di_bh,
572 struct ocfs2_dinode *di = (struct ocfs2_dinode *) di_bh->b_data;
607 status = ocfs2_journal_access(handle, inode, di_bh,
617 status = ocfs2_journal_dirty(handle, di_bh);
623 ocfs2_remove_from_cache(inode, di_bh);
679 struct buffer_head *di_bh)
687 di = (struct ocfs2_dinode *) di_bh->b_data;
719 status = ocfs2_truncate_for_delete(osb, inode, di_bh);
725 status = ocfs2_remove_inode(inode, di_bh, orphan_dir_inode,
799 struct buffer_head *di_bh,
562 ocfs2_remove_inode(struct inode *inode, struct buffer_head *di_bh, struct inode *orphan_dir_inode, struct buffer_head *orphan_dir_bh) argument
678 ocfs2_wipe_inode(struct inode *inode, struct buffer_head *di_bh) argument
798 ocfs2_query_inode_wipe(struct inode *inode, struct buffer_head *di_bh, int *wipe) argument
896 struct buffer_head *di_bh = NULL; local
[all...]
H A Daops.c1021 struct buffer_head *di_bh,
1084 &tmp_pos, 1, di_bh, handle,
1181 struct buffer_head *di_bh = NULL; local
1190 ret = ocfs2_meta_lock(inode, &di_bh, 1);
1195 di = (struct ocfs2_dinode *)di_bh->b_data;
1236 written = ocfs2_write(file, phys, handle, di_bh, data_ac,
1244 ret = ocfs2_journal_access(handle, inode, di_bh,
1262 ret = ocfs2_journal_dirty(handle, di_bh);
1277 brelse(di_bh);
1020 ocfs2_write(struct file *file, u32 phys, handle_t *handle, struct buffer_head *di_bh, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct ocfs2_write_ctxt *wc) argument
H A Dextent_map.c417 struct buffer_head *di_bh = NULL; local
431 &di_bh, OCFS2_BH_CACHED, inode);
437 di = (struct ocfs2_dinode *) di_bh->b_data;
509 brelse(di_bh);
H A Dfile.c234 struct buffer_head *di_bh,
248 ret = ocfs2_set_inode_size(handle, inode, di_bh,
317 struct buffer_head *di_bh,
332 fe = (struct ocfs2_dinode *) di_bh->b_data;
380 status = ocfs2_orphan_for_truncate(osb, inode, di_bh, new_i_size);
386 status = ocfs2_prepare_truncate(osb, inode, di_bh, &tc);
392 status = ocfs2_commit_truncate(osb, inode, di_bh, tc);
848 * - di_bh will be NULL, which is fine because it's only used in the
854 struct buffer_head *di_bh,
861 BUG_ON(!tail_to_skip && !di_bh);
233 ocfs2_simple_size_update(struct inode *inode, struct buffer_head *di_bh, u64 new_i_size) argument
316 ocfs2_truncate_file(struct inode *inode, struct buffer_head *di_bh, u64 new_i_size) argument
853 ocfs2_extend_file(struct inode *inode, struct buffer_head *di_bh, u64 new_i_size, size_t tail_to_skip) argument
[all...]
H A Djournal.c1482 struct buffer_head *di_bh; local
1496 di_bh = NULL;
1497 ret = ocfs2_read_block(osb, OCFS2_I(journal)->ip_blkno, &di_bh,
1504 di = (struct ocfs2_dinode *) di_bh->b_data;
1510 brelse(di_bh);
H A Dalloc.c183 static struct ocfs2_path *ocfs2_new_inode_path(struct buffer_head *di_bh) argument
185 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
188 return ocfs2_new_path(di_bh, el);
2008 struct buffer_head *di_bh,
2019 di = (struct ocfs2_dinode *) di_bh->b_data;
2022 ret = ocfs2_journal_access(handle, inode, di_bh,
2034 right_path = ocfs2_new_inode_path(di_bh);
2088 ret = ocfs2_journal_dirty(handle, di_bh);
2178 struct buffer_head *di_bh,
2184 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh
2006 ocfs2_do_insert_extent(struct inode *inode, handle_t *handle, struct buffer_head *di_bh, struct ocfs2_extent_rec *insert_rec, struct ocfs2_insert_type *type) argument
2177 ocfs2_figure_insert_type(struct inode *inode, struct buffer_head *di_bh, struct buffer_head **last_eb_bh, struct ocfs2_extent_rec *insert_rec, struct ocfs2_insert_type *insert) argument
[all...]
H A Dsuballoc.c999 struct buffer_head *di_bh,
1005 struct ocfs2_dinode *di = (struct ocfs2_dinode *) di_bh->b_data;
1008 ret = ocfs2_journal_access(handle, inode, di_bh,
1019 ret = ocfs2_journal_dirty(handle, di_bh);
997 ocfs2_alloc_dinode_update_counts(struct inode *inode, handle_t *handle, struct buffer_head *di_bh, u32 num_bits, u16 chain) argument

Completed in 57 milliseconds