Searched refs:bfree (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c55 getfreespace(struct vol *vol, VolSpace *bfree, VolSpace *btotal, argument
87 *bfree = 0;
91 *bfree = dbtob(ufsq[QUOTA_LIMIT_BLOCK].ufsqe_hardlimit -
99 int uquota_getvolspace( struct vol *vol, VolSpace *bfree, VolSpace *btotal, const u_int32_t bsize) argument
119 *bfree = gbfree;
123 *bfree = ubfree;
128 *bfree = ubfree;
131 *bfree = gbfree;
774 int uquota_getvolspace( struct vol *vol, VolSpace *bfree, VolSpace *btotal, const u_int32_t bsize) argument
807 *btotal = *bfree
[all...]
H A Dunix.c54 int ustatfs_getvolspace(const struct vol *vol, VolSpace *bfree, VolSpace *btotal, u_int32_t *bsize) argument
70 *bfree = (VolSpace) sfs.fd_req.bfreen;
73 *bfree = (VolSpace) sfs.f_bavail;
77 if ( *bfree > maxVolSpace / *bsize ) {
78 *bfree = maxVolSpace;
80 *bfree *= *bsize;
85 ( sfs.fd_req.btot - ( sfs.fd_req.bfree - sfs.fd_req.bfreen ));
H A Dafs.c32 int afs_getvolspace(struct vol *vol, VolSpace *bfree, VolSpace *btotal, u_int32_t *bsize) argument
69 *bfree = (VolSpace) free * 1024;
H A Dvolume.c1603 u_int32_t *bfree, u_int32_t *btotal,
1657 *bfree = MIN(*xbfree, maxsize);
1707 u_int32_t bfree, btotal, bsize; local
1747 if ( getvolspace( vol, &bfree, &btotal, &xbfree, &xbtotal,
1837 bfree = htonl( bfree );
1838 memcpy(data, &bfree, sizeof( bfree ));
1839 data += sizeof( bfree );
1602 getvolspace(struct vol *vol, u_int32_t *bfree, u_int32_t *btotal, VolSpace *xbfree, VolSpace *xbtotal, u_int32_t *bsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dquota.c683 int uquota_getvolspace( struct vol *vol, VolSpace *bfree, VolSpace *btotal, const u_int32_t bsize) argument
716 *btotal = *bfree = ~((VolSpace) 0);
720 *bfree = 0;
724 *bfree = tobytes( dqblk.dqb_bsoftlimit, this_bsize ) -
729 *bfree = tobytes( dqblk.dqb_bhardlimit, this_bsize ) -
734 LOG(log_debug, logtype_afpd, "bfree : %u", *bfree );
736 LOG(log_debug, logtype_afpd, "bfree : %uKB", *bfree/1024 );
H A Dunix.c53 int ustatfs_getvolspace(const struct vol *vol, VolSpace *bfree, VolSpace *btotal, u_int32_t *bsize) argument
70 *bfree = (VolSpace) sfs.fd_req.bfreen;
73 *bfree = (VolSpace) sfs.f_bavail;
77 if ( *bfree > maxVolSpace / *bsize ) {
78 *bfree = maxVolSpace;
80 *bfree *= *bsize;
85 ( sfs.fd_req.btot - ( sfs.fd_req.bfree - sfs.fd_req.bfreen ));
H A Dafs.c32 int afs_getvolspace( vol, bfree, btotal, bsize )
34 VolSpace *bfree, *btotal;
72 *bfree = (VolSpace) free * 1024;
H A Dvolume.c1493 u_int32_t *bfree, u_int32_t *btotal,
1547 *bfree = min( *xbfree, maxsize);
1597 u_int32_t bfree, btotal, bsize; local
1637 if ( getvolspace( vol, &bfree, &btotal, &xbfree, &xbtotal,
1727 bfree = htonl( bfree );
1728 memcpy(data, &bfree, sizeof( bfree ));
1729 data += sizeof( bfree );
1492 getvolspace(struct vol *vol, u_int32_t *bfree, u_int32_t *btotal, VolSpace *xbfree, VolSpace *xbtotal, u_int32_t *bsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_kernel.h82 __u64 bfree; member in struct:fuse_kstatfs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfuse.h51 __u64 bfree; member in struct:fuse_kstatfs
H A Dnfs_xdr.h97 __u32 bfree; /* No. of free "bsize" blocks */ member in struct:nfs2_fsstat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dproc.c518 stat->fbytes = (u64)fsinfo.bfree * fsinfo.bsize;
H A Dnfs2xdr.c623 res->bfree = ntohl(*p++);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dinode.c248 stbuf->f_bfree = attr->bfree;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c240 kstatfs->bfree = stbuf->f_bfree;

Completed in 131 milliseconds