Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Docfs2_fs.h386 #define OCFS2_DIR_MEMBER_LEN offsetof(struct ocfs2_dir_entry, name) macro
387 #define OCFS2_DIR_REC_LEN(name_len) (((name_len) + OCFS2_DIR_MEMBER_LEN + \
H A Ddir.c360 while (de_buf < dlimit - OCFS2_DIR_MEMBER_LEN) { in ocfs2_search_dirblock()