Searched refs:attrdirfd (Results 1 – 1 of 1) sorted by relevance
1165 int attrdirfd; in dfs_root_remove() local1170 if ((attrdirfd = attropen(rootdir, ".", O_RDONLY)) > 0) { in dfs_root_remove()1171 if (unlinkat(attrdirfd, DFS_ROOT_XATTR, 0) == -1) { in dfs_root_remove()1175 (void) close(attrdirfd); in dfs_root_remove()