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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dutil.c26 if (count > UFS_MAXFRAG)
37 for (; i < UFS_MAXFRAG; i++)
55 if (count <= 0 || count > UFS_MAXFRAG)
62 for (; i < UFS_MAXFRAG; i++)
H A Dutil.h325 ((*ubh_get_addr(ubh, (begin) + ((bit) >> 3)) >> ((bit) & 7)) & (0xff >> (UFS_MAXFRAG - uspi->s_fpb)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dufs_fs.h133 #define UFS_MAXFRAG (UFS_BSIZE / UFS_FSIZE) macro
412 __fs32 cg_frsum[UFS_MAXFRAG]; /* counts of available frags */
546 struct buffer_head * bh[UFS_MAXFRAG]; /* buffers */

Completed in 35 milliseconds