Home
last modified time | relevance | path

Searched refs:dx_root_bh (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Ddir.c172 struct buffer_head *dx_root_bh, in ocfs2_dx_dir_link_trailer() argument
179 ret = ocfs2_journal_access_dr(handle, INODE_CACHE(dir), dx_root_bh, in ocfs2_dx_dir_link_trailer()
186 dx_root = (struct ocfs2_dx_root_block *)dx_root_bh->b_data; in ocfs2_dx_dir_link_trailer()
191 ocfs2_journal_dirty(handle, dx_root_bh); in ocfs2_dx_dir_link_trailer()
611 struct buffer_head **dx_root_bh) in ocfs2_read_dx_root() argument
615 struct buffer_head *tmp = *dx_root_bh; in ocfs2_read_dx_root()
621 if (!ret && !*dx_root_bh) in ocfs2_read_dx_root()
622 *dx_root_bh = tmp; in ocfs2_read_dx_root()
1030 struct buffer_head *dx_root_bh = NULL; in ocfs2_find_entry_dx() local
1041 ret = ocfs2_read_dx_root(dir, di, &dx_root_bh); in ocfs2_find_entry_dx()
[all …]