Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c1164 int attrdirfd; in dfs_root_remove() local
1169 if ((attrdirfd = attropen(rootdir, ".", O_RDONLY)) > 0) { in dfs_root_remove()
1170 if (unlinkat(attrdirfd, DFS_ROOT_XATTR, 0) == -1) { in dfs_root_remove()
1174 (void) close(attrdirfd); in dfs_root_remove()