Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Ddir.c1002 struct buffer_head *nbh, *obh, *dibh; in dir_split_leaf() local
1018 error = get_leaf(dip, leaf_no, &obh); in dir_split_leaf()
1022 oleaf = (struct gfs2_leaf *)obh->b_data; in dir_split_leaf()
1024 brelse(obh); in dir_split_leaf()
1028 gfs2_trans_add_meta(dip->i_gl, obh); in dir_split_leaf()
1032 brelse(obh); in dir_split_leaf()
1079 dent = (struct gfs2_dirent *)(obh->b_data + sizeof(struct gfs2_leaf)); in dir_split_leaf()
1083 if (dirent_next(dip, obh, &next)) in dir_split_leaf()
1089 void *ptr = ((char *)dent - obh->b_data) + nbh->b_data; in dir_split_leaf()
1103 dirent_del(dip, obh, prev, dent); in dir_split_leaf()
[all …]