Searched refs:bsize (Results 76 - 100 of 170) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/boot/
H A Delf2ecoff.c235 a->bsize = swab32(a->bsize);
418 eah.bsize = bss.len;
461 esecs[2].s_size = eah.bsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Dsuper.c308 int bsize = 1 << n_bits; local
309 int bsize_4 = bsize >> 2;
317 sbi->s_inodes_per_block = bsize >> 6;
318 sbi->s_inodes_per_block_1 = (bsize >> 6)-1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dcommit.c179 blhdr->binfo[i].bsize = cpu_to_be32(blhdr->binfo[i].bsize);
586 blhdr->binfo[bufs].bsize = hfsplus_jh2bh(jh)->b_size;
588 blhdr->bytes_used += blhdr->binfo[bufs].bsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_incore.h172 short bsize; /* logical block size */ member in struct:jfs_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.h126 qsize_t bsize; member in struct:dqblk
H A Dafs.c32 int afs_getvolspace(struct vol *vol, VolSpace *bfree, VolSpace *btotal, u_int32_t *bsize) argument
68 *bsize = 1024;
H A Dvolume.c1604 VolSpace *xbfree, VolSpace *xbtotal, u_int32_t *bsize)
1621 if ( afs_getvolspace( vol, xbfree, xbtotal, bsize ) == AFP_OK ) {
1628 if (( rc = ustatfs_getvolspace( vol, xbfree, xbtotal, bsize)) != AFP_OK ) {
1634 if ( uquota_getvolspace( vol, &qfree, &qtotal, *bsize ) == AFP_OK ) {
1707 u_int32_t bfree, btotal, bsize; local
1748 &bsize) != AFP_OK ) {
1876 bsize = htonl(bsize);
1877 memcpy(data, &bsize, sizeof(bsize));
1602 getvolspace(struct vol *vol, u_int32_t *bfree, u_int32_t *btotal, VolSpace *xbfree, VolSpace *xbtotal, u_int32_t *bsize) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dloop.c208 int bsize, loff_t pos, struct page *page)
319 struct bio_vec *bvec, int bsize, loff_t pos, struct page *page)
343 int bsize, loff_t pos, struct page *page)
358 static int lo_send(struct loop_device *lo, struct bio *bio, int bsize, argument
379 ret = do_lo_send(lo, bvec, bsize, pos, page);
400 int bsize; member in struct:lo_read_data
434 struct bio_vec *bvec, int bsize, loff_t pos)
443 cookie.bsize = bsize;
451 lo_receive(struct loop_device *lo, struct bio *bio, int bsize, loff_ argument
207 do_lo_send_aops(struct loop_device *lo, struct bio_vec *bvec, int bsize, loff_t pos, struct page *page) argument
318 do_lo_send_direct_write(struct loop_device *lo, struct bio_vec *bvec, int bsize, loff_t pos, struct page *page) argument
342 do_lo_send_write(struct loop_device *lo, struct bio_vec *bvec, int bsize, loff_t pos, struct page *page) argument
433 do_lo_receive(struct loop_device *lo, struct bio_vec *bvec, int bsize, loff_t pos) argument
[all...]
H A Dub.c208 unsigned int bsize; /* Linux hardsect_size */ member in struct:ub_capacity
1582 lun->capacity.bsize = 512;
1597 lun->capacity.bsize = 512;
1689 blk_queue_hardsect_size(disk->queue, lun->capacity.bsize);
1805 unsigned int bsize, shift; local
1853 bsize = be32_to_cpu(*(__be32 *)(p + 4));
1854 switch (bsize) {
1864 ret->bsize = bsize;
2272 blk_queue_hardsect_size(q, lun->capacity.bsize);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dpagelist.c219 * @bsize: io block size
225 size_t bsize,
231 desc->pg_bsize = bsize;
222 nfs_pageio_init(struct nfs_pageio_descriptor *desc, struct inode *inode, int (*doio)(struct inode *, struct list_head *, unsigned int, size_t, int), size_t bsize, int io_flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dpas2_pcm.c363 static int pas_audio_prepare_for_input(int dev, int bsize, int bcount) argument
369 static int pas_audio_prepare_for_output(int dev, int bsize, int bcount) argument
H A Dvidc.c321 static int vidc_audio_prepare_for_input(int dev, int bsize, int bcount) argument
335 * Each buffer that will be passed will be `bsize' bytes long,
338 static int vidc_audio_prepare_for_output(int dev, int bsize, int bcount) argument
H A Dsb_audio.c256 static int sb1_audio_prepare_for_input(int dev, int bsize, int bcount) argument
271 static int sb1_audio_prepare_for_output(int dev, int bsize, int bcount) argument
468 static int sbpro_audio_prepare_for_input(int dev, int bsize, int bcount) argument
496 static int sbpro_audio_prepare_for_output(int dev, int bsize, int bcount) argument
632 static int sb16_audio_prepare_for_input(int dev, int bsize, int bcount) argument
658 static int sb16_audio_prepare_for_output(int dev, int bsize, int bcount) argument
H A Dsb_ess.c438 static int ess_audio_prepare_for_input(int dev, int bsize, int bcount) argument
459 static int ess_audio_prepare_for_output_audio1 (int dev, int bsize, int bcount) argument
480 static int ess_audio_prepare_for_output_audio2 (int dev, int bsize, int bcount) argument
518 static int ess_audio_prepare_for_output(int dev, int bsize, int bcount) argument
528 return ess_audio_prepare_for_output_audio2 (dev, bsize, bcount);
530 return ess_audio_prepare_for_output_audio1 (dev, bsize, bcount);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dblock_dev.c890 unsigned bsize = bdev_hardsect_size(bdev); local
893 while (bsize < PAGE_CACHE_SIZE) {
894 if (size & bsize)
896 bsize <<= 1;
898 bdev->bd_block_size = bsize;
899 bdev->bd_inode->i_blkbits = blksize_bits(bsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Daops.c667 unsigned int bsize = 1 << inode->i_blkbits; local
670 create_empty_buffers(page, bsize, 0);
674 bh = bh->b_this_page, block_start += bsize) {
675 block_end = block_start + bsize;
733 block_end = block_start + bsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc4xx_dma.c674 ppc4xx_set_burst_size(unsigned int dmanr, unsigned int bsize) argument
682 ctc |= (bsize & DMA_CTC_BSIZ_MSK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsgiarcs.h279 unsigned char bsize; member in struct:linux_cache_key::param
281 unsigned char bsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsgiarcs.h279 unsigned char bsize; member in struct:linux_cache_key::param
281 unsigned char bsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dvolume.c1494 VolSpace *xbfree, VolSpace *xbtotal, u_int32_t *bsize)
1511 if ( afs_getvolspace( vol, xbfree, xbtotal, bsize ) == AFP_OK ) {
1518 if (( rc = ustatfs_getvolspace( vol, xbfree, xbtotal, bsize)) != AFP_OK ) {
1525 if ( uquota_getvolspace( vol, &qfree, &qtotal, *bsize ) == AFP_OK ) {
1597 u_int32_t bfree, btotal, bsize; local
1638 &bsize) != AFP_OK ) {
1766 bsize = htonl(bsize);
1767 memcpy(data, &bsize, sizeof(bsize));
1492 getvolspace(struct vol *vol, u_int32_t *bfree, u_int32_t *btotal, VolSpace *xbfree, VolSpace *xbtotal, u_int32_t *bsize) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c48 unsigned short **block_p, unsigned int *bsize);
1615 unsigned short **block_p, unsigned int *bsize)
1645 *bsize = *((unsigned int *) block_list);
1661 unsigned int bsize, i = 0, bytes = 0, byte_offset = 0; local
1688 block_list, NULL, &bsize)) == 0)
1694 block, bsize, NULL, sblk->block_size))) {
1696 bsize);
1780 unsigned int bsize, bytes = 0; local
1802 block_list, NULL, &bsize);
1808 bsize, NUL
1613 read_blocklist(struct inode *inode, int index, int readahead_blks, char *block_list, unsigned short **block_p, unsigned int *bsize) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr017/
H A Dt.c38 h_info.bsize = 512;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_kernel.h86 __u32 bsize; member in struct:fuse_kstatfs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-ts.c88 if (0 != buf->vb.baddr && buf->vb.bsize < size)
H A Dsaa7134-vbi.c134 if (0 != buf->vb.baddr && buf->vb.bsize < size)

Completed in 289 milliseconds

1234567