Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Ddir.c70 #define NAMEI_RA_SIZE (NAMEI_RA_CHUNKS * NAMEI_RA_BLOCKS) macro
689 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ocfs2_find_entry_el()
716 for (ra_max = 0; ra_max < NAMEI_RA_SIZE; ra_max++) { in ocfs2_find_entry_el()
/Linux-v4.19/fs/ext4/
Dnamei.c50 #define NAMEI_RA_SIZE (NAMEI_RA_CHUNKS * NAMEI_RA_BLOCKS) macro
1345 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ext4_find_entry()