Home
last modified time | relevance | path

Searched refs:MNT_UNION (Results 1 – 25 of 2884) sorted by relevance

12345678910>>...116

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dfstypes.h93 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro
123 { MNT_UNION, 0, "union" }, \
128 MNT_SYNCHRONOUS | MNT_UNION)
170 MNT_UNION | \
/dports/sysutils/di/di-4.50/C/
H A Ddidiskutil.c292 #if defined (MNT_UNION)
293 if ((flags & MNT_UNION) == MNT_UNION)
299 #if defined (MNT_UNION)
300 if ((flags & MNT_UNION) == MNT_UNION)
/dports/sysutils/webmin/webmin-1.981/mount/
H A Dopenbsd-mounts-4.c43 #ifdef MNT_UNION in expand_flags()
44 if (f & MNT_UNION) strcat(buf, "union,"); in expand_flags()
H A Dopenbsd-mounts-5.c43 #ifdef MNT_UNION in expand_flags()
44 if (f & MNT_UNION) strcat(buf, "union,"); in expand_flags()
H A Dopenbsd-mounts-2.c45 #ifdef MNT_UNION in expand_flags()
46 if (f & MNT_UNION) strcat(buf, "union,"); in expand_flags()
H A Dopenbsd-mounts-3.c43 #ifdef MNT_UNION in expand_flags()
44 if (f & MNT_UNION) strcat(buf, "union,"); in expand_flags()
H A Dfreebsd-mounts-7.c48 #ifdef MNT_UNION in expand_flags()
49 if (f & MNT_UNION) strcat(buf, "union,"); in expand_flags()
H A Dmacos-mounts-intel.c42 if (f & MNT_UNION) strcat(buf, "union,"); in expand_flags()
H A Dmacos-mounts.c42 if (f & MNT_UNION) strcat(buf, "union,"); in expand_flags()
H A Dnetbsd-mounts-2.c43 if (f & MNT_UNION) strcat(buf, "union,"); in expand_flags()
H A Dnetbsd-mounts-3.c45 if (f & MNT_UNION) strcat(buf, "union,"); in expand_flags()
H A Dnetbsd-mounts.c45 if (f & MNT_UNION) strcat(buf, "union,"); in expand_flags()
/dports/multimedia/gnome-mplayer/gnome-mplayer-1.0.9/src/
H A Dmntent_compat.c88 #ifdef MNT_UNION in getmntent()
89 if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_UNION) in getmntent()
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dmount.h195 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro
244 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dmount.h195 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro
244 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.11-any/sys/
H A Dmount.h195 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro
244 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.12-any/sys/
H A Dmount.h195 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro
244 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.11-any/sys/
H A Dmount.h195 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro
244 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.12-any/sys/
H A Dmount.h195 #define MNT_UNION 0x00000020 /* union with underlying filesystem */ macro
244 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/gopsutil/disk/
H A Dtypes_freebsd.go51 MNT_UNION = 0x00000020 /* union with underlying filesystem */ const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/disk/
H A Dtypes_freebsd.go51 MNT_UNION = 0x00000020 /* union with underlying filesystem */ const
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/gopsutil/disk/
H A Dtypes_freebsd.go51 MNT_UNION = 0x00000020 /* union with underlying filesystem */ const
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/shirou/gopsutil/gopsutil-2.18.12/disk/
H A Dtypes_freebsd.go51 MNT_UNION = 0x00000020 /* union with underlying filesystem */ const
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/gopsutil/disk/
H A Dtypes_freebsd.go51 MNT_UNION = 0x00000020 /* union with underlying filesystem */ const
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/gopsutil/disk/
H A Ddisk_freebsd_arm.go23 MNT_UNION = 0x00000020 const

12345678910>>...116