Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/filecorefs/
H A Dfilecore_mount.h83 #define FILECOREMNT_ALLACCESS 2 /* World has Owner access */ macro
H A Dfilecore_utils.c203 if (ip->i_mnt->fc_mntflags & FILECOREMNT_ALLACCESS) { in filecore_mode()
/netbsd-src/sbin/mount_filecore/
H A Dmount_filecore.c133 args.flags |= FILECOREMNT_ALLACCESS; in mount_filecore()