Searched refs:smb_getdataset (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_vss.c | 111 if (smb_getdataset(path, dataset, MAXPATHLEN) != 0) in smbd_vss_get_count() 169 if (smb_getdataset(path, dataset, MAXPATHLEN) != 0) { in smbd_vss_get_snapshots() 241 if (smb_getdataset(path, dataset, MAXPATHLEN) != 0) in smbd_vss_map_gmttoken()
|
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | mapfile-vers | 185 smb_getdataset;
|
H A D | libsmb.h | 178 int smb_getdataset(const char *, char *, size_t);
|
H A D | smb_util.c | 630 smb_getdataset(const char *path, char *dataset, size_t len) in smb_getdataset() function
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_share.c | 2022 if (smb_getdataset(si->shr_path, buf, MAXPATHLEN) != 0) in smb_shr_zfs_add() 2062 if (smb_getdataset(si->shr_path, buf, MAXPATHLEN) != 0) in smb_shr_zfs_remove() 2100 if (smb_getdataset(from->shr_path, dataset, MAXPATHLEN) != 0) in smb_shr_zfs_rename()
|
H A D | srvsvc_sd.c | 62 ret = smb_getdataset(si->shr_path, dataset, MAXPATHLEN); in srvsvc_shareacl_getpath()
|
H A D | smb_quota.c | 1082 if (smb_getdataset(path, dataset, MAXPATHLEN) != 0) in smb_quota_zfs_init()
|