hostfd 290 source3/modules/vfs_streams_xattr.c int hostfd = -1;
hostfd 308 source3/modules/vfs_streams_xattr.c hostfd = SMB_VFS_NEXT_OPEN(handle, base, fsp, flags, mode);
hostfd 310 source3/modules/vfs_streams_xattr.c return hostfd;
hostfd 329 source3/modules/vfs_streams_xattr.c hostfd = SMB_VFS_OPEN(handle->conn, base, fsp, baseflags, mode);
hostfd 334 source3/modules/vfs_streams_xattr.c if ((hostfd == -1) && (errno == EISDIR)) {
hostfd 337 source3/modules/vfs_streams_xattr.c hostfd = SMB_VFS_OPEN(handle->conn, fname, fsp, baseflags,
hostfd 341 source3/modules/vfs_streams_xattr.c if (hostfd == -1) {
hostfd 436 source3/modules/vfs_streams_xattr.c return hostfd;
hostfd 439 source3/modules/vfs_streams_xattr.c if (hostfd >= 0) {