Home
last modified time | relevance | path

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

/linux-6.15/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()
386 de_buf += de_len; in ocfs2_search_dirblock()
1212 de_buf = start; in ocfs2_find_max_rec_len()
2617 char *de_buf, *limit; in ocfs2_dx_dir_index_block() local
2662 char *de_buf, *limit; in ocfs2_dx_dir_index_root_block() local
2705 char *de_buf, *limit; in ocfs2_new_dx_should_be_inline() local
2745 char *de_buf, *limit; in ocfs2_expand_last_dirent() local
2756 de_buf = start; in ocfs2_expand_last_dirent()
[all …]
/linux-6.15/fs/ext4/
H A Dinline.c997 static void ext4_update_final_de(void *de_buf, int old_size, int new_size) in ext4_update_final_de() argument
1003 de = de_buf; in ext4_update_final_de()
1005 limit = de_buf + old_size; in ext4_update_final_de()
1009 de_buf += de_len; in ext4_update_final_de()
1010 de = de_buf; in ext4_update_final_de()
1011 } while (de_buf < limit); in ext4_update_final_de()