Lines Matching refs:gfs2_leaf

539 		offset = sizeof(struct gfs2_leaf);  in gfs2_dirent_offset()
816 struct gfs2_leaf *leaf; in gfs2_dirent_search()
834 leaf = (struct gfs2_leaf *)bh->b_data; in gfs2_dirent_search()
860 static struct gfs2_leaf *new_leaf(struct inode *inode, struct buffer_head **pbh, u16 depth) in new_leaf()
867 struct gfs2_leaf *leaf; in new_leaf()
881 leaf = (struct gfs2_leaf *)bh->b_data; in new_leaf()
892 gfs2_qstr2dirent(&empty_name, bh->b_size - sizeof(struct gfs2_leaf), dent); in new_leaf()
911 struct gfs2_leaf *leaf; in dir_make_exhash()
934 gfs2_buffer_copy_tail(bh, sizeof(struct gfs2_leaf), dibh, in dir_make_exhash()
941 sizeof(struct gfs2_leaf); in dir_make_exhash()
961 sizeof(struct gfs2_leaf)); in dir_make_exhash()
1002 struct gfs2_leaf *nleaf, *oleaf; in dir_split_leaf()
1021 oleaf = (struct gfs2_leaf *)obh->b_data; in dir_split_leaf()
1078 dent = (struct gfs2_dirent *)(obh->b_data + sizeof(struct gfs2_leaf)); in dir_split_leaf()
1373 struct gfs2_leaf *lf; in gfs2_dir_read_leaf()
1386 lf = (struct gfs2_leaf *)bh->b_data; in gfs2_dir_read_leaf()
1422 lf = (struct gfs2_leaf *)bh->b_data; in gfs2_dir_read_leaf()
1727 struct gfs2_leaf *leaf, *oleaf; in dir_new_leaf()
1739 oleaf = (struct gfs2_leaf *)obh->b_data; in dir_new_leaf()
1802 struct gfs2_leaf *leaf; in gfs2_dir_add()
1819 leaf = (struct gfs2_leaf *)bh->b_data; in gfs2_dir_add()
1900 struct gfs2_leaf *leaf = (struct gfs2_leaf *)bh->b_data; in gfs2_dir_del()
1976 struct gfs2_leaf *tmp_leaf; in leaf_dealloc()
2010 tmp_leaf = (struct gfs2_leaf *)bh->b_data; in leaf_dealloc()
2048 tmp_leaf = (struct gfs2_leaf *)bh->b_data; in leaf_dealloc()
2102 struct gfs2_leaf *leaf; in gfs2_dir_exhash_dealloc()
2121 leaf = (struct gfs2_leaf *)bh->b_data; in gfs2_dir_exhash_dealloc()
2160 const unsigned int extra = sizeof(struct gfs2_dinode) - sizeof(struct gfs2_leaf); in gfs2_diradd_alloc_required()