Searched refs:de_buf (Results 1 – 2 of 2) sorted by relevance
353 char *dlimit, *de_buf; in ocfs2_search_dirblock() local357 de_buf = first_de; in ocfs2_search_dirblock()358 dlimit = de_buf + bytes; in ocfs2_search_dirblock()360 while (de_buf < dlimit - OCFS2_DIR_MEMBER_LEN) { in ocfs2_search_dirblock()364 de = (struct ocfs2_dir_entry *) de_buf; in ocfs2_search_dirblock()386 de_buf += de_len; in ocfs2_search_dirblock()1193 char *trailer, *de_buf, *limit, *start = dirblock_bh->b_data; in ocfs2_find_max_rec_len() local1199 de_buf = start; in ocfs2_find_max_rec_len()1200 de = (struct ocfs2_dir_entry *)de_buf; in ocfs2_find_max_rec_len()1202 if (de_buf != trailer) { in ocfs2_find_max_rec_len()[all …]
1062 static void ext4_update_final_de(void *de_buf, int old_size, int new_size) in ext4_update_final_de() argument1068 de = de_buf; in ext4_update_final_de()1070 limit = de_buf + old_size; in ext4_update_final_de()1074 de_buf += de_len; in ext4_update_final_de()1075 de = de_buf; in ext4_update_final_de()1076 } while (de_buf < limit); in ext4_update_final_de()