Searched refs:st_blocks (Results 1 - 25 of 71) sorted by path

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Ddirlist.c62 if (st->st_blocks >= 8388608L)
64 order = st->st_blocks / 8388608L; // order = # of 4GB
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dinotify.c500 if( (stat(path_buf, &st) == 0) && (st.st_blocks<<9 >= st.st_size) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dinotify.c510 if( (stat(path_buf, &st) == 0) && (st.st_blocks<<9 >= st.st_size) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dinotify.c511 if( (stat(path_buf, &st) == 0) && (st.st_blocks<<9 >= st.st_size) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfigure21097 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21098 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21113 if (ac_aggr.st_blocks)
21152 if (sizeof ac_aggr.st_blocks)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c74 attr->blocks = stbuf->st_blocks;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dwin32_io.c1322 * Note: Only st_mode, st_size, and st_blocks are filled.
1349 buf->st_blocks = buf->st_size >> 9;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c451 stbuf->st_blocks = na->allocated_size >> 9;
463 stbuf->st_blocks = (ni->allocated_size + 511) >> 9;
475 stbuf->st_blocks = na->allocated_size >> 9;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c2128 (unsigned int)sbuf.st_blocks,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure27472 echo "$as_me:$LINENO: checking for st_blocks in struct stat" >&5
27473 echo $ECHO_N "checking for st_blocks in struct stat... $ECHO_C" >&6
27490 struct stat st; st.st_blocks = 0;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem.c275 * st->st_blocks in units of 512 bytes.
278 if (st->st_blocks >= 8388608L)
280 order = st->st_blocks / 8388608L; // order = # of 4GB
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c264 sbuf->st_blocks = IVAL2_TO_SMB_BIG_UINT(rdata,8); /* number of blocks allocated */
265 sbuf->st_blocks /= STAT_ST_BLOCKSIZE;
H A Dlibsmbclient.c1506 st->st_blocks = (size+511)/512;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Ddosmode.c139 if (sbuf->st_size > sbuf->st_blocks * (SMB_OFF_T)STAT_ST_BLOCKSIZE) {
H A Dtrans2.c44 if (st.st_blocks >= 8388608L)
46 order = st.st_blocks / 8388608L; // order = # of 4GB
85 ret = (SMB_BIG_UINT)STAT_ST_BLOCKSIZE * (SMB_BIG_UINT)sbuf->st_blocks;
90 ret = (SMB_BIG_UINT)STAT_ST_BLOCKSIZE * (SMB_BIG_UINT)sbuf->st_blocks;
3685 pdata+=24; /* ctime & st_blocks are not changed */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw.c1487 st64->st_blocks = st->st_blocks;
1518 unsigned long int st_blocks; member in struct:kernel_stat
1556 st->st_blocks = kbuf->st_blocks;
H A Dsmbw_stat.c48 st->st_blocks = (size+511)/512;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dcmd_vfs.c526 printf(" Blocks: %9u", (unsigned int)st.st_blocks);
592 printf(" Blocks: %9u", (unsigned int)st.st_blocks);
646 printf(" Blocks: %9u", (unsigned int)st.st_blocks);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dvolume.c1446 getused_size += statp->st_blocks * 512;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsys_oabi-compat.c101 unsigned long long st_blocks; member in struct:oldabi_stat64
129 tmp.st_blocks = stat->blocks;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32priv.h215 unsigned int st_blocks; /* Number 512-byte blocks allocated. */ member in struct:stat64
216 unsigned int __pad4; /* future possible st_blocks high bits */
H A Dsys_ia32.c157 err |= __put_user(stat->blocks, &ubuf->st_blocks);
2181 err |= __put_user(kbuf->blocks, &ubuf->st_blocks);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dlinux32.c97 tmp.st_blocks = stat->blocks;
H A Dsysirix.c1099 u32 st_blksize, st_blocks; member in struct:xstat32
1125 ub.st_blocks = stat->blocks;
1143 long long st_blocks; member in struct:xstat64
1171 ks.st_blocks = (long long) stat->blocks;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/hpux/
H A Dfs.c165 tmp.st_blocks = stat->blocks;

Completed in 438 milliseconds

123