Searched refs:sfs (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dop-4.h225 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \
227 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
228 _FP_WFRACBITS_##sfs); \
232 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \
234 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
235 _FP_WFRACBITS_##sfs); \
281 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \
285 _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
288 #define _FP_FRAC_CONV_4_2(dfs, sfs, D, S) \
293 _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
[all...]
H A Dop-1.h237 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \
240 if (_FP_WFRACBITS_##sfs > _FP_WFRACBITS_##dfs) \
241 _FP_FRAC_SRS_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs), \
242 _FP_WFRACBITS_##sfs); \
244 D##_f <<= _FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs; \
H A Dop-2.h403 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \
405 _FP_FRAC_SRS_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
406 _FP_WFRACBITS_##sfs); \
410 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \
414 _FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
H A Dop-common.h629 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \
631 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dunix.c58 struct fs_data sfs; local
60 struct statfs sfs; local
64 if ( statfs( vol->v_path, &sfs ) < 0 ) {
70 *bfree = (VolSpace) sfs.fd_req.bfreen;
73 *bfree = (VolSpace) sfs.f_bavail;
74 *bsize = sfs.f_frsize;
85 ( sfs.fd_req.btot - ( sfs.fd_req.bfree - sfs.fd_req.bfreen ));
88 ( sfs
[all...]
H A Dquota.c359 static struct statfs sfs; local
361 if ( statfs( file, &sfs ) < 0 ) {
366 /* Digital UNIX: The struct sfs contains a field sfs.f_type,
368 if ((sfs.f_type == MOUNT_NFS)||(sfs.f_type == MOUNT_NFS3))
371 if (strchr(sfs.f_mntfromname, ':'))
374 return( sfs.f_mntfromname );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.c59 struct fs_data sfs; local
61 struct statfs sfs; local
64 if ( statfs( vol->v_path, &sfs ) < 0 ) {
70 *bfree = (VolSpace) sfs.fd_req.bfreen;
73 *bfree = (VolSpace) sfs.f_bavail;
74 *bsize = sfs.f_frsize;
85 ( sfs.fd_req.btot - ( sfs.fd_req.bfree - sfs.fd_req.bfreen ));
88 ( sfs
[all...]
H A Dquota.c450 static struct statfs sfs; local
452 if ( statfs( file, &sfs ) < 0 ) {
457 /* Digital UNIX: The struct sfs contains a field sfs.f_type,
459 if ((sfs.f_type == MOUNT_NFS)||(sfs.f_type == MOUNT_NFS3))
462 if (strchr(sfs.f_mntfromname, ':'))
465 return( sfs.f_mntfromname );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/math-emu/
H A Dop-1.h288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \
291 if (_FP_WFRACBITS_##sfs > _FP_WFRACBITS_##dfs) \
294 _FP_FRAC_SRS_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs), \
295 _FP_WFRACBITS_##sfs); \
297 _FP_FRAC_SRL_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs)); \
300 D##_f <<= _FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs; \
H A Dop-4.h615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \
618 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
619 _FP_WFRACBITS_##sfs); \
621 _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \
625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \
628 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
629 _FP_WFRACBITS_##sfs); \
631 _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \
677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \
681 _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
[all...]
H A Dop-2.h572 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \
575 _FP_FRAC_SRS_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
576 _FP_WFRACBITS_##sfs); \
578 _FP_FRAC_SRL_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \
582 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \
586 _FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
H A Dop-common.h793 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \
795 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcoda_psdev.h73 int venus_statfs(struct dentry *dentry, struct kstatfs *sfs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dupcall.c614 int venus_statfs(struct dentry *dentry, struct kstatfs *sfs) argument
626 sfs->f_blocks = outp->coda_statfs.stat.f_blocks;
627 sfs->f_bfree = outp->coda_statfs.stat.f_bfree;
628 sfs->f_bavail = outp->coda_statfs.stat.f_bavail;
629 sfs->f_files = outp->coda_statfs.stat.f_files;
630 sfs->f_ffree = outp->coda_statfs.stat.f_ffree;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c234 * @sfs: statfs structure in which to return the information
237 * pointed to by @sfs (this is initialized with zeros before ntfs_statfs is
249 struct statvfs *sfs)
263 sfs->f_bsize = vol->cluster_size;
266 sfs->f_frsize = vol->cluster_size;
273 sfs->f_blocks = vol->nr_clusters;
279 sfs->f_bavail = sfs->f_bfree = size;
289 sfs->f_files = (vol->mftbmp_na->allocated_size << 3) + size;
295 sfs
248 ntfs_fuse_statfs(const char *path __attribute__((unused)), struct statvfs *sfs) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dsuper.c2552 * @sfs: statfs structure in which to return the information
2555 * pointed to by @sfs (this is initialized with zeros before ntfs_statfs is
2567 static int ntfs_statfs(struct dentry *dentry, struct kstatfs *sfs) argument
2578 sfs->f_type = NTFS_SB_MAGIC;
2580 sfs->f_bsize = PAGE_CACHE_SIZE;
2586 sfs->f_blocks = vol->nr_clusters << vol->cluster_size_bits >>
2594 sfs->f_bavail = sfs->f_bfree = size;
2608 sfs->f_files = size;
2610 sfs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_misc.c265 static char * check_special_flags (char * sfs, Node * e) argument
267 char * p = sfs;

Completed in 81 milliseconds