Lines Matching defs:de_buf
348 char *dlimit, *de_buf;
352 de_buf = first_de;
353 dlimit = de_buf + bytes;
355 while (de_buf < dlimit) {
359 de = (struct ocfs2_dir_entry *) de_buf;
361 if (de_buf + namelen <= dlimit &&
380 de_buf += de_len;
1187 char *trailer, *de_buf, *limit, *start = dirblock_bh->b_data;
1193 de_buf = start;
1194 de = (struct ocfs2_dir_entry *)de_buf;
1196 if (de_buf != trailer) {
1202 de_buf += le16_to_cpu(de->rec_len);
1203 de = (struct ocfs2_dir_entry *)de_buf;
1204 } while (de_buf < limit);
2592 char *de_buf, *limit;
2598 de_buf = dirent_bh->b_data;
2599 limit = de_buf + dir->i_sb->s_blocksize;
2601 while (de_buf < limit) {
2602 de = (struct ocfs2_dir_entry *)de_buf;
2623 de_buf += le16_to_cpu(de->rec_len);
2637 char *de_buf, *limit;
2645 de_buf = dirent_bh->b_data;
2646 limit = de_buf + dir->i_sb->s_blocksize;
2648 while (de_buf < limit) {
2649 de = (struct ocfs2_dir_entry *)de_buf;
2667 de_buf += le16_to_cpu(de->rec_len);
2680 char *de_buf, *limit;
2684 de_buf = di->id2.i_data.id_data;
2685 limit = de_buf + i_size_read(dir);
2687 while (de_buf < limit) {
2688 de = (struct ocfs2_dir_entry *)de_buf;
2693 de_buf += le16_to_cpu(de->rec_len);
2720 char *de_buf, *limit;
2731 de_buf = start;
2732 de = (struct ocfs2_dir_entry *)de_buf;
2739 de_buf += le16_to_cpu(de->rec_len);
2740 de = (struct ocfs2_dir_entry *)de_buf;
2741 } while (de_buf < limit);
3344 char *de_buf, *limit;
3357 de_buf = di->id2.i_data.id_data;
3358 limit = de_buf + i_size_read(dir);
3361 while (de_buf < limit) {
3362 de = (struct ocfs2_dir_entry *)de_buf;
3387 de_buf += le16_to_cpu(de->rec_len);