Searched refs:smb_getdataset (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_vss.c | 112 if (smb_getdataset(path, dataset, MAXPATHLEN) != 0) in smbd_vss_get_count() 170 if (smb_getdataset(path, dataset, MAXPATHLEN) != 0) { in smbd_vss_get_snapshots() 253 if (smb_getdataset(path, dataset, MAXPATHLEN) != 0) in smbd_vss_map_gmttoken()
|
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | mapfile-vers | 187 smb_getdataset;
|
H A D | libsmb.h | 184 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_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | srvsvc_sd.c | 62 ret = smb_getdataset(si->shr_path, dataset, MAXPATHLEN); in srvsvc_shareacl_getpath()
|
H A D | smb_share.c | 2037 if (smb_getdataset(si->shr_path, buf, MAXPATHLEN) != 0) in smb_shr_zfs_add() 2077 if (smb_getdataset(si->shr_path, buf, MAXPATHLEN) != 0) in smb_shr_zfs_remove() 2115 if (smb_getdataset(from->shr_path, dataset, MAXPATHLEN) != 0) in smb_shr_zfs_rename()
|
H A D | smb_quota.c | 1086 if (smb_getdataset(path, dataset, MAXPATHLEN) != 0) in smb_quota_zfs_init()
|