Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_compat.h141 #if defined(MNT2_NFS_OPT_NONLM) && !defined(MNTTAB_OPT_NOLOCK)
142 # define MNTTAB_OPT_NOLOCK "nolock" macro
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damfs_toplvl.c228 #ifdef MNTTAB_OPT_NOLOCK in amfs_toplvl_mount()
230 xstrlcat(opts, MNTTAB_OPT_NOLOCK, sizeof(opts)); in amfs_toplvl_mount()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dmount_fs.c642 #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()