Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/amd/include/
HDam_compat.h199 #if defined(MNT2_UDF_OPT_CLOSESESSION) && !defined(MNTTAB_OPT_CLOSESESSION)
200 # define MNTTAB_OPT_CLOSESESSION "closesession" macro
/freebsd-11-stable/contrib/amd/amd/
HDops_udf.c185 # if defined(MNT2_UDF_OPT_CLOSESESSION) && defined(MNTTAB_OPT_CLOSESESSION) in mount_udf()
186 if (amu_hasmntopt(&mnt, MNTTAB_OPT_CLOSESESSION)) in mount_udf()