Searched refs:bh_use (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.c669 struct buffer_head *bh_use[NAMEI_RA_SIZE]; local
673 buffer, bh_use[] */
703 bh_use[ra_max] = NULL;
711 bh_use[ra_max] = bh;
714 if ((bh = bh_use[ra_ptr++]) == NULL)
757 brelse(bh_use[ra_ptr]);
/linux-master/fs/ext4/
H A Dnamei.c1597 struct buffer_head *bh_use[NAMEI_RA_SIZE]; local
1602 buffer, bh_use[] */
1669 ra_max = min(ra_max, ARRAY_SIZE(bh_use));
1671 false /* wait */, bh_use);
1678 if ((bh = bh_use[ra_ptr++]) == NULL)
1731 brelse(bh_use[ra_ptr]);

Completed in 124 milliseconds