Home
last modified time | relevance | path

Searched refs:FSINFO (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c284 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()
H A Dnfs.c243 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()
/f-stack/freebsd/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c303 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()
H A Dsmb.c107 FSINFO(impl_share, smb_fstype)->shareopts = NULL; in smb_clear_shareopts()
/f-stack/freebsd/contrib/openzfs/lib/libshare/
H A Dlibshare_impl.h39 #define FSINFO(impl_share, fstype) \ macro