OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFS_FABLKSIZE
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/nfs/
nfs_vfsops.c
208
sbp->f_frsize = sbp->f_bsize =
NFS_FABLKSIZE
;
210
sbp->f_blocks = ((quad_t)tquad / (quad_t)
NFS_FABLKSIZE
);
212
sbp->f_bfree = ((quad_t)tquad / (quad_t)
NFS_FABLKSIZE
);
214
tquad = ((quad_t)tquad / (quad_t)
NFS_FABLKSIZE
);
227
sbp->f_bsize =
NFS_FABLKSIZE
;
270
pref < nmp->nm_wsize && pref >=
NFS_FABLKSIZE
)
271
nmp->nm_wsize = (pref +
NFS_FABLKSIZE
- 1) &
272
~(
NFS_FABLKSIZE
- 1);
275
nmp->nm_wsize = xmax & ~(
NFS_FABLKSIZE
- 1);
281
pref < nmp->nm_rsize && pref >=
NFS_FABLKSIZE
)
[
all
...]
nfsproto.h
67
#define
NFS_FABLKSIZE
512 /* Size in bytes of a block wrt fa_blocks */
nfs_clntsubs.c
264
*
NFS_FABLKSIZE
;
nfs_subs.c
1705
fp->fa2_blocks = txdr_unsigned(vap->va_bytes /
NFS_FABLKSIZE
);
nfs_serv.c
3442
sip->fs_rtmult = txdr_unsigned(
NFS_FABLKSIZE
);
3445
sip->fs_wtmult = txdr_unsigned(
NFS_FABLKSIZE
);
/src/sys/lib/libsa/
nfsv2.h
57
#define
NFS_FABLKSIZE
512 /* Size in bytes of a block wrt fa_blocks */
/src/sys/fs/nfs/client/
nfs_clport.c
971
sbp->f_bsize =
NFS_FABLKSIZE
;
972
sbp->f_blocks = sfp->sf_tbytes /
NFS_FABLKSIZE
;
973
sbp->f_bfree = sfp->sf_fbytes /
NFS_FABLKSIZE
;
976
* the value after dividing by
NFS_FABLKSIZE
is small
981
sbp->f_bavail = sfp->sf_abytes /
NFS_FABLKSIZE
;
1013
fsp->fs_wtpref >=
NFS_FABLKSIZE
)
1014
nmp->nm_wsize = (fsp->fs_wtpref +
NFS_FABLKSIZE
- 1) &
1015
~(
NFS_FABLKSIZE
- 1);
1017
nmp->nm_wsize = fsp->fs_wtmax & ~(
NFS_FABLKSIZE
- 1);
1021
if (nmp->nm_wsize <
NFS_FABLKSIZE
)
[
all
...]
nfs_clcomsubs.c
357
nap->na_blocksize =
NFS_FABLKSIZE
;
385
NFS_FABLKSIZE
;
nfs_clvfsops.c
332
nfsva.na_vattr.va_blocksize =
NFS_FABLKSIZE
;
638
if (nmp->nm_wsize >
NFS_FABLKSIZE
)
641
nmp->nm_wsize =
NFS_FABLKSIZE
;
651
if (nmp->nm_rsize >
NFS_FABLKSIZE
)
654
nmp->nm_rsize =
NFS_FABLKSIZE
;
1578
nfsva.na_vattr.va_blocksize =
NFS_FABLKSIZE
;
/src/sys/fs/nfs/common/
nfs_commonport.c
293
sip->fs_rtmult =
NFS_FABLKSIZE
;
296
sip->fs_wtmult =
NFS_FABLKSIZE
;
oldnfsproto.h
66
#define
NFS_FABLKSIZE
512 /* Size in bytes of a block wrt fa_blocks */
nfsproto.h
64
#define
NFS_FABLKSIZE
512 /* Size in bytes of a block wrt fa_blocks */
nfs_commonsubs.c
864
nap->na_blocksize =
NFS_FABLKSIZE
;
867
sbp->f_bsize =
NFS_FABLKSIZE
;
880
fsp->fs_wtmult =
NFS_FABLKSIZE
;
/src/sys/fs/nfs/server/
nfs_nfsdsubs.c
1422
fp->fa2_blocks = txdr_unsigned(nvap->na_bytes /
NFS_FABLKSIZE
);
Completed in 54 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025