HomeSort by: relevance | last modified time | path
    Searched refs:NFSMNT_RSIZE (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/nfs/
nfsmount.h 77 #define NFSMNT_RSIZE 0x00000004 /* set read size */
nfs_vfsops.c 280 if ((nmp->nm_flag & NFSMNT_RSIZE) == 0 &&
508 if ((argp->flags & NFSMNT_RSIZE) && argp->rsize > 0) {
531 } else if (argp->flags & NFSMNT_RSIZE)
nfs_boot.c 621 args->flags |= NFSMNT_WSIZE | NFSMNT_RSIZE;
  /src/sys/fs/nfs/common/
nfs_diskless.c 138 nd->flags |= NFSMNT_RSIZE;
269 NFSMNT_RSIZE | NFSMNT_RESVPORT);
308 NFSMNT_RSIZE | NFSMNT_RESVPORT);
bootp_subr.c 1202 args->flags = NFSMNT_RSIZE | NFSMNT_WSIZE | NFSMNT_RESVPORT;
  /src/sbin/mount_nfs/
mount_nfs.c 329 nfsargsp->flags |= NFSMNT_RSIZE;
388 nfsargsp->flags |= NFSMNT_RSIZE;
  /src/sys/compat/sunos/
sunos_misc.c 213 { SUNNFS_RSIZE, NFSMNT_RSIZE },
274 if (na.flags & NFSMNT_RSIZE) {
  /src/sys/compat/linux/arch/alpha/
linux_osf1.c 84 { OSF1_NFSMNT_RSIZE, OSF1_NFSMNT_RSIZE, NFSMNT_RSIZE, },
275 if (bsd_na.flags & NFSMNT_RSIZE)
  /src/sys/compat/sunos32/
sunos32_misc.c 398 { SUNNFS_RSIZE, NFSMNT_RSIZE },
465 if (na.flags & NFSMNT_RSIZE) {
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 644 if ((argp->flags & NFSMNT_RSIZE) && argp->rsize > 0) {
1030 args.flags |= NFSMNT_RSIZE;

Completed in 18 milliseconds