Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Ddir.c652 struct buffer_head **dx_leaf_bh) in ocfs2_read_dx_leaf() argument
655 struct buffer_head *tmp = *dx_leaf_bh; in ocfs2_read_dx_leaf()
661 if (!ret && !*dx_leaf_bh) in ocfs2_read_dx_leaf()
662 *dx_leaf_bh = tmp; in ocfs2_read_dx_leaf()
916 struct buffer_head *dx_leaf_bh = NULL; in ocfs2_dx_dir_search() local
944 ret = ocfs2_read_dx_leaf(dir, phys, &dx_leaf_bh); in ocfs2_dx_dir_search()
950 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()
1011 res->dl_dx_leaf_bh = dx_leaf_bh; in ocfs2_dx_dir_search()
1017 brelse(dx_leaf_bh); in ocfs2_dx_dir_search()
1477 struct buffer_head *dx_leaf_bh) in __ocfs2_dx_dir_leaf_insert() argument
[all …]