Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c109 static int dfs_root_xopen(const char *, int);
464 if ((xfd = dfs_root_xopen(rootdir, O_RDONLY)) > 0) { in dfs_root_getinfo()
488 if ((xfd = dfs_root_xopen(rootdir, O_RDWR)) < 0) { in dfs_root_setinfo()
1149 if ((xfd = dfs_root_xopen(rootdir, O_CREAT | O_TRUNC | O_RDWR)) > 0) { in dfs_root_add()
1194 dfs_root_xopen(const char *rootdir, int oflag) in dfs_root_xopen() function