Searched refs:DFS_OBJECT_LINK (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_dfs.h131 #define DFS_OBJECT_LINK 1 macro
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c214 status = dfs_path_parse(&path, uncpath, DFS_OBJECT_LINK);
237 path.p_unc.unc_path, DFS_OBJECT_LINK);
276 status = dfs_path_parse(&path, uncpath, DFS_OBJECT_LINK);
340 if ((path.p_type == DFS_OBJECT_LINK) && (stat != DFS_STAT_ISDFS)) {
411 if (path.p_type == DFS_OBJECT_LINK) {
779 if (path->p_type == DFS_OBJECT_LINK)
812 if (path->p_type == DFS_OBJECT_LINK)
832 if (path->p_type == DFS_OBJECT_LINK)
853 if (path->p_type == DFS_OBJECT_LINK)
890 if (path->p_type == DFS_OBJECT_LINK)
[all...]
H A Ddfs.c698 status = dfs_modinfo(DFS_OBJECT_LINK, &curinfo, info, infolvl);
724 info->i_type = DFS_OBJECT_LINK;
812 if (dn->nsc_type == DFS_OBJECT_LINK)
894 if (path.p_type != DFS_OBJECT_LINK) {
964 ? DFS_OBJECT_LINK : DFS_OBJECT_ROOT;
969 case DFS_OBJECT_LINK:
1722 DFS_OBJECT_LINK);
1871 if (type == DFS_OBJECT_LINK)

Completed in 51 milliseconds