Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ufs/
Dutil.c28 if (count > UFS_MAXFRAG) in _ubh_bread_()
38 for (; i < UFS_MAXFRAG; i++) in _ubh_bread_()
56 if (count <= 0 || count > UFS_MAXFRAG) in ubh_bread_uspi()
63 for (; i < UFS_MAXFRAG; i++) in ubh_bread_uspi()
Dufs_fs.h125 #define UFS_MAXFRAG (UFS_BSIZE / UFS_FSIZE) macro
549 __fs32 cg_frsum[UFS_MAXFRAG]; /* counts of available frags */
705 struct buffer_head * bh[UFS_MAXFRAG]; /* buffers */
Dutil.h352 …((*ubh_get_addr(ubh, (begin) + ((bit) >> 3)) >> ((bit) & 7)) & (0xff >> (UFS_MAXFRAG - uspi->s_fpb…