Home
last modified time | relevance | path

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

/fs/ufs/
Dutil.c27 if (count > UFS_MAXFRAG) in _ubh_bread_()
37 for (; i < UFS_MAXFRAG; i++) in _ubh_bread_()
55 if (count <= 0 || count > UFS_MAXFRAG) in ubh_bread_uspi()
62 for (; i < UFS_MAXFRAG; i++) in ubh_bread_uspi()
Dufs_fs.h124 #define UFS_MAXFRAG (UFS_BSIZE / UFS_FSIZE) macro
548 __fs32 cg_frsum[UFS_MAXFRAG]; /* counts of available frags */
704 struct buffer_head * bh[UFS_MAXFRAG]; /* buffers */
Dutil.h351 …((*ubh_get_addr(ubh, (begin) + ((bit) >> 3)) >> ((bit) & 7)) & (0xff >> (UFS_MAXFRAG - uspi->s_fpb…