Home
last modified time | relevance | path

Searched refs:pmnt_flags (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/fs/ptyfs/
Dptyfs_vfsops.c292 args->flags = pmnt->pmnt_flags; in ptyfs_mount()
319 pmnt->pmnt_flags = args->flags; in ptyfs_mount()
321 pmnt->pmnt_flags = 0; in ptyfs_mount()
Dptyfs.h118 int pmnt_flags; member
/netbsd/src/sys/miscfs/procfs/
Dprocfs_vfsops.c185 args->flags = pmnt->pmnt_flags; in procfs_mount()
206 pmnt->pmnt_flags = args->flags; in procfs_mount()
208 pmnt->pmnt_flags = 0; in procfs_mount()
Dprocfs.h208 int pmnt_flags; member
Dprocfs_subr.c400 const int flags = VFSTOPROC(mp)->pmnt_flags; in procfs_use_linux_compat()
/netbsd/src/usr.sbin/perfused/
Dperfused.c203 new_mount(int fd, int pmnt_flags) in new_mount() argument
233 sock_type = pmnt_flags & PMNT_DGRAM ? SOCK_DGRAM : SOCK_SEQPACKET; in new_mount()