Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c56 static sa_fstype_t *nfs_fstype; variable
303 char *shareopts = FSINFO(impl_share, nfs_fstype)->shareopts; in nfs_enable_share()
406 FSINFO(impl_share, nfs_fstype)->shareopts = (char *)shareopts; in nfs_update_shareopts()
413 FSINFO(impl_share, nfs_fstype)->shareopts = NULL; in nfs_clear_shareopts()
457 nfs_fstype = register_fstype("nfs", &nfs_shareops); in libshare_nfs_init()
/f-stack/freebsd/contrib/openzfs/lib/libshare/os/linux/
H A Dnfs.c50 static sa_fstype_t *nfs_fstype; variable
243 shareopts = FSINFO(impl_share, nfs_fstype)->shareopts; in foreach_nfs_host()
576 shareopts = FSINFO(impl_share, nfs_fstype)->shareopts; in nfs_enable_share()
680 FSINFO(impl_share, nfs_fstype)->shareopts = (char *)shareopts; in nfs_update_shareopts()
691 FSINFO(impl_share, nfs_fstype)->shareopts = NULL; in nfs_clear_shareopts()
723 nfs_fstype = register_fstype("nfs", &nfs_shareops); in libshare_nfs_init()