Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Ddir.c368 char *dlimit, *de_buf; in ocfs2_search_dirblock() local
372 de_buf = first_de; in ocfs2_search_dirblock()
373 dlimit = de_buf + bytes; in ocfs2_search_dirblock()
375 while (de_buf < dlimit) { in ocfs2_search_dirblock()
379 de = (struct ocfs2_dir_entry *) de_buf; in ocfs2_search_dirblock()
381 if (de_buf + namelen <= dlimit && in ocfs2_search_dirblock()
400 de_buf += de_len; in ocfs2_search_dirblock()
1217 char *trailer, *de_buf, *limit, *start = dirblock_bh->b_data; in ocfs2_find_max_rec_len() local
1223 de_buf = start; in ocfs2_find_max_rec_len()
1224 de = (struct ocfs2_dir_entry *)de_buf; in ocfs2_find_max_rec_len()
[all …]