Lines Matching defs:lf
1374 struct gfs2_leaf *lf;
1387 lf = (struct gfs2_leaf *)bh->b_data;
1389 *depth = be16_to_cpu(lf->lf_depth);
1390 entries += be16_to_cpu(lf->lf_entries);
1392 lfn = be64_to_cpu(lf->lf_next);
1423 lf = (struct gfs2_leaf *)bh->b_data;
1424 lfn = be64_to_cpu(lf->lf_next);
1425 if (lf->lf_entries) {
1427 entries2 += be16_to_cpu(lf->lf_entries);
1445 be16_to_cpu(lf->lf_entries));