Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/amd/include/
HDam_compat.h334 #ifndef MNTTAB_OPT_GROUP
335 # define MNTTAB_OPT_GROUP "group" macro
348 #ifndef MNTTAB_OPT_GROUP
349 # define MNTTAB_OPT_GROUP "group" macro
/freebsd-11-stable/contrib/amd/amd/
HDops_udf.c209 if ((str = hasmntstr(&mnt, MNTTAB_OPT_GROUP)) != NULL) { in mount_udf()
210 udf_args.anon_gid = a_gid(str, MNTTAB_OPT_GROUP); in mount_udf()
HDops_pcfs.c173 if ((str = hasmntstr(&mnt, MNTTAB_OPT_GROUP)) != NULL) { in mount_pcfs()