Home
last modified time | relevance | path

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

/fs/ocfs2/
Ddir.c67 #define NAMEI_RA_SIZE (NAMEI_RA_CHUNKS * NAMEI_RA_BLOCKS) macro
387 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ocfs2_find_entry_el()
416 for (ra_max = 0; ra_max < NAMEI_RA_SIZE; ra_max++) { in ocfs2_find_entry_el()
/fs/ext3/
Dnamei.c49 #define NAMEI_RA_SIZE (NAMEI_RA_CHUNKS * NAMEI_RA_BLOCKS) macro
858 struct buffer_head * bh_use[NAMEI_RA_SIZE]; in ext3_find_entry()
899 for (ra_max = 0; ra_max < NAMEI_RA_SIZE; ra_max++) { in ext3_find_entry()
/fs/ext4/
Dnamei.c49 #define NAMEI_RA_SIZE (NAMEI_RA_CHUNKS * NAMEI_RA_BLOCKS) macro
861 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ext4_find_entry()
904 for (ra_max = 0; ra_max < NAMEI_RA_SIZE; ra_max++) { in ext4_find_entry()