Home
last modified time | relevance | path

Searched refs:FILECOREMNT_USEUID (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/filecorefs/
H A Dfilecore_mount.h85 #define FILECOREMNT_USEUID 8 /* Use uid of mount process */ macro
H A Dfilecore_vfsops.c401 if (argp->flags & FILECOREMNT_USEUID) { in filecore_mountfs()
/netbsd-src/sbin/mount_filecore/
H A Dmount_filecore.c179 if (useuid) args.flags |= FILECOREMNT_USEUID; in mount_filecore()