Searched refs:MNTTAB_OPT_NOLOCK (Results 1 – 3 of 3) sorted by relevance
141 #if defined(MNT2_NFS_OPT_NONLM) && !defined(MNTTAB_OPT_NOLOCK)142 # define MNTTAB_OPT_NOLOCK "nolock" macro
228 #ifdef MNTTAB_OPT_NOLOCK in amfs_toplvl_mount()230 xstrlcat(opts, MNTTAB_OPT_NOLOCK, sizeof(opts)); in amfs_toplvl_mount()
642 #if defined(MNT2_NFS_OPT_NONLM) && defined(MNTTAB_OPT_NOLOCK) in compute_nfs_common_args()643 if (amu_hasmntopt(mntp, MNTTAB_OPT_NOLOCK) != NULL) in compute_nfs_common_args()