Home
last modified time | relevance | path

Searched refs:de_buf (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/
H A Ddir.c353 char *dlimit, *de_buf; in ocfs2_search_dirblock() local
357 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()
1214 char *trailer, *de_buf, *limit, *start = dirblock_bh->b_data; in ocfs2_find_max_rec_len() local
1220 de_buf = start; in ocfs2_find_max_rec_len()
1221 de = (struct ocfs2_dir_entry *)de_buf; in ocfs2_find_max_rec_len()
1223 if (de_buf ! in ocfs2_find_max_rec_len()
2625 char *de_buf, *limit; ocfs2_dx_dir_index_block() local
2670 char *de_buf, *limit; ocfs2_dx_dir_index_root_block() local
2713 char *de_buf, *limit; ocfs2_new_dx_should_be_inline() local
2753 char *de_buf, *limit; ocfs2_expand_last_dirent() local
3377 char *first_de, *de_buf, *limit; ocfs2_find_dir_space_id() local
[all...]
/linux/fs/ext4/
H A Dinline.c1008 void ext4_update_final_de(void *de_buf, int old_size, int new_size) in ext4_update_final_de() argument
1014 de = de_buf; in ext4_update_final_de()
1016 limit = de_buf + old_size; in ext4_update_final_de()
1020 de_buf += de_len; in ext4_update_final_de()
1021 de = de_buf; in ext4_update_final_de()
1022 } while (de_buf < limit); in ext4_update_final_de()
H A Dext4.h3600 extern void ext4_update_final_de(void *de_buf, int old_size, int new_size);