Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libshare/os/freebsd/
H A Dsmb.c42 static sa_fstype_t *smb_fstype; variable
107 FSINFO(impl_share, smb_fstype)->shareopts = NULL; in smb_clear_shareopts()
127 smb_fstype = register_fstype("smb", &smb_shareops); in libshare_smb_init()
/f-stack/freebsd/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c67 static sa_fstype_t *smb_fstype; variable
284 shareopts = FSINFO(impl_share, smb_fstype)->shareopts; in smb_enable_share()
396 FSINFO(impl_share, smb_fstype)->shareopts = (char *)shareopts; in smb_update_shareopts()
414 FSINFO(impl_share, smb_fstype)->shareopts = NULL; in smb_clear_shareopts()
452 smb_fstype = register_fstype("smb", &smb_shareops); in libshare_smb_init()