Home
last modified time | relevance | path

Searched refs:MOUNT_NFS (Results 1 – 10 of 10) sorted by relevance

/openbsd/sbin/umount/
H A Dumount.c108 maketypelist(MOUNT_NFS); in main()
196 if (!strncmp(type, MOUNT_NFS, MFSNAMELEN)) { in umountfs()
223 if (!strncmp(type, MOUNT_NFS, MFSNAMELEN) && in umountfs()
/openbsd/sys/kern/
H A Dvfs_init.c80 { &nfs_vfsops, MOUNT_NFS, 2, 0, MNT_SWAPPABLE,
/openbsd/usr.bin/nfsstat/
H A Dnfsstat.c152 if (!strcmp(vfsc.vfc_name, MOUNT_NFS)) in main()
/openbsd/sys/sys/
H A Dmount.h317 #define MOUNT_NFS "nfs" /* Network Filesystem */ macro
/openbsd/usr.sbin/pstat/
H A Dpstat.c394 } else if (!strncmp(mp->mnt_stat.f_fstypename, MOUNT_NFS, in vnodemode()
414 } else if (!strncmp(mp->mnt_stat.f_fstypename, MOUNT_NFS, MFSNAMELEN)) { in vnodemode()
/openbsd/sbin/mount_nfs/
H A Dmount_nfs.c373 if (mount(MOUNT_NFS, name, mntflags, nfsargsp)) { in main()
/openbsd/usr.sbin/amd/amd/
H A Dnfs_ops.c465 const char *type = MOUNT_NFS; in mount_nfs_fh()
H A Dafs_ops.c108 const char *type = MOUNT_NFS; in mount_toplvl()
/openbsd/sbin/mount/
H A Dmount.c517 if (strcmp(sf->f_fstypename, MOUNT_NFS) == 0) { in prmount()
/openbsd/sbin/sysctl/
H A Dsysctl.c797 MOUNT_NFS); in parse()
1319 if (!strcmp(vfc.vfc_name, MOUNT_NFS)) { in vfsinit()