Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dops_cdfs.c107 int genflags, cdfs_flags, retval; in mount_cdfs() local
115 cdfs_flags = 0; in mount_cdfs()
129 cdfs_flags |= MNT2_CDFS_OPT_DEFPERM; in mount_cdfs()
131 cdfs_flags &= ~MNT2_CDFS_OPT_NODEFPERM; in mount_cdfs()
137 cdfs_flags |= MNT2_CDFS_OPT_NODEFPERM; in mount_cdfs()
142 cdfs_flags |= MNT2_CDFS_OPT_NOVERSION; in mount_cdfs()
147 cdfs_flags |= MNT2_CDFS_OPT_RRIP; in mount_cdfs()
152 cdfs_flags |= MNT2_CDFS_OPT_NORRIP; in mount_cdfs()
157 cdfs_flags |= MNT2_CDFS_OPT_GENS; in mount_cdfs()
162 cdfs_flags |= MNT2_CDFS_OPT_EXTATT; in mount_cdfs()
[all …]