Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Ddir.c366 char *dlimit, *de_buf; in ocfs2_search_dirblock() local
370 de_buf = first_de; in ocfs2_search_dirblock()
371 dlimit = de_buf + bytes; in ocfs2_search_dirblock()
373 while (de_buf < dlimit - OCFS2_DIR_MEMBER_LEN) { in ocfs2_search_dirblock()
377 de = (struct ocfs2_dir_entry *) de_buf; in ocfs2_search_dirblock()
399 de_buf += de_len; in ocfs2_search_dirblock()
1235 char *trailer, *de_buf, *limit, *start = dirblock_bh->b_data; in ocfs2_find_max_rec_len() local
1241 de_buf = start; in ocfs2_find_max_rec_len()
1242 de = (struct ocfs2_dir_entry *)de_buf; in ocfs2_find_max_rec_len()
1244 if (de_buf != trailer) { in ocfs2_find_max_rec_len()
[all …]