Searched refs:OCFS2_DIR_MEMBER_LEN (Results 1 – 2 of 2) sorted by relevance
386 #define OCFS2_DIR_MEMBER_LEN offsetof(struct ocfs2_dir_entry, name) macro387 #define OCFS2_DIR_REC_LEN(name_len) (((name_len) + OCFS2_DIR_MEMBER_LEN + \
360 while (de_buf < dlimit - OCFS2_DIR_MEMBER_LEN) { in ocfs2_search_dirblock()