Searched refs:de_buf (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.c348 char *dlimit, *de_buf; local
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; local
1193 de_buf = start;
1194 de = (struct ocfs2_dir_entry *)de_buf;
2590 char *de_buf, *limit; local
2635 char *de_buf, *limit; local
2678 char *de_buf, *limit; local
2718 char *de_buf, *limit; local
3342 char *de_buf, *limit; local
[all...]
/linux-master/fs/ext4/
H A Dinline.c1061 static void ext4_update_final_de(void *de_buf, int old_size, int new_size) argument
1067 de = de_buf;
1069 limit = de_buf + old_size;
1073 de_buf += de_len;
1074 de = de_buf;
1075 } while (de_buf < limit);

Completed in 147 milliseconds