Searched refs:bsize (Results 126 - 150 of 170) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h910 int start, int len, int bsize);
H A Djbd2.h919 unsigned long long start, int len, int bsize);
H A Dreiserfs_fs.h1450 unsigned long bsize);
1466 #define op_bytes_number(ih,bsize) item_ops[le_ih_k_type (ih)]->bytes_number (ih, bsize)
1467 #define op_is_left_mergeable(key,bsize) item_ops[le_key_k_type (le_key_version (key), key)]->is_left_mergeable (key, bsize)
H A Dnfs_xdr.h95 __u32 bsize; /* Filesystem block size */ member in struct:nfs2_fsstat
96 __u32 blocks; /* No. of "bsize" blocks on filesystem */
97 __u32 bfree; /* No. of free "bsize" blocks */
98 __u32 bavail; /* No. of available "bsize" blocks */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/VFS/
H A Dskel_opaque.c52 BOOL small_query, SMB_BIG_UINT *bsize,
55 return vfswrap_disk_free(NULL, conn, path, small_query, bsize,
51 skel_disk_free(vfs_handle_struct *handle, connection_struct *conn, const char *path, BOOL small_query, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize) argument
H A Dskel_transparent.c51 BOOL small_query, SMB_BIG_UINT *bsize,
54 return SMB_VFS_NEXT_DISK_FREE(handle, conn, path, small_query, bsize,
50 skel_disk_free(vfs_handle_struct *handle, connection_struct *conn, const char *path, BOOL small_query, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dvfs-wrap.c51 SMB_BIG_UINT vfswrap_disk_free(vfs_handle_struct *handle, connection_struct *conn, const char *path, BOOL small_query, SMB_BIG_UINT *bsize, argument
56 result = sys_disk_free(path, small_query, bsize, dfree, dsize);
H A Dreply.c751 SMB_BIG_UINT dfree,dsize,bsize; local
754 if (SMB_VFS_DISK_FREE(conn,".",True,&bsize,&dfree,&dsize) == (SMB_BIG_UINT)-1) {
769 total_space = dsize * (double)bsize;
770 free_space = dfree * (double)bsize;
784 SSVAL(outbuf,smb_vwv1,bsize/512);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_full_audit.c75 BOOL small_query, SMB_BIG_UINT *bsize,
753 BOOL small_query, SMB_BIG_UINT *bsize,
758 result = SMB_VFS_NEXT_DISK_FREE(handle, conn, path, small_query, bsize,
751 smb_full_audit_disk_free(vfs_handle_struct *handle, connection_struct *conn, const char *path, BOOL small_query, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dauerswald.c153 unsigned int bsize; /* size of return buffer */ member in struct:__anon7127
1529 if (u > devinfo.bsize) {
1530 u = devinfo.bsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dvfs.h207 SMB_BIG_UINT (*disk_free)(struct vfs_handle_struct *handle, struct connection_struct *conn, const char *path, BOOL small_query, SMB_BIG_UINT *bsize,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dad1848.c192 static int ad1848_prepare_for_output(int dev, int bsize, int bcount);
193 static int ad1848_prepare_for_input(int dev, int bsize, int bcount);
1126 static int ad1848_prepare_for_output(int dev, int bsize, int bcount) argument
1194 static int ad1848_prepare_for_input(int dev, int bsize, int bcount) argument
H A Dnm256_audio.c1544 nm256_audio_prepare_for_input(int dev, int bsize, int bcount) argument
1561 * Each buffer that will be passed will be `bsize' bytes long,
1571 nm256_audio_prepare_for_output(int dev, int bsize, int bcount) argument
H A Dswarm_cs4297a.c329 static void clear_advance(void *buf, unsigned bsize, unsigned bptr, argument
332 if (bptr + len > bsize) {
333 unsigned x = bsize - bptr;
H A Dwaveartist.c566 waveartist_prepare_for_input(int dev, int bsize, int bcount) argument
621 waveartist_prepare_for_output(int dev, int bsize, int bcount) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvivi.c747 if (0 != buf->vb.baddr && buf->vb.bsize < buf->vb.size)
1073 mbuf->size += q->bufs[i]->bsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp723 DBENV_METHOD(set_lg_bsize, (u_int32_t bsize), (dbenv, bsize))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c1617 int sl, l, len, i, bsize; local
1638 qrealloc(&b, len+l+sl, &bsize);
1844 int i, j, incr, bsize; local
1863 qrealloc(&b, incr + i, &bsize);
1876 qrealloc(&b, incr+i+strlen(s1), &bsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c216 int total, bsize, avail; local
225 if (!cli_dskattr(targetcli, &bsize, &total, &avail)) {
231 total, bsize, avail);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Des1968.c1052 unsigned int pa, unsigned int bsize,
1082 apu_set_register(chip, apu, 6, (pa + bsize) & 0xFFFF);
1083 apu_set_register(chip, apu, 7, bsize);
1051 init_capture_apu(struct es1968 *chip, struct esschan *es, int channel, unsigned int pa, unsigned int bsize, int mode, int route) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c1287 BOOL cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail) argument
1300 *bsize = SVAL(cli->inbuf,smb_vwv1)*SVAL(cli->inbuf,smb_vwv2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_buf.c1322 size_t bsize, /* length to copy */
1329 bend = boff + bsize;
1319 xfs_buf_iomove( xfs_buf_t *bp, size_t boff, size_t bsize, caddr_t data, xfs_buf_rw_t mode) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.c2412 logsuper->bsize = cpu_to_le32(sbi->bsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-mpeg.c243 if (0 != buf->vb.baddr && buf->vb.bsize < size)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-core.c234 return saa7134_buffer_pages(buf->vb.bsize) * buf->vb.i;

Completed in 412 milliseconds

1234567