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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dutil.c27 if (count > UFS_MAXFRAG)
38 for (; i < UFS_MAXFRAG; i++)
56 if (count <= 0 || count > UFS_MAXFRAG)
63 for (; i < UFS_MAXFRAG; i++)
H A Dufs_fs.h123 #define UFS_MAXFRAG (UFS_BSIZE / UFS_FSIZE) macro
388 __fs32 cg_frsum[UFS_MAXFRAG]; /* counts of available frags */
544 struct buffer_head * bh[UFS_MAXFRAG]; /* buffers */
H A Dutil.h351 ((*ubh_get_addr(ubh, (begin) + ((bit) >> 3)) >> ((bit) & 7)) & (0xff >> (UFS_MAXFRAG - uspi->s_fpb)))

Completed in 47 milliseconds