Searched refs:MOUNT_NFS (Results 1 – 10 of 10) sorted by relevance
/openbsd/sbin/umount/ |
H A D | umount.c | 108 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 D | vfs_init.c | 80 { &nfs_vfsops, MOUNT_NFS, 2, 0, MNT_SWAPPABLE,
|
/openbsd/usr.bin/nfsstat/ |
H A D | nfsstat.c | 152 if (!strcmp(vfsc.vfc_name, MOUNT_NFS)) in main()
|
/openbsd/sys/sys/ |
H A D | mount.h | 317 #define MOUNT_NFS "nfs" /* Network Filesystem */ macro
|
/openbsd/usr.sbin/pstat/ |
H A D | pstat.c | 394 } 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 D | mount_nfs.c | 373 if (mount(MOUNT_NFS, name, mntflags, nfsargsp)) { in main()
|
/openbsd/usr.sbin/amd/amd/ |
H A D | nfs_ops.c | 465 const char *type = MOUNT_NFS; in mount_nfs_fh()
|
H A D | afs_ops.c | 108 const char *type = MOUNT_NFS; in mount_toplvl()
|
/openbsd/sbin/mount/ |
H A D | mount.c | 517 if (strcmp(sf->f_fstypename, MOUNT_NFS) == 0) { in prmount()
|
/openbsd/sbin/sysctl/ |
H A D | sysctl.c | 797 MOUNT_NFS); in parse() 1319 if (!strcmp(vfc.vfc_name, MOUNT_NFS)) { in vfsinit()
|