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

/linux-master/fs/ocfs2/
H A Ddir.c148 * list. This function will modify dirdata_bh, but assumes you've already
153 struct buffer_head *dirdata_bh)
165 trailer = ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb);
169 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr);
2283 struct buffer_head *dirdata_bh,
2296 ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb);
2334 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr);
2777 struct buffer_head *dirdata_bh = NULL; local
2889 dirdata_bh = sb_getblk(sb, blkno);
2890 if (!dirdata_bh) {
151 ocfs2_dx_dir_link_trailer(struct inode *dir, handle_t *handle, struct buffer_head *dx_root_bh, struct buffer_head *dirdata_bh) argument
2280 ocfs2_dx_dir_attach_index(struct ocfs2_super *osb, handle_t *handle, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dirdata_bh, struct ocfs2_alloc_context *meta_ac, int dx_inline, u32 num_entries, struct buffer_head **ret_dx_root_bh) argument
2896 ocfs2_set_new_buffer_uptodate(INODE_CACHE(dir), dirdata_bh); local
[all...]

Completed in 109 milliseconds