Lines Matching defs:curf
1178 struct buffer_head *curf, *curcf;
1202 curf = PATH_OFFSET_PBUFFER(path, path_offset - 1);
1204 get_bh(curf);
1205 get_bh(curf);
1216 if ((ret = get_far_parent(tb, h + 1, &curf,
1223 tb->FL[h] = curf; /* New initialization of FL[h]. */
1227 RFALSE((curf && !B_IS_IN_TREE(curf)) ||
1229 "PAP-8195: FL (%b) or CFL (%b) is invalid", curf, curcf);
1242 get_far_parent(tb, h + 1, &curf, &curcf,
1247 curf = PATH_OFFSET_PBUFFER(path, path_offset - 1);
1249 get_bh(curf);
1250 get_bh(curf);
1256 tb->FR[h] = curf;
1262 RFALSE((curf && !B_IS_IN_TREE(curf)) ||
1264 "PAP-8205: FR (%b) or CFR (%b) is invalid", curf, curcf);